2024-09-11T04:40:39.008 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T04:40:39.028 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T04:40:39.119 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172 branch: wip-hemanth-testing-2024-09-10-0723 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} email: hyelloji@redhat.com first_in_suite: false job_id: '7900172' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-hemanth-testing-2024-09-10-0723 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-hemanth-testing-2024-09-10-0723 sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 owner: scheduled_hyelloji@teuthology priority: 100 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 9167 sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-hemanth-testing-2024-09-10-0723 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_8f219c476cb4f26fc5719c661c0323719a45cb30/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 targets: smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ8BiAmuEHRLK7azkoLkLCLzZwhLjeEMOFv3dpZ5zaHLfVPxSsnIek3h1PAHbvqoZnQNYAZBIj4zxo3NTXAuUhM= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMiANlg2U7OVwdiUaUMyxYXyhoNY/+UiF8J9zx+gn8B9f3uqM8A32vJKZQ+zPyuWA6ljyNm6gzBjx86FfTNxHJ8= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOaIPiylnxlRqUWaN9QxH8rWvcTFRy0yb/dzIDN4GQ5hKGfnw/vLOH/Xt3JDLFiqG2uT9rky0BlS/3ABHSWS8vk= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_17:16:14 tube: smithi user: hyelloji verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T04:40:39.119 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_8f219c476cb4f26fc5719c661c0323719a45cb30/qa; will attempt to use it 2024-09-11T04:40:39.120 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_8f219c476cb4f26fc5719c661c0323719a45cb30/qa/tasks 2024-09-11T04:40:39.120 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T04:40:39.122 INFO:teuthology.task.internal:Checking packages... 2024-09-11T04:40:39.144 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '8f219c476cb4f26fc5719c661c0323719a45cb30' 2024-09-11T04:40:39.144 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T04:40:39.144 INFO:teuthology.packaging:ref: None 2024-09-11T04:40:39.144 INFO:teuthology.packaging:tag: None 2024-09-11T04:40:39.144 INFO:teuthology.packaging:branch: wip-hemanth-testing-2024-09-10-0723 2024-09-11T04:40:39.144 INFO:teuthology.packaging:sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:40:39.144 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-hemanth-testing-2024-09-10-0723 2024-09-11T04:40:39.287 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4854.g8f219c47 2024-09-11T04:40:39.288 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T04:40:39.295 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T04:40:39.295 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T04:40:39.341 INFO:teuthology.task.internal:Saving configuration 2024-09-11T04:40:39.353 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T04:40:39.382 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T04:40:39.407 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 04:35:23.308601', 'locked_by': 'scheduled_hyelloji@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ8BiAmuEHRLK7azkoLkLCLzZwhLjeEMOFv3dpZ5zaHLfVPxSsnIek3h1PAHbvqoZnQNYAZBIj4zxo3NTXAuUhM='} 2024-09-11T04:40:39.431 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 04:35:23.310983', 'locked_by': 'scheduled_hyelloji@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMiANlg2U7OVwdiUaUMyxYXyhoNY/+UiF8J9zx+gn8B9f3uqM8A32vJKZQ+zPyuWA6ljyNm6gzBjx86FfTNxHJ8='} 2024-09-11T04:40:39.455 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 04:35:23.309879', 'locked_by': 'scheduled_hyelloji@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOaIPiylnxlRqUWaN9QxH8rWvcTFRy0yb/dzIDN4GQ5hKGfnw/vLOH/Xt3JDLFiqG2uT9rky0BlS/3ABHSWS8vk='} 2024-09-11T04:40:39.455 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T04:40:39.469 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-09-11T04:40:39.469 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-09-11T04:40:39.469 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-11T04:40:39.469 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T04:40:39.584 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f567a2f3be0>, signals=[15]) 2024-09-11T04:40:39.584 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T04:40:39.594 INFO:teuthology.task.internal:Opening connections... 2024-09-11T04:40:39.595 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2024-09-11T04:40:39.596 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:40:39.673 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-09-11T04:40:39.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:40:39.746 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-09-11T04:40:39.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:40:39.819 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T04:40:39.830 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2024-09-11T04:40:39.849 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2024-09-11T04:40:39.849 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="CentOS Stream" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="9" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:ID="centos" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="rhel fedora" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="9" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el9" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:LOGO="fedora-logo-icon" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://centos.org/" 2024-09-11T04:40:39.907 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T04:40:39.908 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T04:40:39.908 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T04:40:39.908 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2024-09-11T04:40:39.945 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-09-11T04:40:39.963 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-09-11T04:40:39.964 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-09-11T04:40:40.021 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="CentOS Stream" 2024-09-11T04:40:40.021 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="9" 2024-09-11T04:40:40.021 INFO:teuthology.orchestra.run.smithi137.stdout:ID="centos" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="rhel fedora" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="9" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el9" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:LOGO="fedora-logo-icon" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://centos.org/" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T04:40:40.022 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T04:40:40.023 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-09-11T04:40:40.053 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-09-11T04:40:40.072 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-09-11T04:40:40.072 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-09-11T04:40:40.131 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="CentOS Stream" 2024-09-11T04:40:40.131 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="9" 2024-09-11T04:40:40.131 INFO:teuthology.orchestra.run.smithi204.stdout:ID="centos" 2024-09-11T04:40:40.131 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE="rhel fedora" 2024-09-11T04:40:40.131 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="9" 2024-09-11T04:40:40.131 INFO:teuthology.orchestra.run.smithi204.stdout:PLATFORM_ID="platform:el9" 2024-09-11T04:40:40.131 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T04:40:40.132 INFO:teuthology.orchestra.run.smithi204.stdout:ANSI_COLOR="0;31" 2024-09-11T04:40:40.132 INFO:teuthology.orchestra.run.smithi204.stdout:LOGO="fedora-logo-icon" 2024-09-11T04:40:40.132 INFO:teuthology.orchestra.run.smithi204.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T04:40:40.132 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://centos.org/" 2024-09-11T04:40:40.132 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T04:40:40.132 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T04:40:40.132 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T04:40:40.132 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-09-11T04:40:40.153 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T04:40:40.164 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T04:40:40.187 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T04:40:40.187 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2024-09-11T04:40:40.190 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-09-11T04:40:40.192 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-09-11T04:40:40.209 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T04:40:40.219 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T04:40:40.219 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2024-09-11T04:40:40.246 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-09-11T04:40:40.249 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-09-11T04:40:40.360 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T04:40:40.439 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T04:40:40.457 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T04:40:40.458 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T04:40:40.458 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T04:40:40.460 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T04:40:40.460 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T04:40:40.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:40:40.478 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-09-11T04:40:40.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:40:40.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:40:40.480 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-09-11T04:40:40.480 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-09-11T04:40:40.536 INFO:teuthology.orchestra.run.smithi204.stdout:5.14.0-503.el9.x86_64 2024-09-11T04:40:40.536 INFO:teuthology.task.kernel:Running kernel on smithi204: 5.14.0-503.el9.x86_64 2024-09-11T04:40:40.536 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum install -y kernel 2024-09-11T04:40:40.537 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-503.el9.x86_64 2024-09-11T04:40:40.538 INFO:teuthology.task.kernel:Running kernel on smithi103: 5.14.0-503.el9.x86_64 2024-09-11T04:40:40.538 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2024-09-11T04:40:40.539 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-503.el9.x86_64 2024-09-11T04:40:40.539 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.14.0-503.el9.x86_64 2024-09-11T04:40:40.539 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2024-09-11T04:40:42.909 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-11T04:40:44.070 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.2 MB 00:01 2024-09-11T04:40:44.133 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.2 MB 00:01 2024-09-11T04:40:45.863 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - AppStream 31 MB/s | 20 MB 00:00 2024-09-11T04:40:47.835 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - AppStream 5.4 MB/s | 20 MB 00:03 2024-09-11T04:40:49.259 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - AppStream 5.1 MB/s | 20 MB 00:04 2024-09-11T04:40:50.247 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-11T04:40:52.689 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 19 kB 00:01 2024-09-11T04:40:53.619 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-11T04:40:54.036 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.5 MB 00:02 2024-09-11T04:40:54.393 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - CRB 4.8 MB/s | 6.5 MB 00:01 2024-09-11T04:40:55.687 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 19 kB 00:00 2024-09-11T04:40:55.835 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - Extras packages 79 kB/s | 19 kB 00:00 2024-09-11T04:40:56.707 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 25 MB/s | 23 MB 00:00 2024-09-11T04:40:56.806 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-11T04:40:59.166 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-09-11T04:41:01.173 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T04:41:01.173 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T04:41:01.258 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:41:01.264 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:41:01.264 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-09-11T04:41:01.264 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:41:01.264 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout:Install 4 Packages 2024-09-11T04:41:01.265 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:41:01.266 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 79 M 2024-09-11T04:41:01.266 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 126 M 2024-09-11T04:41:01.266 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:41:01.384 INFO:teuthology.orchestra.run.smithi204.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 236 kB/s | 23 kB 00:00 2024-09-11T04:41:01.743 INFO:teuthology.orchestra.run.smithi204.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-09-11T04:41:02.136 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 20 kB/s | 1.7 kB 00:00 2024-09-11T04:41:02.138 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-11T04:41:02.160 INFO:teuthology.orchestra.run.smithi204.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 40 MB/s | 35 MB 00:00 2024-09-11T04:41:02.510 INFO:teuthology.orchestra.run.smithi204.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 25 MB/s | 29 MB 00:01 2024-09-11T04:41:02.511 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:41:02.511 INFO:teuthology.orchestra.run.smithi204.stdout:Total 63 MB/s | 79 MB 00:01 2024-09-11T04:41:03.193 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:41:03.541 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:41:03.541 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:41:04.150 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T04:41:04.150 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T04:41:04.190 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T04:41:04.190 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T04:41:04.221 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:41:04.224 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:41:04.224 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-11T04:41:04.225 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:41:04.225 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:41:04.225 INFO:teuthology.orchestra.run.smithi137.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T04:41:04.225 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:41:04.225 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T04:41:04.226 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T04:41:04.226 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T04:41:04.226 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:41:04.226 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:41:04.226 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:41:04.226 INFO:teuthology.orchestra.run.smithi137.stdout:Install 4 Packages 2024-09-11T04:41:04.227 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:41:04.227 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 79 M 2024-09-11T04:41:04.227 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 126 M 2024-09-11T04:41:04.227 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:41:04.270 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:41:04.285 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:41:04.285 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-09-11T04:41:04.285 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout:Install 4 Packages 2024-09-11T04:41:04.286 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:41:04.287 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 79 M 2024-09-11T04:41:04.287 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 126 M 2024-09-11T04:41:04.287 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:41:04.391 INFO:teuthology.orchestra.run.smithi103.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 264 kB/s | 23 kB 00:00 2024-09-11T04:41:04.414 INFO:teuthology.orchestra.run.smithi137.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 244 kB/s | 23 kB 00:00 2024-09-11T04:41:04.529 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:41:04.529 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:41:04.763 INFO:teuthology.orchestra.run.smithi137.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 35 MB/s | 16 MB 00:00 2024-09-11T04:41:05.130 INFO:teuthology.orchestra.run.smithi137.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 40 MB/s | 29 MB 00:00 2024-09-11T04:41:05.332 INFO:teuthology.orchestra.run.smithi103.stdout:(2/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 34 MB/s | 35 MB 00:01 2024-09-11T04:41:05.555 INFO:teuthology.orchestra.run.smithi137.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 28 MB/s | 35 MB 00:01 2024-09-11T04:41:05.555 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:41:05.556 INFO:teuthology.orchestra.run.smithi137.stdout:Total 59 MB/s | 79 MB 00:01 2024-09-11T04:41:05.757 INFO:teuthology.orchestra.run.smithi103.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 21 MB/s | 29 MB 00:01 2024-09-11T04:41:06.242 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:41:06.581 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:41:06.581 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:41:06.972 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:41:07.207 INFO:teuthology.orchestra.run.smithi103.stdout:(4/4): kernel-core-5.14.0-505.el9.x86_64.rpm 5.4 MB/s | 16 MB 00:02 2024-09-11T04:41:07.207 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:41:07.207 INFO:teuthology.orchestra.run.smithi103.stdout:Total 27 MB/s | 79 MB 00:02 2024-09-11T04:41:07.551 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:41:07.551 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:41:07.705 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T04:41:07.786 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:41:07.885 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:41:08.277 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:41:08.278 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:41:09.251 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:41:09.252 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:41:10.002 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:41:10.590 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:41:10.657 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T04:41:10.734 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:41:10.739 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:41:11.735 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:41:12.445 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T04:41:12.526 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:41:13.541 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:41:13.674 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:41:15.337 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:41:15.470 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:41:15.571 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:41:15.684 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:18.509 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:41:18.550 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:20.295 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:41:20.404 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:20.555 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:23.398 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:25.264 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:58.575 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:58.614 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:58.960 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:58.960 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T04:41:58.960 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:41:58.960 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:41:59.835 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:41:59.835 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:41:59.836 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:41:59.836 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T04:41:59.836 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T04:41:59.836 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T04:41:59.836 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T04:41:59.836 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:41:59.836 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:42:00.212 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T04:42:00.297 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T04:42:00.297 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T04:42:00.297 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T04:42:00.297 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T04:42:00.297 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T04:42:00.297 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-11T04:42:00.298 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T04:42:00.298 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T04:42:00.356 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T04:42:00.357 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T04:42:00.357 DEBUG:teuthology.orchestra.run.smithi204:> sudo rpm -qi grub2-tools 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Name : grub2-tools 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Epoch : 1 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Version : 2.06 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Release : 82.el9 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: x86_64 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Group : Unspecified 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Size : 8274670 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:License : GPLv3+ 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T04:42:00.389 INFO:teuthology.orchestra.run.smithi204.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:Packager : builder@centos.org 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:Vendor : CentOS 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:Summary : Support tools for GRUB. 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:Description : 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:hardware devices. 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:42:00.390 INFO:teuthology.orchestra.run.smithi204.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T04:42:00.392 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T04:42:00.392 INFO:teuthology.task.kernel:Updating grub on smithi204 to boot 5.14.0-505.el9.x86_64 2024-09-11T04:42:00.392 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T04:42:01.078 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-09-11T04:42:01.529 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:42:01.568 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:42:01.942 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:42:01.943 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T04:42:01.943 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:42:01.943 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:42:02.429 INFO:teuthology.orchestra.run.smithi204.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T04:42:02.460 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-09-11T04:42:02.462 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-09-11T04:42:02.477 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.er3Sn2QsbW 2024-09-11T04:42:02.477 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.er3Sn2QsbW 2024-09-11T04:42:02.544 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.er3Sn2QsbW 2024-09-11T04:42:02.690 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.er3Sn2QsbW is 6KB 2024-09-11T04:42:02.739 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.er3Sn2QsbW 2024-09-11T04:42:02.754 DEBUG:teuthology.orchestra.run.smithi204:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:42:02.798 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:42:02.825 INFO:teuthology.orchestra.run.smithi204.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T04:42:02.825 INFO:teuthology.orchestra.run.smithi204.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T04:42:02.825 INFO:teuthology.orchestra.run.smithi204.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T04:42:02.825 INFO:teuthology.orchestra.run.smithi204.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T04:42:02.826 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T04:42:03.012 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-09-11T04:42:03.182 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T04:42:03.263 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T04:42:03.263 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T04:42:03.263 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T04:42:03.263 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T04:42:03.263 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T04:42:03.263 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T04:42:03.263 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T04:42:03.264 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T04:42:03.321 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T04:42:03.322 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T04:42:03.322 DEBUG:teuthology.orchestra.run.smithi137:> sudo rpm -qi grub2-tools 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Name : grub2-tools 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Epoch : 1 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Version : 2.06 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Release : 82.el9 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: x86_64 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Group : Unspecified 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Size : 8274670 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:License : GPLv3+ 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T04:42:03.364 INFO:teuthology.orchestra.run.smithi137.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:Packager : builder@centos.org 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:Vendor : CentOS 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:Summary : Support tools for GRUB. 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:Description : 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout:hardware devices. 2024-09-11T04:42:03.365 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:42:03.366 INFO:teuthology.orchestra.run.smithi137.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T04:42:03.366 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T04:42:03.366 INFO:teuthology.task.kernel:Updating grub on smithi137 to boot 5.14.0-505.el9.x86_64 2024-09-11T04:42:03.367 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T04:42:03.681 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:42:03.725 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:42:04.003 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-09-11T04:42:04.034 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:42:04.034 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T04:42:04.034 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T04:42:04.034 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T04:42:04.894 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T04:42:04.894 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:42:04.894 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:42:04.894 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T04:42:04.894 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T04:42:04.895 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T04:42:04.895 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T04:42:04.895 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:42:04.895 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:42:05.220 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T04:42:05.303 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T04:42:05.303 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T04:42:05.304 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T04:42:05.304 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T04:42:05.304 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T04:42:05.304 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T04:42:05.304 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi103.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T04:42:05.304 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T04:42:05.362 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T04:42:05.362 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T04:42:05.362 DEBUG:teuthology.orchestra.run.smithi103:> sudo rpm -qi grub2-tools 2024-09-11T04:42:05.394 INFO:teuthology.orchestra.run.smithi103.stdout:Name : grub2-tools 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Epoch : 1 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Version : 2.06 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Release : 82.el9 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Architecture: x86_64 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Group : Unspecified 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Size : 8274670 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:License : GPLv3+ 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T04:42:05.395 INFO:teuthology.orchestra.run.smithi103.stdout:Packager : builder@centos.org 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:Vendor : CentOS 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:Summary : Support tools for GRUB. 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:Description : 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:hardware devices. 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:42:05.396 INFO:teuthology.orchestra.run.smithi103.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T04:42:05.397 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T04:42:05.397 INFO:teuthology.task.kernel:Updating grub on smithi103 to boot 5.14.0-505.el9.x86_64 2024-09-11T04:42:05.397 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T04:42:05.417 INFO:teuthology.orchestra.run.smithi137.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T04:42:05.434 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-09-11T04:42:05.437 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-09-11T04:42:05.453 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.0oi6RItldR 2024-09-11T04:42:05.453 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0oi6RItldR 2024-09-11T04:42:05.519 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.0oi6RItldR 2024-09-11T04:42:05.661 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.0oi6RItldR is 6KB 2024-09-11T04:42:05.709 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.0oi6RItldR 2024-09-11T04:42:05.724 DEBUG:teuthology.orchestra.run.smithi137:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T04:42:05.786 INFO:teuthology.orchestra.run.smithi137.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T04:42:05.786 INFO:teuthology.orchestra.run.smithi137.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T04:42:05.787 INFO:teuthology.orchestra.run.smithi137.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T04:42:05.787 INFO:teuthology.orchestra.run.smithi137.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T04:42:05.788 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T04:42:05.942 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-09-11T04:42:06.048 INFO:teuthology.orchestra.run.smithi103.stderr:Generating grub configuration file ... 2024-09-11T04:42:07.429 INFO:teuthology.orchestra.run.smithi103.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T04:42:07.464 INFO:teuthology.orchestra.run.smithi103.stderr:done 2024-09-11T04:42:07.467 DEBUG:teuthology.orchestra.run.smithi103:> mktemp 2024-09-11T04:42:07.482 INFO:teuthology.orchestra.run.smithi103.stdout:/tmp/tmp.2Ar9ayR1lg 2024-09-11T04:42:07.482 DEBUG:teuthology.orchestra.run.smithi103:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2Ar9ayR1lg 2024-09-11T04:42:07.549 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0666 /tmp/tmp.2Ar9ayR1lg 2024-09-11T04:42:07.686 DEBUG:teuthology.orchestra.remote:smithi103:/tmp/tmp.2Ar9ayR1lg is 6KB 2024-09-11T04:42:07.734 DEBUG:teuthology.orchestra.run.smithi103:> rm -fr /tmp/tmp.2Ar9ayR1lg 2024-09-11T04:42:07.749 DEBUG:teuthology.orchestra.run.smithi103:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T04:42:07.812 INFO:teuthology.orchestra.run.smithi103.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T04:42:07.812 INFO:teuthology.orchestra.run.smithi103.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T04:42:07.812 INFO:teuthology.orchestra.run.smithi103.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T04:42:07.812 INFO:teuthology.orchestra.run.smithi103.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T04:42:07.813 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T04:42:07.963 DEBUG:teuthology.orchestra.run.smithi103:> sudo shutdown -r now 2024-09-11T04:42:33.037 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-11T04:42:33.038 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-11T04:42:33.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:42:35.946 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T04:42:35.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-11T04:42:35.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:42:37.968 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T04:42:37.968 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-11T04:42:37.968 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:43:07.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-09-11T04:43:10.525 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-09-11T04:43:12.573 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-09-11T04:43:16.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-11T04:43:16.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:43:19.529 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-11T04:43:19.529 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:43:21.575 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-11T04:43:21.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:43:37.917 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-09-11T04:43:49.930 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-11T04:43:49.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:43:50.295 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-09-11T04:43:50.674 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-11T04:43:50.674 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T04:43:50.674 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-09-11T04:43:50.689 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-505.el9.x86_64 2024-09-11T04:43:50.690 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T04:43:50.690 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T04:43:50.690 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T04:43:51.691 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T04:43:51.691 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T04:43:51.777 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-09-11T04:43:51.804 DEBUG:teuthology.parallel:result is None 2024-09-11T04:44:16.718 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T04:44:21.578 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T04:44:28.719 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-11T04:44:28.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:44:29.156 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-09-11T04:44:29.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-11T04:44:29.518 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-11T04:44:29.518 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-09-11T04:44:29.535 INFO:teuthology.orchestra.run.smithi204.stdout:5.14.0-505.el9.x86_64 2024-09-11T04:44:29.535 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T04:44:29.535 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T04:44:29.535 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T04:44:30.536 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-11T04:44:30.537 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T04:44:30.626 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-09-11T04:44:30.651 DEBUG:teuthology.parallel:result is None 2024-09-11T04:44:33.579 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-11T04:44:33.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:44:33.989 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-09-11T04:44:34.303 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-11T04:44:34.304 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T04:44:34.304 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-09-11T04:44:34.320 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-505.el9.x86_64 2024-09-11T04:44:34.320 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T04:44:34.320 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T04:44:34.320 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T04:44:35.321 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T04:44:35.321 DEBUG:teuthology.orchestra.run.smithi103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T04:44:35.403 INFO:teuthology.orchestra.run.smithi103.stdout:ttyS1 2024-09-11T04:44:35.424 DEBUG:teuthology.parallel:result is None 2024-09-11T04:44:35.424 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T04:44:35.432 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T04:44:35.433 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T04:44:35.435 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T04:44:35.438 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T04:44:35.457 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T04:44:35.468 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T04:44:35.499 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T04:44:35.499 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T04:44:35.502 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T04:44:35.504 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T04:44:35.579 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T04:44:35.589 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T04:44:35.589 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T04:44:35.592 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T04:44:35.594 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T04:44:35.625 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T04:44:35.630 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T04:44:35.636 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T04:44:35.641 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T04:44:35.654 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T04:44:35.667 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T04:44:35.668 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T04:44:35.679 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T04:44:35.679 DEBUG:teuthology.orchestra.run.smithi103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T04:44:35.681 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T04:44:35.686 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T04:44:35.715 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T04:44:35.728 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T04:44:35.728 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T04:44:35.751 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T04:44:35.754 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T04:44:35.772 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T04:44:35.851 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T04:44:35.910 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T04:44:35.954 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T04:44:35.995 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:44:35.995 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T04:44:36.061 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T04:44:36.108 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T04:44:36.162 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T04:44:36.247 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T04:44:36.289 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:44:36.290 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T04:44:36.356 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T04:44:36.403 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T04:44:36.459 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T04:44:36.544 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T04:44:36.585 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:44:36.586 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T04:44:36.652 DEBUG:teuthology.orchestra.run.smithi103:> sudo service rsyslog restart 2024-09-11T04:44:36.655 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-09-11T04:44:36.657 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-09-11T04:44:36.700 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T04:44:36.705 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T04:44:36.748 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T04:44:37.182 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T04:44:37.191 INFO:teuthology.task.internal:Starting timer... 2024-09-11T04:44:37.191 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T04:44:37.264 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T04:44:37.304 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-11T04:44:37.305 DEBUG:teuthology.orchestra.run.smithi103:> sudo service auditd rotate 2024-09-11T04:44:37.354 INFO:teuthology.orchestra.run.smithi103.stdout:Rotating logs: 2024-09-11T04:44:37.355 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2024-09-11T04:44:37.395 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2024-09-11T04:44:37.397 DEBUG:teuthology.orchestra.run.smithi204:> sudo service auditd rotate 2024-09-11T04:44:37.477 INFO:teuthology.orchestra.run.smithi204.stdout:Rotating logs: 2024-09-11T04:44:37.479 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T04:44:37.479 DEBUG:teuthology.orchestra.run.smithi103:> /usr/sbin/getenforce 2024-09-11T04:44:37.502 INFO:teuthology.orchestra.run.smithi103.stdout:Permissive 2024-09-11T04:44:37.502 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2024-09-11T04:44:37.529 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2024-09-11T04:44:37.529 DEBUG:teuthology.orchestra.run.smithi204:> /usr/sbin/getenforce 2024-09-11T04:44:37.557 INFO:teuthology.orchestra.run.smithi204.stdout:Permissive 2024-09-11T04:44:37.557 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi103.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi137.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi204.front.sepia.ceph.com': 'permissive'} 2024-09-11T04:44:37.557 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T04:44:37.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:44:37.586 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T04:44:37.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:44:37.615 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T04:44:37.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:44:37.644 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T04:44:37.644 DEBUG:teuthology.orchestra.run.smithi103:> sudo /usr/sbin/setenforce permissive 2024-09-11T04:44:37.675 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2024-09-11T04:44:37.710 DEBUG:teuthology.orchestra.run.smithi204:> sudo /usr/sbin/setenforce permissive 2024-09-11T04:44:37.758 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T04:44:37.768 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T04:44:37.780 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-11T04:44:37.781 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi103.front.sepia.ceph.com,smithi137.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T04:48:21.413 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi103.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-09-11T04:48:21.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-11T04:48:21.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:48:21.495 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-09-11T04:48:21.575 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-11T04:48:21.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-11T04:48:21.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:48:21.649 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-09-11T04:48:21.685 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-11T04:48:21.685 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-11T04:48:21.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T04:48:21.759 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-09-11T04:48:21.840 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-11T04:48:21.841 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T04:48:21.851 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T04:48:21.851 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T04:48:21.852 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T04:48:21.854 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T04:48:21.854 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T04:48:21.857 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T04:48:21.857 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T04:48:21.881 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T04:48:21.885 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T04:48:21.895 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T04:48:21.900 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T04:48:21.910 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T04:48:21.918 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: ntpd: command not found 2024-09-11T04:48:21.924 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2024-09-11T04:48:21.925 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T04:48:21.929 INFO:teuthology.orchestra.run.smithi103.stdout:506 Cannot talk to daemon 2024-09-11T04:48:21.936 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2024-09-11T04:48:21.943 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T04:48:21.950 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T04:48:21.950 INFO:teuthology.orchestra.run.smithi204.stderr:sudo: ntpd: command not found 2024-09-11T04:48:21.957 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T04:48:21.962 INFO:teuthology.orchestra.run.smithi204.stdout:506 Cannot talk to daemon 2024-09-11T04:48:21.963 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T04:48:21.976 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T04:48:21.991 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T04:48:22.010 INFO:teuthology.orchestra.run.smithi103.stderr:bash: line 1: ntpq: command not found 2024-09-11T04:48:22.013 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T04:48:22.013 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-09-11T04:48:22.013 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.013 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.013 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.013 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.020 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-09-11T04:48:22.023 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T04:48:22.023 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-09-11T04:48:22.023 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.024 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.024 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.024 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.046 INFO:teuthology.orchestra.run.smithi204.stderr:bash: line 1: ntpq: command not found 2024-09-11T04:48:22.049 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T04:48:22.049 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-09-11T04:48:22.049 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.050 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.050 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.050 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:48:22.051 INFO:teuthology.run_tasks:Running task pexec... 2024-09-11T04:48:22.061 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-11T04:48:22.062 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi103.front.sepia.ceph.com 2024-09-11T04:48:22.062 DEBUG:teuthology.orchestra.run.smithi103:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T04:48:22.062 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi137.front.sepia.ceph.com 2024-09-11T04:48:22.063 DEBUG:teuthology.orchestra.run.smithi137:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T04:48:22.063 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi204.front.sepia.ceph.com 2024-09-11T04:48:22.063 DEBUG:teuthology.orchestra.run.smithi204:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T04:48:22.413 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:48:22.415 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:48:22.422 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:22.422 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-11T04:48:22.422 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:22.422 INFO:teuthology.orchestra.run.smithi137.stdout:Removing: 2024-09-11T04:48:22.422 INFO:teuthology.orchestra.run.smithi137.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-11T04:48:22.422 INFO:teuthology.orchestra.run.smithi137.stdout:Removing unused dependencies: 2024-09-11T04:48:22.423 INFO:teuthology.orchestra.run.smithi137.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-11T04:48:22.423 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:22.423 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:48:22.423 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:22.423 INFO:teuthology.orchestra.run.smithi137.stdout:Remove 2 Packages 2024-09-11T04:48:22.423 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:22.423 INFO:teuthology.orchestra.run.smithi137.stdout:Freed space: 5.5 M 2024-09-11T04:48:22.423 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:48:22.427 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:48:22.427 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:48:22.441 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:22.441 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-09-11T04:48:22.441 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout:Removing: 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout:Removing unused dependencies: 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout:Remove 2 Packages 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout:Freed space: 5.5 M 2024-09-11T04:48:22.442 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:48:22.443 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:48:22.446 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:48:22.446 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:48:22.456 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:22.456 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-09-11T04:48:22.456 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:22.456 INFO:teuthology.orchestra.run.smithi204.stdout:Removing: 2024-09-11T04:48:22.456 INFO:teuthology.orchestra.run.smithi204.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout:Removing unused dependencies: 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout:Remove 2 Packages 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout:Freed space: 5.5 M 2024-09-11T04:48:22.457 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:48:22.459 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:48:22.459 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:48:22.489 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:48:22.490 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:48:22.505 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:48:22.505 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:48:22.525 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:48:22.526 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:48:22.635 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:48:22.638 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:48:22.671 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:48:22.713 INFO:teuthology.orchestra.run.smithi103.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-11T04:48:22.713 INFO:teuthology.orchestra.run.smithi137.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-11T04:48:22.732 INFO:teuthology.orchestra.run.smithi204.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-11T04:48:22.770 INFO:teuthology.orchestra.run.smithi103.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T04:48:22.770 INFO:teuthology.orchestra.run.smithi137.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T04:48:22.794 INFO:teuthology.orchestra.run.smithi204.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T04:48:23.287 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T04:48:23.287 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-11T04:48:23.334 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T04:48:23.334 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-11T04:48:23.350 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T04:48:23.350 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-11T04:48:23.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-11T04:48:23.508 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:23.508 INFO:teuthology.orchestra.run.smithi137.stdout:Removed: 2024-09-11T04:48:23.508 INFO:teuthology.orchestra.run.smithi137.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T04:48:23.508 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:23.508 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:48:23.588 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-11T04:48:23.589 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:23.589 INFO:teuthology.orchestra.run.smithi103.stdout:Removed: 2024-09-11T04:48:23.589 INFO:teuthology.orchestra.run.smithi103.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T04:48:23.589 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:23.589 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:48:23.630 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-11T04:48:23.630 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:Removed: 2024-09-11T04:48:23.630 INFO:teuthology.orchestra.run.smithi204.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T04:48:23.630 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:48:24.376 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:49 ago on Wed 11 Sep 2024 04:47:35 AM UTC. 2024-09-11T04:48:24.409 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:49 ago on Wed 11 Sep 2024 04:47:35 AM UTC. 2024-09-11T04:48:24.448 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:48 ago on Wed 11 Sep 2024 04:47:36 AM UTC. 2024-09-11T04:48:24.510 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:48:24.511 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:24.511 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-11T04:48:24.511 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:24.511 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:48:24.511 INFO:teuthology.orchestra.run.smithi137.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-11T04:48:24.511 INFO:teuthology.orchestra.run.smithi137.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T04:48:24.511 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:48:24.511 INFO:teuthology.orchestra.run.smithi137.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-11T04:48:24.512 INFO:teuthology.orchestra.run.smithi137.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T04:48:24.512 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T04:48:24.512 INFO:teuthology.orchestra.run.smithi137.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T04:48:24.512 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:24.512 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:48:24.512 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:24.512 INFO:teuthology.orchestra.run.smithi137.stdout:Install 6 Packages 2024-09-11T04:48:24.512 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:24.515 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 2.0 M 2024-09-11T04:48:24.515 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 9.2 M 2024-09-11T04:48:24.515 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:48:24.554 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:48:24.554 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:24.555 INFO:teuthology.orchestra.run.smithi103.stdout:Install 6 Packages 2024-09-11T04:48:24.556 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:24.565 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 2.0 M 2024-09-11T04:48:24.565 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 9.2 M 2024-09-11T04:48:24.565 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:48:24.583 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:48:24.584 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:24.584 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-09-11T04:48:24.584 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:24.584 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:48:24.584 INFO:teuthology.orchestra.run.smithi204.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-11T04:48:24.584 INFO:teuthology.orchestra.run.smithi204.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout:Install 6 Packages 2024-09-11T04:48:24.585 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:24.594 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 2.0 M 2024-09-11T04:48:24.594 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 9.2 M 2024-09-11T04:48:24.594 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:48:24.735 INFO:teuthology.orchestra.run.smithi103.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 390 kB/s | 44 kB 00:00 2024-09-11T04:48:24.752 INFO:teuthology.orchestra.run.smithi137.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 328 kB/s | 44 kB 00:00 2024-09-11T04:48:24.786 INFO:teuthology.orchestra.run.smithi103.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 645 kB/s | 106 kB 00:00 2024-09-11T04:48:24.786 INFO:teuthology.orchestra.run.smithi137.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 626 kB/s | 106 kB 00:00 2024-09-11T04:48:24.819 INFO:teuthology.orchestra.run.smithi103.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 856 kB/s | 72 kB 00:00 2024-09-11T04:48:24.836 INFO:teuthology.orchestra.run.smithi137.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 857 kB/s | 72 kB 00:00 2024-09-11T04:48:24.861 INFO:teuthology.orchestra.run.smithi137.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-11T04:48:24.878 INFO:teuthology.orchestra.run.smithi103.stdout:(4/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.4 MB/s | 906 kB 00:00 2024-09-11T04:48:24.904 INFO:teuthology.orchestra.run.smithi103.stdout:(5/6): python3-kmod-0.9-32.el9.x86_64.rpm 717 kB/s | 84 kB 00:00 2024-09-11T04:48:24.945 INFO:teuthology.orchestra.run.smithi137.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.7 MB/s | 906 kB 00:00 2024-09-11T04:48:25.004 INFO:teuthology.orchestra.run.smithi103.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.4 MB/s | 837 kB 00:00 2024-09-11T04:48:25.004 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:48:25.004 INFO:teuthology.orchestra.run.smithi103.stdout:Total 4.6 MB/s | 2.0 MB 00:00 2024-09-11T04:48:25.009 INFO:teuthology.orchestra.run.smithi204.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 114 kB/s | 44 kB 00:00 2024-09-11T04:48:25.046 INFO:teuthology.orchestra.run.smithi137.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.9 MB/s | 837 kB 00:00 2024-09-11T04:48:25.046 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:48:25.046 INFO:teuthology.orchestra.run.smithi137.stdout:Total 3.8 MB/s | 2.0 MB 00:00 2024-09-11T04:48:25.077 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:48:25.091 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:48:25.091 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:48:25.092 INFO:teuthology.orchestra.run.smithi204.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 224 kB/s | 106 kB 00:00 2024-09-11T04:48:25.119 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:48:25.132 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:48:25.132 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:48:25.218 INFO:teuthology.orchestra.run.smithi204.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 673 kB/s | 84 kB 00:00 2024-09-11T04:48:25.243 INFO:teuthology.orchestra.run.smithi204.stdout:(4/6): python3-configshell-1.1.30-1.el9.noarch. 306 kB/s | 72 kB 00:00 2024-09-11T04:48:25.369 INFO:teuthology.orchestra.run.smithi204.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 1.2 MB/s | 906 kB 00:00 2024-09-11T04:48:25.380 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:48:25.381 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:48:25.434 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:48:25.434 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:48:25.602 INFO:teuthology.orchestra.run.smithi204.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.1 MB/s | 837 kB 00:00 2024-09-11T04:48:25.603 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:48:25.603 INFO:teuthology.orchestra.run.smithi204.stdout:Total 2.0 MB/s | 2.0 MB 00:01 2024-09-11T04:48:25.678 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:48:25.692 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:48:25.692 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:48:25.785 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:48:25.852 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:48:25.873 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-11T04:48:25.914 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-11T04:48:25.945 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-11T04:48:25.948 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-11T04:48:25.988 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-11T04:48:25.996 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:48:25.996 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:48:26.020 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-11T04:48:26.152 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-11T04:48:26.193 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-11T04:48:26.227 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-11T04:48:26.267 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-11T04:48:26.412 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:48:26.505 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-11T04:48:26.548 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-11T04:48:26.576 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-11T04:48:26.637 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-11T04:48:26.663 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-11T04:48:26.708 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-11T04:48:26.736 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-11T04:48:26.795 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-11T04:48:26.824 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-11T04:48:27.270 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-11T04:48:27.302 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-11T04:48:27.628 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-11T04:48:27.628 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-11T04:48:27.629 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-11T04:48:27.629 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-11T04:48:27.629 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-11T04:48:27.629 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-11T04:48:27.690 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-11T04:48:27.690 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-11T04:48:27.690 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-11T04:48:27.690 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-11T04:48:27.690 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-11T04:48:27.690 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-11T04:48:27.968 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-11T04:48:27.968 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:27.968 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:48:27.968 INFO:teuthology.orchestra.run.smithi103.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T04:48:27.968 INFO:teuthology.orchestra.run.smithi103.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T04:48:27.968 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T04:48:27.968 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:27.968 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:48:28.055 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-11T04:48:28.055 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:28.055 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:48:28.055 INFO:teuthology.orchestra.run.smithi137.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T04:48:28.055 INFO:teuthology.orchestra.run.smithi137.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T04:48:28.055 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T04:48:28.055 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:28.056 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:48:28.259 DEBUG:teuthology.parallel:result is None 2024-09-11T04:48:28.283 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-11T04:48:28.283 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-11T04:48:28.283 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-11T04:48:28.283 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-11T04:48:28.283 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-11T04:48:28.283 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-11T04:48:28.394 DEBUG:teuthology.parallel:result is None 2024-09-11T04:48:28.649 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-11T04:48:28.649 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:28.650 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:48:28.650 INFO:teuthology.orchestra.run.smithi204.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T04:48:28.650 INFO:teuthology.orchestra.run.smithi204.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T04:48:28.650 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T04:48:28.650 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:28.650 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:48:28.981 DEBUG:teuthology.parallel:result is None 2024-09-11T04:48:28.981 INFO:teuthology.run_tasks:Running task install... 2024-09-11T04:48:28.989 DEBUG:teuthology.task.install:project ceph 2024-09-11T04:48:28.990 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '8f219c476cb4f26fc5719c661c0323719a45cb30'}} 2024-09-11T04:48:28.990 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '8f219c476cb4f26fc5719c661c0323719a45cb30'} 2024-09-11T04:48:28.990 INFO:teuthology.task.install:Using flavor: default 2024-09-11T04:48:28.996 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-11T04:48:28.996 INFO:teuthology.task.install:extra packages: [] 2024-09-11T04:48:28.996 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': '8f219c476cb4f26fc5719c661c0323719a45cb30', 'tag': None, 'wait_for_package': False} 2024-09-11T04:48:28.997 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:48:28.999 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': '8f219c476cb4f26fc5719c661c0323719a45cb30', 'tag': None, 'wait_for_package': False} 2024-09-11T04:48:28.999 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:48:29.000 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': '8f219c476cb4f26fc5719c661c0323719a45cb30', 'tag': None, 'wait_for_package': False} 2024-09-11T04:48:29.000 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:48:29.142 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/ 2024-09-11T04:48:29.142 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4854.g8f219c47 2024-09-11T04:48:29.156 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/ 2024-09-11T04:48:29.156 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4854.g8f219c47 2024-09-11T04:48:29.159 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/ 2024-09-11T04:48:29.159 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4854.g8f219c47 2024-09-11T04:48:29.252 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-11T04:48:29.252 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:48:29.253 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-11T04:48:29.266 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-11T04:48:29.266 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:48:29.266 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-11T04:48:29.273 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-11T04:48:29.273 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:48:29.273 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-11T04:48:29.286 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-11T04:48:29.286 DEBUG:teuthology.orchestra.run.smithi103:> 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/8f219c476cb4f26fc5719c661c0323719a45cb30/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-11T04:48:29.296 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-11T04:48:29.297 DEBUG:teuthology.orchestra.run.smithi204:> 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/8f219c476cb4f26fc5719c661c0323719a45cb30/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-11T04:48:29.306 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-11T04:48:29.306 DEBUG:teuthology.orchestra.run.smithi137:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/8f219c476cb4f26fc5719c661c0323719a45cb30/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-11T04:48:29.356 DEBUG:teuthology.orchestra.run.smithi103:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-11T04:48:29.364 DEBUG:teuthology.orchestra.run.smithi204:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-11T04:48:29.377 DEBUG:teuthology.orchestra.run.smithi137:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-11T04:48:29.436 DEBUG:teuthology.orchestra.run.smithi103:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-11T04:48:29.442 DEBUG:teuthology.orchestra.run.smithi204:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-11T04:48:29.457 DEBUG:teuthology.orchestra.run.smithi137:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-11T04:48:29.502 INFO:teuthology.orchestra.run.smithi103.stdout:check_obsoletes = 1 2024-09-11T04:48:29.504 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum clean all 2024-09-11T04:48:29.506 INFO:teuthology.orchestra.run.smithi204.stdout:check_obsoletes = 1 2024-09-11T04:48:29.508 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum clean all 2024-09-11T04:48:29.524 INFO:teuthology.orchestra.run.smithi137.stdout:check_obsoletes = 1 2024-09-11T04:48:29.526 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum clean all 2024-09-11T04:48:29.738 INFO:teuthology.orchestra.run.smithi204.stdout:45 files removed 2024-09-11T04:48:29.745 INFO:teuthology.orchestra.run.smithi137.stdout:45 files removed 2024-09-11T04:48:29.749 INFO:teuthology.orchestra.run.smithi103.stdout:45 files removed 2024-09-11T04:48:29.765 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-radosgw 2024-09-11T04:48:29.773 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-radosgw 2024-09-11T04:48:29.778 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-radosgw 2024-09-11T04:48:30.326 INFO:teuthology.orchestra.run.smithi204.stdout:ceph packages for x86_64 303 kB/s | 84 kB 00:00 2024-09-11T04:48:30.327 INFO:teuthology.orchestra.run.smithi103.stdout:ceph packages for x86_64 318 kB/s | 84 kB 00:00 2024-09-11T04:48:30.328 INFO:teuthology.orchestra.run.smithi137.stdout:ceph packages for x86_64 313 kB/s | 84 kB 00:00 2024-09-11T04:48:30.604 INFO:teuthology.orchestra.run.smithi103.stdout:ceph noarch packages 104 kB/s | 24 kB 00:00 2024-09-11T04:48:30.613 INFO:teuthology.orchestra.run.smithi137.stdout:ceph noarch packages 101 kB/s | 24 kB 00:00 2024-09-11T04:48:30.627 INFO:teuthology.orchestra.run.smithi204.stdout:ceph noarch packages 94 kB/s | 24 kB 00:00 2024-09-11T04:48:30.871 INFO:teuthology.orchestra.run.smithi103.stdout:ceph source packages 8.4 kB/s | 1.9 kB 00:00 2024-09-11T04:48:30.879 INFO:teuthology.orchestra.run.smithi137.stdout:ceph source packages 8.4 kB/s | 1.9 kB 00:00 2024-09-11T04:48:30.910 INFO:teuthology.orchestra.run.smithi204.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-11T04:48:31.329 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - BaseOS 19 MB/s | 8.2 MB 00:00 2024-09-11T04:48:31.652 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.2 MB 00:00 2024-09-11T04:48:32.662 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.2 MB 00:01 2024-09-11T04:48:33.147 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-09-11T04:48:34.555 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-09-11T04:48:34.778 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:02 2024-09-11T04:48:37.807 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - CRB 8.0 MB/s | 6.5 MB 00:00 2024-09-11T04:48:38.798 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-11T04:48:39.138 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-11T04:48:39.308 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 19 kB 00:00 2024-09-11T04:48:40.224 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - Extras packages 88 kB/s | 19 kB 00:00 2024-09-11T04:48:40.537 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 20 MB/s | 23 MB 00:01 2024-09-11T04:48:40.830 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 19 kB 00:00 2024-09-11T04:48:41.053 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-11T04:48:41.726 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-11T04:48:46.045 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-11T04:48:46.475 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-11T04:48:47.190 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-11T04:48:48.422 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-radosgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 11 M 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrading: 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout: librados2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.5 M 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout: librbd1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T04:48:48.424 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 22 M 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-selinux x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 25 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 755 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-11T04:48:48.425 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 507 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: librgw2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-argparse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 45 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 143 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cephfs x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 161 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rados x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 321 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 306 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 99 k 2024-09-11T04:48:48.426 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout:Installing weak dependencies: 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout:Install 31 Packages 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrade 2 Packages 2024-09-11T04:48:48.427 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:48.428 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 62 M 2024-09-11T04:48:48.428 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:48:48.867 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 11 M 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrading: 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout: librados2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.5 M 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:48:48.869 INFO:teuthology.orchestra.run.smithi137.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 22 M 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 25 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 755 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 507 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-11T04:48:48.870 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 45 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 143 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 161 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 321 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 306 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 99 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-11T04:48:48.871 INFO:teuthology.orchestra.run.smithi137.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-11T04:48:48.872 INFO:teuthology.orchestra.run.smithi137.stdout:Installing weak dependencies: 2024-09-11T04:48:48.872 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-11T04:48:48.872 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:48.872 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:48:48.872 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:48:48.872 INFO:teuthology.orchestra.run.smithi137.stdout:Install 31 Packages 2024-09-11T04:48:48.872 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrade 2 Packages 2024-09-11T04:48:48.872 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:48:48.873 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 62 M 2024-09-11T04:48:48.873 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:48:49.128 INFO:teuthology.orchestra.run.smithi103.stdout:(1/33): ceph-base-19.3.0-4854.g8f219c47.el9.x86 12 MB/s | 5.5 MB 00:00 2024-09-11T04:48:49.203 INFO:teuthology.orchestra.run.smithi103.stdout:(2/33): ceph-selinux-19.3.0-4854.g8f219c47.el9. 336 kB/s | 25 kB 00:00 2024-09-11T04:48:49.295 INFO:teuthology.orchestra.run.smithi103.stdout:(3/33): libcephfs2-19.3.0-4854.g8f219c47.el9.x8 8.0 MB/s | 755 kB 00:00 2024-09-11T04:48:49.387 INFO:teuthology.orchestra.run.smithi103.stdout:(4/33): libradosstriper1-19.3.0-4854.g8f219c47. 5.4 MB/s | 507 kB 00:00 2024-09-11T04:48:49.521 INFO:teuthology.orchestra.run.smithi103.stdout:(5/33): ceph-radosgw-19.3.0-4854.g8f219c47.el9. 13 MB/s | 11 MB 00:00 2024-09-11T04:48:49.571 INFO:teuthology.orchestra.run.smithi103.stdout:(6/33): python3-ceph-argparse-19.3.0-4854.g8f21 910 kB/s | 45 kB 00:00 2024-09-11T04:48:49.574 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-radosgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 11 M 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout:Upgrading: 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout: librados2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.5 M 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout: librbd1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 22 M 2024-09-11T04:48:49.577 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-selinux x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 25 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 755 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: libradosstriper1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 507 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: librgw2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-11T04:48:49.578 INFO:teuthology.orchestra.run.smithi204.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 45 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 143 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cephfs x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 161 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rados x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 321 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 306 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 99 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout:Installing weak dependencies: 2024-09-11T04:48:49.579 INFO:teuthology.orchestra.run.smithi204.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-11T04:48:49.580 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:48:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:48:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Install 31 Packages 2024-09-11T04:48:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Upgrade 2 Packages 2024-09-11T04:48:49.580 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:48:49.581 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 62 M 2024-09-11T04:48:49.581 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:48:49.697 INFO:teuthology.orchestra.run.smithi103.stdout:(7/33): librgw2-19.3.0-4854.g8f219c47.el9.x86_6 18 MB/s | 5.5 MB 00:00 2024-09-11T04:48:49.722 INFO:teuthology.orchestra.run.smithi103.stdout:(8/33): python3-ceph-common-19.3.0-4854.g8f219c 950 kB/s | 143 kB 00:00 2024-09-11T04:48:49.747 INFO:teuthology.orchestra.run.smithi103.stdout:(9/33): python3-cephfs-19.3.0-4854.g8f219c47.el 3.1 MB/s | 161 kB 00:00 2024-09-11T04:48:49.781 INFO:teuthology.orchestra.run.smithi103.stdout:(10/33): python3-rados-19.3.0-4854.g8f219c47.el 5.3 MB/s | 321 kB 00:00 2024-09-11T04:48:49.808 INFO:teuthology.orchestra.run.smithi103.stdout:(11/33): python3-rbd-19.3.0-4854.g8f219c47.el9. 5.1 MB/s | 306 kB 00:00 2024-09-11T04:48:49.832 INFO:teuthology.orchestra.run.smithi103.stdout:(12/33): python3-rgw-19.3.0-4854.g8f219c47.el9. 1.9 MB/s | 99 kB 00:00 2024-09-11T04:48:49.993 INFO:teuthology.orchestra.run.smithi137.stdout:(1/33): ceph-base-19.3.0-4854.g8f219c47.el9.x86 5.2 MB/s | 5.5 MB 00:01 2024-09-11T04:48:50.052 INFO:teuthology.orchestra.run.smithi137.stdout:(2/33): ceph-selinux-19.3.0-4854.g8f219c47.el9. 432 kB/s | 25 kB 00:00 2024-09-11T04:48:50.075 INFO:teuthology.orchestra.run.smithi103.stdout:(13/33): ceph-common-19.3.0-4854.g8f219c47.el9. 15 MB/s | 22 MB 00:01 2024-09-11T04:48:50.124 INFO:teuthology.orchestra.run.smithi103.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 337 kB/s | 107 kB 00:00 2024-09-11T04:48:50.178 INFO:teuthology.orchestra.run.smithi137.stdout:(3/33): libcephfs2-19.3.0-4854.g8f219c47.el9.x8 5.9 MB/s | 755 kB 00:00 2024-09-11T04:48:50.183 INFO:teuthology.orchestra.run.smithi103.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 486 kB/s | 171 kB 00:00 2024-09-11T04:48:50.208 INFO:teuthology.orchestra.run.smithi103.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 541 kB/s | 45 kB 00:00 2024-09-11T04:48:50.233 INFO:teuthology.orchestra.run.smithi103.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-09-11T04:48:50.277 INFO:teuthology.orchestra.run.smithi137.stdout:(4/33): libradosstriper1-19.3.0-4854.g8f219c47. 5.0 MB/s | 507 kB 00:00 2024-09-11T04:48:50.283 INFO:teuthology.orchestra.run.smithi103.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 845 kB/s | 42 kB 00:00 2024-09-11T04:48:50.292 INFO:teuthology.orchestra.run.smithi204.stdout:(1/33): ceph-base-19.3.0-4854.g8f219c47.el9.x86 8.3 MB/s | 5.5 MB 00:00 2024-09-11T04:48:50.350 INFO:teuthology.orchestra.run.smithi204.stdout:(2/33): ceph-selinux-19.3.0-4854.g8f219c47.el9. 432 kB/s | 25 kB 00:00 2024-09-11T04:48:50.359 INFO:teuthology.orchestra.run.smithi103.stdout:(19/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-09-11T04:48:50.393 INFO:teuthology.orchestra.run.smithi103.stdout:(20/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 292 kB 00:00 2024-09-11T04:48:50.418 INFO:teuthology.orchestra.run.smithi103.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-09-11T04:48:50.452 INFO:teuthology.orchestra.run.smithi103.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 812 kB/s | 47 kB 00:00 2024-09-11T04:48:50.492 INFO:teuthology.orchestra.run.smithi204.stdout:(3/33): libcephfs2-19.3.0-4854.g8f219c47.el9.x8 5.2 MB/s | 755 kB 00:00 2024-09-11T04:48:50.493 INFO:teuthology.orchestra.run.smithi103.stdout:(23/33): librdkafka-1.6.1-102.el9.x86_64.rpm 2.1 MB/s | 662 kB 00:00 2024-09-11T04:48:50.536 INFO:teuthology.orchestra.run.smithi103.stdout:(24/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.6 MB/s | 309 kB 00:00 2024-09-11T04:48:50.561 INFO:teuthology.orchestra.run.smithi103.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-11T04:48:50.586 INFO:teuthology.orchestra.run.smithi103.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 287 kB/s | 26 kB 00:00 2024-09-11T04:48:50.601 INFO:teuthology.orchestra.run.smithi204.stdout:(4/33): libradosstriper1-19.3.0-4854.g8f219c47. 4.6 MB/s | 507 kB 00:00 2024-09-11T04:48:50.611 INFO:teuthology.orchestra.run.smithi103.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-11T04:48:50.645 INFO:teuthology.orchestra.run.smithi103.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.7 MB/s | 191 kB 00:00 2024-09-11T04:48:50.695 INFO:teuthology.orchestra.run.smithi103.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-11T04:48:50.718 INFO:teuthology.orchestra.run.smithi204.stdout:(5/33): ceph-radosgw-19.3.0-4854.g8f219c47.el9. 10 MB/s | 11 MB 00:01 2024-09-11T04:48:50.746 INFO:teuthology.orchestra.run.smithi103.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-11T04:48:50.803 INFO:teuthology.orchestra.run.smithi137.stdout:(5/33): librgw2-19.3.0-4854.g8f219c47.el9.x86_6 11 MB/s | 5.5 MB 00:00 2024-09-11T04:48:50.810 INFO:teuthology.orchestra.run.smithi204.stdout:(6/33): python3-ceph-argparse-19.3.0-4854.g8f21 493 kB/s | 45 kB 00:00 2024-09-11T04:48:50.821 INFO:teuthology.orchestra.run.smithi103.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-11T04:48:50.870 INFO:teuthology.orchestra.run.smithi137.stdout:(6/33): python3-ceph-argparse-19.3.0-4854.g8f21 678 kB/s | 45 kB 00:00 2024-09-11T04:48:50.902 INFO:teuthology.orchestra.run.smithi204.stdout:(7/33): python3-ceph-common-19.3.0-4854.g8f219c 1.5 MB/s | 143 kB 00:00 2024-09-11T04:48:51.138 INFO:teuthology.orchestra.run.smithi103.stdout:(32/33): librados2-19.3.0-4854.g8f219c47.el9.x8 7.8 MB/s | 3.5 MB 00:00 2024-09-11T04:48:51.227 INFO:teuthology.orchestra.run.smithi204.stdout:(8/33): librgw2-19.3.0-4854.g8f219c47.el9.x86_6 8.8 MB/s | 5.5 MB 00:00 2024-09-11T04:48:51.245 INFO:teuthology.orchestra.run.smithi137.stdout:(7/33): ceph-radosgw-19.3.0-4854.g8f219c47.el9. 4.7 MB/s | 11 MB 00:02 2024-09-11T04:48:51.271 INFO:teuthology.orchestra.run.smithi103.stdout:(33/33): librbd1-19.3.0-4854.g8f219c47.el9.x86_ 6.2 MB/s | 3.2 MB 00:00 2024-09-11T04:48:51.277 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:48:51.277 INFO:teuthology.orchestra.run.smithi103.stdout:Total 22 MB/s | 62 MB 00:02 2024-09-11T04:48:51.286 INFO:teuthology.orchestra.run.smithi204.stdout:(9/33): python3-rados-19.3.0-4854.g8f219c47.el9 5.4 MB/s | 321 kB 00:00 2024-09-11T04:48:51.295 INFO:teuthology.orchestra.run.smithi137.stdout:(8/33): python3-cephfs-19.3.0-4854.g8f219c47.el 3.2 MB/s | 161 kB 00:00 2024-09-11T04:48:51.321 INFO:teuthology.orchestra.run.smithi137.stdout:(9/33): python3-ceph-common-19.3.0-4854.g8f219c 317 kB/s | 143 kB 00:00 2024-09-11T04:48:51.336 INFO:teuthology.orchestra.run.smithi204.stdout:(10/33): python3-rbd-19.3.0-4854.g8f219c47.el9. 6.0 MB/s | 306 kB 00:00 2024-09-11T04:48:51.362 INFO:teuthology.orchestra.run.smithi137.stdout:(10/33): python3-rados-19.3.0-4854.g8f219c47.el 4.7 MB/s | 321 kB 00:00 2024-09-11T04:48:51.386 INFO:teuthology.orchestra.run.smithi204.stdout:(11/33): python3-cephfs-19.3.0-4854.g8f219c47.e 333 kB/s | 161 kB 00:00 2024-09-11T04:48:51.387 INFO:teuthology.orchestra.run.smithi137.stdout:(11/33): python3-rbd-19.3.0-4854.g8f219c47.el9. 4.5 MB/s | 306 kB 00:00 2024-09-11T04:48:51.400 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:48:51.411 INFO:teuthology.orchestra.run.smithi204.stdout:(12/33): python3-rgw-19.3.0-4854.g8f219c47.el9. 1.3 MB/s | 99 kB 00:00 2024-09-11T04:48:51.413 INFO:teuthology.orchestra.run.smithi137.stdout:(12/33): python3-rgw-19.3.0-4854.g8f219c47.el9. 1.9 MB/s | 99 kB 00:00 2024-09-11T04:48:51.437 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:48:51.437 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:48:51.620 INFO:teuthology.orchestra.run.smithi204.stdout:(13/33): ceph-common-19.3.0-4854.g8f219c47.el9. 11 MB/s | 22 MB 00:01 2024-09-11T04:48:51.639 INFO:teuthology.orchestra.run.smithi137.stdout:(13/33): ceph-common-19.3.0-4854.g8f219c47.el9. 8.0 MB/s | 22 MB 00:02 2024-09-11T04:48:51.729 INFO:teuthology.orchestra.run.smithi204.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 312 kB/s | 107 kB 00:00 2024-09-11T04:48:51.754 INFO:teuthology.orchestra.run.smithi204.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 498 kB/s | 171 kB 00:00 2024-09-11T04:48:51.788 INFO:teuthology.orchestra.run.smithi204.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 959 kB/s | 160 kB 00:00 2024-09-11T04:48:51.788 INFO:teuthology.orchestra.run.smithi137.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 267 kB/s | 107 kB 00:00 2024-09-11T04:48:51.813 INFO:teuthology.orchestra.run.smithi204.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 540 kB/s | 45 kB 00:00 2024-09-11T04:48:51.814 INFO:teuthology.orchestra.run.smithi137.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 426 kB/s | 171 kB 00:00 2024-09-11T04:48:51.839 INFO:teuthology.orchestra.run.smithi137.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 900 kB/s | 45 kB 00:00 2024-09-11T04:48:51.864 INFO:teuthology.orchestra.run.smithi204.stdout:(18/33): librdkafka-1.6.1-102.el9.x86_64.rpm 5.9 MB/s | 662 kB 00:00 2024-09-11T04:48:51.873 INFO:teuthology.orchestra.run.smithi137.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 685 kB/s | 160 kB 00:00 2024-09-11T04:48:51.889 INFO:teuthology.orchestra.run.smithi204.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 561 kB/s | 42 kB 00:00 2024-09-11T04:48:51.931 INFO:teuthology.orchestra.run.smithi204.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-09-11T04:48:51.931 INFO:teuthology.orchestra.run.smithi137.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-11T04:48:51.951 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:48:51.952 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:48:51.956 INFO:teuthology.orchestra.run.smithi204.stdout:(21/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.7 MB/s | 292 kB 00:00 2024-09-11T04:48:51.957 INFO:teuthology.orchestra.run.smithi137.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 505 kB/s | 42 kB 00:00 2024-09-11T04:48:51.981 INFO:teuthology.orchestra.run.smithi204.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 389 kB/s | 36 kB 00:00 2024-09-11T04:48:51.982 INFO:teuthology.orchestra.run.smithi137.stdout:(20/33): librdkafka-1.6.1-102.el9.x86_64.rpm 3.9 MB/s | 662 kB 00:00 2024-09-11T04:48:52.007 INFO:teuthology.orchestra.run.smithi137.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-09-11T04:48:52.023 INFO:teuthology.orchestra.run.smithi204.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 514 kB/s | 47 kB 00:00 2024-09-11T04:48:52.032 INFO:teuthology.orchestra.run.smithi137.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 475 kB/s | 36 kB 00:00 2024-09-11T04:48:52.061 INFO:teuthology.orchestra.run.smithi137.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 626 kB/s | 47 kB 00:00 2024-09-11T04:48:52.108 INFO:teuthology.orchestra.run.smithi204.stdout:(24/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.0 MB/s | 309 kB 00:00 2024-09-11T04:48:52.116 INFO:teuthology.orchestra.run.smithi137.stdout:(24/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.8 MB/s | 309 kB 00:00 2024-09-11T04:48:52.142 INFO:teuthology.orchestra.run.smithi137.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-11T04:48:52.165 INFO:teuthology.orchestra.run.smithi204.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 878 kB/s | 49 kB 00:00 2024-09-11T04:48:52.167 INFO:teuthology.orchestra.run.smithi137.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 276 kB/s | 26 kB 00:00 2024-09-11T04:48:52.192 INFO:teuthology.orchestra.run.smithi137.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-11T04:48:52.200 INFO:teuthology.orchestra.run.smithi204.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 149 kB/s | 26 kB 00:00 2024-09-11T04:48:52.217 INFO:teuthology.orchestra.run.smithi137.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 7.5 MB/s | 191 kB 00:00 2024-09-11T04:48:52.233 INFO:teuthology.orchestra.run.smithi204.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-09-11T04:48:52.267 INFO:teuthology.orchestra.run.smithi204.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.7 MB/s | 191 kB 00:00 2024-09-11T04:48:52.268 INFO:teuthology.orchestra.run.smithi137.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.1 MB/s | 839 kB 00:00 2024-09-11T04:48:52.334 INFO:teuthology.orchestra.run.smithi204.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 6.1 MB/s | 839 kB 00:00 2024-09-11T04:48:52.343 INFO:teuthology.orchestra.run.smithi137.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-09-11T04:48:52.392 INFO:teuthology.orchestra.run.smithi204.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-09-11T04:48:52.435 INFO:teuthology.orchestra.run.smithi137.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-11T04:48:52.476 INFO:teuthology.orchestra.run.smithi204.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 4.4 MB 00:00 2024-09-11T04:48:52.660 INFO:teuthology.orchestra.run.smithi137.stdout:(32/33): librados2-19.3.0-4854.g8f219c47.el9.x8 8.8 MB/s | 3.5 MB 00:00 2024-09-11T04:48:52.701 INFO:teuthology.orchestra.run.smithi204.stdout:(32/33): librbd1-19.3.0-4854.g8f219c47.el9.x86_ 11 MB/s | 3.2 MB 00:00 2024-09-11T04:48:52.711 INFO:teuthology.orchestra.run.smithi137.stdout:(33/33): librbd1-19.3.0-4854.g8f219c47.el9.x86_ 8.8 MB/s | 3.2 MB 00:00 2024-09-11T04:48:52.715 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:48:52.716 INFO:teuthology.orchestra.run.smithi137.stdout:Total 16 MB/s | 62 MB 00:03 2024-09-11T04:48:52.759 INFO:teuthology.orchestra.run.smithi204.stdout:(33/33): librados2-19.3.0-4854.g8f219c47.el9.x8 8.1 MB/s | 3.5 MB 00:00 2024-09-11T04:48:52.765 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:48:52.765 INFO:teuthology.orchestra.run.smithi204.stdout:Total 19 MB/s | 62 MB 00:03 2024-09-11T04:48:52.825 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:48:52.863 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:48:52.863 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:48:52.885 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:48:52.922 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:48:52.922 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:48:53.377 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:48:53.377 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:48:53.444 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:48:53.445 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:48:53.445 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:48:53.546 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-11T04:48:53.577 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-11T04:48:53.611 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-11T04:48:53.633 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T04:48:53.656 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T04:48:53.877 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T04:48:53.938 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T04:48:54.335 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-11T04:48:54.404 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:48:54.507 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:48:54.596 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 8/35 2024-09-11T04:48:54.623 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T04:48:54.686 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T04:48:54.724 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-11T04:48:54.767 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 11/35 2024-09-11T04:48:54.838 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T04:48:54.852 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:48:54.867 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T04:48:54.923 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T04:48:54.932 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:48:54.936 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-11T04:48:54.963 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-11T04:48:54.974 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-11T04:48:54.999 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-11T04:48:55.011 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-11T04:48:55.022 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T04:48:55.042 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T04:48:55.048 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-11T04:48:55.082 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-11T04:48:55.082 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-11T04:48:55.104 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T04:48:55.122 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-11T04:48:55.123 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T04:48:55.164 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-11T04:48:55.196 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-11T04:48:55.225 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-11T04:48:55.233 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T04:48:55.259 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T04:48:55.285 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T04:48:55.299 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T04:48:55.304 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-11T04:48:55.360 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T04:48:55.626 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-11T04:48:55.629 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-11T04:48:55.663 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T04:48:55.689 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-11T04:48:55.738 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T04:48:55.745 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:48:55.773 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 24/35 2024-09-11T04:48:55.808 INFO:teuthology.orchestra.run.smithi204.stdout: Upgrading : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:48:55.830 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-11T04:48:55.835 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:48:55.902 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:48:55.931 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 8/35 2024-09-11T04:48:55.970 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T04:48:55.990 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 8/35 2024-09-11T04:48:56.024 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T04:48:56.027 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T04:48:56.053 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-11T04:48:56.096 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 11/35 2024-09-11T04:48:56.097 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T04:48:56.144 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-11T04:48:56.192 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 11/35 2024-09-11T04:48:56.192 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T04:48:56.192 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T04:48:56.236 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T04:48:56.256 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T04:48:56.271 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-11T04:48:56.288 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T04:48:56.330 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-11T04:48:56.352 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T04:48:56.367 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T04:48:56.381 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-11T04:48:56.386 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-11T04:48:56.422 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-11T04:48:56.430 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T04:48:56.464 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-11T04:48:56.495 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-11T04:48:56.497 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-11T04:48:56.516 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 28/35 2024-09-11T04:48:56.525 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-11T04:48:56.529 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-11T04:48:56.552 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 29/35 2024-09-11T04:48:56.557 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T04:48:56.579 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-11T04:48:56.595 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-11T04:48:56.605 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-11T04:48:56.634 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-11T04:48:56.697 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T04:48:56.738 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-11T04:48:56.922 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-11T04:48:56.962 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T04:48:57.045 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T04:48:57.062 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-11T04:48:57.075 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 24/35 2024-09-11T04:48:57.105 INFO:teuthology.orchestra.run.smithi204.stdout: Upgrading : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T04:48:57.111 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-11T04:48:57.189 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T04:48:57.377 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 24/35 2024-09-11T04:48:57.414 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-11T04:48:57.626 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-11T04:48:57.657 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T04:48:57.728 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T04:48:57.806 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 28/35 2024-09-11T04:48:57.834 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 29/35 2024-09-11T04:48:57.918 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-11T04:48:57.941 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T04:48:58.021 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T04:48:58.099 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 28/35 2024-09-11T04:48:58.136 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 29/35 2024-09-11T04:48:58.906 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:48:58.942 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:48:59.543 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:48:59.578 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T04:48:59.670 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T04:48:59.670 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-11T04:48:59.670 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-11T04:48:59.671 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:48:59.713 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:00.182 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:49:00.222 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:49:00.528 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:49:00.566 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:49:00.801 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:49:00.833 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T04:49:00.931 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T04:49:00.931 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-11T04:49:00.931 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-11T04:49:00.931 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:00.960 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:01.166 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T04:49:01.202 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T04:49:01.294 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T04:49:01.295 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-11T04:49:01.295 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-11T04:49:01.295 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:01.329 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:09.867 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:09.868 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /sys 2024-09-11T04:49:09.868 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /proc 2024-09-11T04:49:09.868 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /mnt 2024-09-11T04:49:09.868 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /var/tmp 2024-09-11T04:49:09.868 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /home 2024-09-11T04:49:09.868 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /root 2024-09-11T04:49:09.868 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /tmp 2024-09-11T04:49:09.868 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:10.909 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T04:49:10.933 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T04:49:10.934 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:10.934 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-11T04:49:10.934 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T04:49:10.934 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T04:49:10.934 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:10.936 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T04:49:11.027 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T04:49:11.027 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:11.215 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:11.215 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /sys 2024-09-11T04:49:11.215 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /proc 2024-09-11T04:49:11.216 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /mnt 2024-09-11T04:49:11.216 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /var/tmp 2024-09-11T04:49:11.216 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /home 2024-09-11T04:49:11.216 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /root 2024-09-11T04:49:11.216 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /tmp 2024-09-11T04:49:11.216 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:11.305 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:11.305 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /sys 2024-09-11T04:49:11.305 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /proc 2024-09-11T04:49:11.305 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /mnt 2024-09-11T04:49:11.306 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /var/tmp 2024-09-11T04:49:11.306 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /home 2024-09-11T04:49:11.306 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /root 2024-09-11T04:49:11.306 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /tmp 2024-09-11T04:49:11.306 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:12.167 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 1/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 3/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 4/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 5/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 6/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 8/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 9/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 10/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 11/35 2024-09-11T04:49:12.168 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 13/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-11T04:49:12.169 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-11T04:49:12.170 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 34/35 2024-09-11T04:49:12.234 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T04:49:12.259 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T04:49:12.259 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:12.259 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-11T04:49:12.259 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T04:49:12.259 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T04:49:12.260 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:12.262 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T04:49:12.322 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T04:49:12.349 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T04:49:12.350 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:12.350 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-11T04:49:12.350 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T04:49:12.350 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T04:49:12.350 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:12.350 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T04:49:12.350 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:12.351 INFO:teuthology.orchestra.run.smithi204.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T04:49:12.441 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T04:49:12.441 INFO:teuthology.orchestra.run.smithi204.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:13.200 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:13.200 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout:Upgraded: 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-11T04:49:13.201 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.202 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: re2-1:20211101-20.el9.x86_64 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:13.203 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:49:13.506 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:13.506 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 1/35 2024-09-11T04:49:13.506 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2/35 2024-09-11T04:49:13.506 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 3/35 2024-09-11T04:49:13.506 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 4/35 2024-09-11T04:49:13.506 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 5/35 2024-09-11T04:49:13.506 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 6/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 8/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 9/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 10/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 11/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 13/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-11T04:49:13.507 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-11T04:49:13.508 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-11T04:49:13.509 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:13.509 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-11T04:49:13.509 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 34/35 2024-09-11T04:49:13.553 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-test 2024-09-11T04:49:13.611 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 1/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 3/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 4/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 5/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 6/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 8/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 9/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 10/35 2024-09-11T04:49:13.612 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 11/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 13/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-11T04:49:13.613 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-11T04:49:13.614 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-11T04:49:13.614 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-11T04:49:13.615 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-11T04:49:13.615 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-11T04:49:13.615 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-11T04:49:13.615 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-11T04:49:13.615 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T04:49:13.615 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-11T04:49:13.615 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 34/35 2024-09-11T04:49:14.123 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:28 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:14.258 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:49:14.258 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:14.258 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:49:14.258 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-test x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 50 M 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout: libcephsqlite x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 162 k 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout:Install 4 Packages 2024-09-11T04:49:14.259 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:14.260 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 51 M 2024-09-11T04:49:14.260 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 217 M 2024-09-11T04:49:14.260 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout:Upgraded: 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.492 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.493 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: re2-1:20211101-20.el9.x86_64 2024-09-11T04:49:14.494 INFO:teuthology.orchestra.run.smithi137.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-11T04:49:14.495 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:14.495 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout:Upgraded: 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.502 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.503 INFO:teuthology.orchestra.run.smithi204.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: re2-1:20211101-20.el9.x86_64 2024-09-11T04:49:14.504 INFO:teuthology.orchestra.run.smithi204.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-11T04:49:14.505 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:14.505 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:49:14.577 INFO:teuthology.orchestra.run.smithi103.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.4 MB/s | 304 kB 00:00 2024-09-11T04:49:14.602 INFO:teuthology.orchestra.run.smithi103.stdout:(2/4): libcephsqlite-19.3.0-4854.g8f219c47.el9. 671 kB/s | 162 kB 00:00 2024-09-11T04:49:14.627 INFO:teuthology.orchestra.run.smithi103.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-09-11T04:49:14.857 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-test 2024-09-11T04:49:14.904 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-test 2024-09-11T04:49:15.427 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:28 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:49:15.480 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:29 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:15.560 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-test x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 50 M 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout: libcephsqlite x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 162 k 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:49:15.561 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:15.562 INFO:teuthology.orchestra.run.smithi204.stdout:Install 4 Packages 2024-09-11T04:49:15.562 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:15.562 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 51 M 2024-09-11T04:49:15.562 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 217 M 2024-09-11T04:49:15.562 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 50 M 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 162 k 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-11T04:49:15.618 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:15.619 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:49:15.619 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:15.619 INFO:teuthology.orchestra.run.smithi137.stdout:Install 4 Packages 2024-09-11T04:49:15.619 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:15.620 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 51 M 2024-09-11T04:49:15.620 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 217 M 2024-09-11T04:49:15.620 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:49:15.853 INFO:teuthology.orchestra.run.smithi137.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.6 MB/s | 304 kB 00:00 2024-09-11T04:49:15.878 INFO:teuthology.orchestra.run.smithi137.stdout:(2/4): libcephsqlite-19.3.0-4854.g8f219c47.el9. 766 kB/s | 162 kB 00:00 2024-09-11T04:49:15.895 INFO:teuthology.orchestra.run.smithi204.stdout:(1/4): libcephsqlite-19.3.0-4854.g8f219c47.el9. 750 kB/s | 162 kB 00:00 2024-09-11T04:49:15.929 INFO:teuthology.orchestra.run.smithi137.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 846 kB/s | 64 kB 00:00 2024-09-11T04:49:15.969 INFO:teuthology.orchestra.run.smithi103.stdout:(4/4): ceph-test-19.3.0-4854.g8f219c47.el9.x86_ 31 MB/s | 50 MB 00:01 2024-09-11T04:49:15.972 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:15.972 INFO:teuthology.orchestra.run.smithi103.stdout:Total 30 MB/s | 51 MB 00:01 2024-09-11T04:49:16.000 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:49:16.021 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:49:16.021 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:49:16.237 INFO:teuthology.orchestra.run.smithi204.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 546 kB/s | 304 kB 00:00 2024-09-11T04:49:16.271 INFO:teuthology.orchestra.run.smithi204.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 170 kB/s | 64 kB 00:00 2024-09-11T04:49:16.423 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:49:16.424 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:49:16.954 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:49:17.038 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-11T04:49:17.077 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-11T04:49:17.105 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T04:49:18.030 INFO:teuthology.orchestra.run.smithi204.stdout:(4/4): ceph-test-19.3.0-4854.g8f219c47.el9.x86_ 21 MB/s | 50 MB 00:02 2024-09-11T04:49:18.031 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:18.032 INFO:teuthology.orchestra.run.smithi204.stdout:Total 21 MB/s | 51 MB 00:02 2024-09-11T04:49:18.054 INFO:teuthology.orchestra.run.smithi137.stdout:(4/4): ceph-test-19.3.0-4854.g8f219c47.el9.x86_ 21 MB/s | 50 MB 00:02 2024-09-11T04:49:18.056 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:18.056 INFO:teuthology.orchestra.run.smithi137.stdout:Total 21 MB/s | 51 MB 00:02 2024-09-11T04:49:18.058 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:49:18.079 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:49:18.079 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:49:18.084 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:49:18.105 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:49:18.105 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:49:18.479 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:49:18.479 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:49:18.503 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:49:18.503 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:49:19.021 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:49:19.105 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:49:19.109 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-11T04:49:19.166 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-11T04:49:19.193 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T04:49:19.202 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-11T04:49:19.253 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-11T04:49:19.280 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T04:49:21.837 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T04:49:21.921 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T04:49:23.942 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T04:49:24.014 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T04:49:24.033 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T04:49:24.104 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T04:49:24.557 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T04:49:24.557 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 1/4 2024-09-11T04:49:24.557 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2/4 2024-09-11T04:49:24.557 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-11T04:49:24.969 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-11T04:49:24.969 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:24.969 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:49:24.969 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:24.970 INFO:teuthology.orchestra.run.smithi103.stdout: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:24.970 INFO:teuthology.orchestra.run.smithi103.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-11T04:49:24.970 INFO:teuthology.orchestra.run.smithi103.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-11T04:49:24.970 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:24.970 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:49:25.251 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph 2024-09-11T04:49:25.829 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:39 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:25.970 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:49:25.972 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:25.972 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: ceph x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 6.6 k 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mds x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 2.4 M 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 1.5 M 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 291 k 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mon x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 4.8 M 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-osd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 17 M 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-11T04:49:25.973 INFO:teuthology.orchestra.run.smithi103.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-collections 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-11T04:49:25.974 INFO:teuthology.orchestra.run.smithi103.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:25.975 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:49:25.976 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:25.976 INFO:teuthology.orchestra.run.smithi103.stdout:Install 37 Packages 2024-09-11T04:49:25.976 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:25.976 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 31 M 2024-09-11T04:49:25.977 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 109 M 2024-09-11T04:49:25.977 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:49:26.614 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T04:49:26.614 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 1/4 2024-09-11T04:49:26.614 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2/4 2024-09-11T04:49:26.614 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-11T04:49:26.659 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T04:49:26.659 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 1/4 2024-09-11T04:49:26.659 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2/4 2024-09-11T04:49:26.659 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-11T04:49:26.889 INFO:teuthology.orchestra.run.smithi103.stdout:(1/37): ceph-19.3.0-4854.g8f219c47.el9.x86_64.r 53 kB/s | 6.6 kB 00:00 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:26.982 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:49:27.083 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-11T04:49:27.083 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:27.083 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:49:27.083 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:27.083 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:27.083 INFO:teuthology.orchestra.run.smithi137.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-11T04:49:27.083 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-11T04:49:27.084 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:27.084 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:49:27.091 INFO:teuthology.orchestra.run.smithi103.stdout:(2/37): ceph-mgr-19.3.0-4854.g8f219c47.el9.x86_ 4.7 MB/s | 1.5 MB 00:00 2024-09-11T04:49:27.156 INFO:teuthology.orchestra.run.smithi103.stdout:(3/37): ceph-mds-19.3.0-4854.g8f219c47.el9.x86_ 6.1 MB/s | 2.4 MB 00:00 2024-09-11T04:49:27.239 INFO:teuthology.orchestra.run.smithi103.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4854.g8f21 3.4 MB/s | 291 kB 00:00 2024-09-11T04:49:27.241 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph 2024-09-11T04:49:27.315 INFO:teuthology.orchestra.run.smithi103.stdout:(5/37): ceph-mon-19.3.0-4854.g8f219c47.el9.x86_ 11 MB/s | 4.8 MB 00:00 2024-09-11T04:49:27.382 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph 2024-09-11T04:49:27.482 INFO:teuthology.orchestra.run.smithi103.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-09-11T04:49:27.666 INFO:teuthology.orchestra.run.smithi103.stdout:(7/37): ceph-osd-19.3.0-4854.g8f219c47.el9.x86_ 30 MB/s | 17 MB 00:00 2024-09-11T04:49:27.690 INFO:teuthology.orchestra.run.smithi103.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 511 kB/s | 106 kB 00:00 2024-09-11T04:49:27.733 INFO:teuthology.orchestra.run.smithi103.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 2.9 MB/s | 1.2 MB 00:00 2024-09-11T04:49:27.758 INFO:teuthology.orchestra.run.smithi103.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-09-11T04:49:27.783 INFO:teuthology.orchestra.run.smithi103.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-11T04:49:27.815 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:40 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:49:27.875 INFO:teuthology.orchestra.run.smithi103.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 645 kB/s | 135 kB 00:00 2024-09-11T04:49:27.953 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:41 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:27.961 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:49:27.963 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:27.963 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:49:27.964 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:27.964 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:49:27.964 INFO:teuthology.orchestra.run.smithi204.stdout: ceph x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 6.6 k 2024-09-11T04:49:27.964 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:49:27.964 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mds x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 2.4 M 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 1.5 M 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 291 k 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mon x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 4.8 M 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-osd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 17 M 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-11T04:49:27.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-collections 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-11T04:49:27.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-11T04:49:27.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-11T04:49:27.968 INFO:teuthology.orchestra.run.smithi204.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-11T04:49:27.968 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:27.968 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:49:27.968 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:27.968 INFO:teuthology.orchestra.run.smithi204.stdout:Install 37 Packages 2024-09-11T04:49:27.968 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:27.968 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 31 M 2024-09-11T04:49:27.969 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 109 M 2024-09-11T04:49:27.969 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:49:28.096 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:49:28.098 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:28.098 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: ceph x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 6.6 k 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mds x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 2.4 M 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 1.5 M 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 291 k 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mon x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 4.8 M 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-osd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 17 M 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-11T04:49:28.099 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-collections 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-11T04:49:28.100 INFO:teuthology.orchestra.run.smithi137.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-11T04:49:28.101 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:28.102 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:49:28.102 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:28.102 INFO:teuthology.orchestra.run.smithi137.stdout:Install 37 Packages 2024-09-11T04:49:28.102 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:28.102 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 31 M 2024-09-11T04:49:28.102 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 109 M 2024-09-11T04:49:28.102 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:49:28.159 INFO:teuthology.orchestra.run.smithi103.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 123 kB/s | 35 kB 00:00 2024-09-11T04:49:28.343 INFO:teuthology.orchestra.run.smithi103.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 308 kB/s | 172 kB 00:00 2024-09-11T04:49:28.418 INFO:teuthology.orchestra.run.smithi103.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 286 kB/s | 188 kB 00:00 2024-09-11T04:49:28.443 INFO:teuthology.orchestra.run.smithi103.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 272 kB/s | 77 kB 00:00 2024-09-11T04:49:28.468 INFO:teuthology.orchestra.run.smithi103.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 406 kB/s | 51 kB 00:00 2024-09-11T04:49:28.511 INFO:teuthology.orchestra.run.smithi204.stdout:(1/37): ceph-19.3.0-4854.g8f219c47.el9.x86_64.r 53 kB/s | 6.6 kB 00:00 2024-09-11T04:49:28.519 INFO:teuthology.orchestra.run.smithi103.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 3.0 MB/s | 151 kB 00:00 2024-09-11T04:49:28.523 INFO:teuthology.orchestra.run.smithi137.stdout:(1/37): ceph-19.3.0-4854.g8f219c47.el9.x86_64.r 51 kB/s | 6.6 kB 00:00 2024-09-11T04:49:28.544 INFO:teuthology.orchestra.run.smithi103.stdout:(19/37): python3-toml-0.10.2-6.el9.noarch.rpm 330 kB/s | 42 kB 00:00 2024-09-11T04:49:28.570 INFO:teuthology.orchestra.run.smithi103.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 864 kB/s | 43 kB 00:00 2024-09-11T04:49:28.603 INFO:teuthology.orchestra.run.smithi103.stdout:(21/37): lua-devel-5.4.4-4.el9.x86_64.rpm 140 kB/s | 22 kB 00:00 2024-09-11T04:49:28.645 INFO:teuthology.orchestra.run.smithi103.stdout:(22/37): python3-cherrypy-18.6.1-2.el9.noarch.r 5.2 MB/s | 358 kB 00:00 2024-09-11T04:49:28.670 INFO:teuthology.orchestra.run.smithi103.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-11T04:49:28.696 INFO:teuthology.orchestra.run.smithi103.stdout:(24/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 118 kB/s | 11 kB 00:00 2024-09-11T04:49:28.703 INFO:teuthology.orchestra.run.smithi204.stdout:(2/37): ceph-mgr-19.3.0-4854.g8f219c47.el9.x86_ 4.8 MB/s | 1.5 MB 00:00 2024-09-11T04:49:28.721 INFO:teuthology.orchestra.run.smithi103.stdout:(25/37): python3-jaraco-classes-3.2.1-5.el9.noa 239 kB/s | 18 kB 00:00 2024-09-11T04:49:28.746 INFO:teuthology.orchestra.run.smithi103.stdout:(26/37): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-09-11T04:49:28.753 INFO:teuthology.orchestra.run.smithi204.stdout:(3/37): ceph-mds-19.3.0-4854.g8f219c47.el9.x86_ 6.5 MB/s | 2.4 MB 00:00 2024-09-11T04:49:28.771 INFO:teuthology.orchestra.run.smithi103.stdout:(27/37): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-09-11T04:49:28.788 INFO:teuthology.orchestra.run.smithi103.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-09-11T04:49:28.805 INFO:teuthology.orchestra.run.smithi103.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 1.4 MB/s | 46 kB 00:00 2024-09-11T04:49:28.823 INFO:teuthology.orchestra.run.smithi137.stdout:(2/37): ceph-mds-19.3.0-4854.g8f219c47.el9.x86_ 5.6 MB/s | 2.4 MB 00:00 2024-09-11T04:49:28.831 INFO:teuthology.orchestra.run.smithi103.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-09-11T04:49:28.839 INFO:teuthology.orchestra.run.smithi204.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4854.g8f21 3.3 MB/s | 291 kB 00:00 2024-09-11T04:49:28.847 INFO:teuthology.orchestra.run.smithi103.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 393 kB/s | 16 kB 00:00 2024-09-11T04:49:28.865 INFO:teuthology.orchestra.run.smithi137.stdout:(3/37): ceph-mgr-19.3.0-4854.g8f219c47.el9.x86_ 3.2 MB/s | 1.5 MB 00:00 2024-09-11T04:49:28.873 INFO:teuthology.orchestra.run.smithi103.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-09-11T04:49:28.898 INFO:teuthology.orchestra.run.smithi103.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-09-11T04:49:28.940 INFO:teuthology.orchestra.run.smithi103.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-11T04:49:28.965 INFO:teuthology.orchestra.run.smithi137.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4854.g8f21 2.8 MB/s | 291 kB 00:00 2024-09-11T04:49:28.966 INFO:teuthology.orchestra.run.smithi103.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 807 kB/s | 20 kB 00:00 2024-09-11T04:49:28.982 INFO:teuthology.orchestra.run.smithi204.stdout:(5/37): ceph-mon-19.3.0-4854.g8f219c47.el9.x86_ 10 MB/s | 4.8 MB 00:00 2024-09-11T04:49:28.990 INFO:teuthology.orchestra.run.smithi103.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-11T04:49:29.016 INFO:teuthology.orchestra.run.smithi103.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-09-11T04:49:29.020 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:29.020 INFO:teuthology.orchestra.run.smithi103.stdout:Total 10 MB/s | 31 MB 00:03 2024-09-11T04:49:29.040 INFO:teuthology.orchestra.run.smithi204.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-09-11T04:49:29.116 INFO:teuthology.orchestra.run.smithi204.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 106 kB 00:00 2024-09-11T04:49:29.165 INFO:teuthology.orchestra.run.smithi137.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-09-11T04:49:29.166 INFO:teuthology.orchestra.run.smithi204.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 6.7 MB/s | 1.2 MB 00:00 2024-09-11T04:49:29.176 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:49:29.191 INFO:teuthology.orchestra.run.smithi204.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 1.8 MB/s | 135 kB 00:00 2024-09-11T04:49:29.216 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:49:29.216 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:49:29.232 INFO:teuthology.orchestra.run.smithi137.stdout:(6/37): ceph-mon-19.3.0-4854.g8f219c47.el9.x86_ 6.8 MB/s | 4.8 MB 00:00 2024-09-11T04:49:29.233 INFO:teuthology.orchestra.run.smithi204.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-09-11T04:49:29.309 INFO:teuthology.orchestra.run.smithi204.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-09-11T04:49:29.366 INFO:teuthology.orchestra.run.smithi137.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 800 kB/s | 106 kB 00:00 2024-09-11T04:49:29.441 INFO:teuthology.orchestra.run.smithi137.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 1.8 MB/s | 135 kB 00:00 2024-09-11T04:49:29.483 INFO:teuthology.orchestra.run.smithi137.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 3.9 MB/s | 1.2 MB 00:00 2024-09-11T04:49:29.484 INFO:teuthology.orchestra.run.smithi204.stdout:(12/37): ceph-osd-19.3.0-4854.g8f219c47.el9.x86 22 MB/s | 17 MB 00:00 2024-09-11T04:49:29.508 INFO:teuthology.orchestra.run.smithi137.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-09-11T04:49:29.567 INFO:teuthology.orchestra.run.smithi204.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 564 kB/s | 188 kB 00:00 2024-09-11T04:49:29.593 INFO:teuthology.orchestra.run.smithi204.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 320 kB/s | 35 kB 00:00 2024-09-11T04:49:29.618 INFO:teuthology.orchestra.run.smithi204.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.5 MB/s | 77 kB 00:00 2024-09-11T04:49:29.660 INFO:teuthology.orchestra.run.smithi204.stdout:(16/37): python3-mako-1.1.4-6.el9.noarch.rpm 490 kB/s | 172 kB 00:00 2024-09-11T04:49:29.677 INFO:teuthology.orchestra.run.smithi204.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 608 kB/s | 51 kB 00:00 2024-09-11T04:49:29.684 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:49:29.684 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:49:29.692 INFO:teuthology.orchestra.run.smithi137.stdout:(11/37): ceph-osd-19.3.0-4854.g8f219c47.el9.x86 20 MB/s | 17 MB 00:00 2024-09-11T04:49:29.694 INFO:teuthology.orchestra.run.smithi204.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 550 kB/s | 42 kB 00:00 2024-09-11T04:49:29.717 INFO:teuthology.orchestra.run.smithi137.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 918 kB/s | 215 kB 00:00 2024-09-11T04:49:29.736 INFO:teuthology.orchestra.run.smithi204.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.5 MB/s | 151 kB 00:00 2024-09-11T04:49:29.769 INFO:teuthology.orchestra.run.smithi204.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 5.3 MB/s | 172 kB 00:00 2024-09-11T04:49:29.786 INFO:teuthology.orchestra.run.smithi204.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 471 kB/s | 43 kB 00:00 2024-09-11T04:49:29.803 INFO:teuthology.orchestra.run.smithi204.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 653 kB/s | 11 kB 00:00 2024-09-11T04:49:29.829 INFO:teuthology.orchestra.run.smithi204.stdout:(23/37): python3-cherrypy-18.6.1-2.el9.noarch.r 5.9 MB/s | 358 kB 00:00 2024-09-11T04:49:29.845 INFO:teuthology.orchestra.run.smithi204.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 421 kB/s | 18 kB 00:00 2024-09-11T04:49:29.862 INFO:teuthology.orchestra.run.smithi204.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 1.4 MB/s | 23 kB 00:00 2024-09-11T04:49:29.879 INFO:teuthology.orchestra.run.smithi204.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 585 kB/s | 19 kB 00:00 2024-09-11T04:49:29.896 INFO:teuthology.orchestra.run.smithi204.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 587 kB/s | 20 kB 00:00 2024-09-11T04:49:29.913 INFO:teuthology.orchestra.run.smithi204.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.3 MB/s | 46 kB 00:00 2024-09-11T04:49:29.938 INFO:teuthology.orchestra.run.smithi204.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-09-11T04:49:29.964 INFO:teuthology.orchestra.run.smithi204.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 917 kB/s | 16 kB 00:00 2024-09-11T04:49:29.989 INFO:teuthology.orchestra.run.smithi204.stdout:(31/37): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-09-11T04:49:30.009 INFO:teuthology.orchestra.run.smithi137.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 119 kB/s | 35 kB 00:00 2024-09-11T04:49:30.014 INFO:teuthology.orchestra.run.smithi204.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-11T04:49:30.040 INFO:teuthology.orchestra.run.smithi204.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 710 kB/s | 36 kB 00:00 2024-09-11T04:49:30.065 INFO:teuthology.orchestra.run.smithi204.stdout:(34/37): python3-webob-1.8.8-2.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-09-11T04:49:30.090 INFO:teuthology.orchestra.run.smithi204.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 799 kB/s | 20 kB 00:00 2024-09-11T04:49:30.124 INFO:teuthology.orchestra.run.smithi204.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-09-11T04:49:30.151 INFO:teuthology.orchestra.run.smithi137.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 293 kB/s | 188 kB 00:00 2024-09-11T04:49:30.210 INFO:teuthology.orchestra.run.smithi137.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 385 kB/s | 77 kB 00:00 2024-09-11T04:49:30.244 INFO:teuthology.orchestra.run.smithi137.stdout:(16/37): python3-mako-1.1.4-6.el9.noarch.rpm 312 kB/s | 172 kB 00:00 2024-09-11T04:49:30.286 INFO:teuthology.orchestra.run.smithi137.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 380 kB/s | 51 kB 00:00 2024-09-11T04:49:30.291 INFO:teuthology.orchestra.run.smithi204.stdout:(37/37): lua-devel-5.4.4-4.el9.x86_64.rpm 35 kB/s | 22 kB 00:00 2024-09-11T04:49:30.295 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:30.295 INFO:teuthology.orchestra.run.smithi204.stdout:Total 13 MB/s | 31 MB 00:02 2024-09-11T04:49:30.311 INFO:teuthology.orchestra.run.smithi137.stdout:(18/37): lua-devel-5.4.4-4.el9.x86_64.rpm 334 kB/s | 22 kB 00:00 2024-09-11T04:49:30.336 INFO:teuthology.orchestra.run.smithi137.stdout:(19/37): python3-toml-0.10.2-6.el9.noarch.rpm 330 kB/s | 42 kB 00:00 2024-09-11T04:49:30.387 INFO:teuthology.orchestra.run.smithi137.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 579 kB/s | 43 kB 00:00 2024-09-11T04:49:30.412 INFO:teuthology.orchestra.run.smithi137.stdout:(21/37): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2024-09-11T04:49:30.437 INFO:teuthology.orchestra.run.smithi137.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 432 kB/s | 11 kB 00:00 2024-09-11T04:49:30.446 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:49:30.462 INFO:teuthology.orchestra.run.smithi137.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-09-11T04:49:30.487 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:49:30.487 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:49:30.487 INFO:teuthology.orchestra.run.smithi137.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-09-11T04:49:30.513 INFO:teuthology.orchestra.run.smithi137.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-09-11T04:49:30.538 INFO:teuthology.orchestra.run.smithi137.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-11T04:49:30.563 INFO:teuthology.orchestra.run.smithi137.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-09-11T04:49:30.589 INFO:teuthology.orchestra.run.smithi137.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-09-11T04:49:30.622 INFO:teuthology.orchestra.run.smithi137.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-09-11T04:49:30.648 INFO:teuthology.orchestra.run.smithi137.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 940 kB/s | 79 kB 00:00 2024-09-11T04:49:30.673 INFO:teuthology.orchestra.run.smithi137.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-11T04:49:30.698 INFO:teuthology.orchestra.run.smithi137.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-11T04:49:30.724 INFO:teuthology.orchestra.run.smithi137.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-11T04:49:30.749 INFO:teuthology.orchestra.run.smithi137.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-11T04:49:30.774 INFO:teuthology.orchestra.run.smithi137.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-11T04:49:30.799 INFO:teuthology.orchestra.run.smithi137.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-09-11T04:49:30.833 INFO:teuthology.orchestra.run.smithi137.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-11T04:49:30.838 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:30.838 INFO:teuthology.orchestra.run.smithi137.stdout:Total 11 MB/s | 31 MB 00:02 2024-09-11T04:49:30.963 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:49:30.963 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:49:30.988 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:49:31.000 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:49:31.028 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:49:31.028 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:49:31.061 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-11T04:49:31.093 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-11T04:49:31.131 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-11T04:49:31.210 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-11T04:49:31.271 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-11T04:49:31.303 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-11T04:49:31.403 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-11T04:49:31.482 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-11T04:49:31.489 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:49:31.489 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:49:31.523 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-11T04:49:31.558 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-11T04:49:31.588 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-11T04:49:31.631 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-11T04:49:31.664 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-11T04:49:31.705 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-11T04:49:31.757 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-11T04:49:31.802 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-11T04:49:31.848 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-11T04:49:31.880 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-11T04:49:31.953 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-11T04:49:32.093 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-11T04:49:32.172 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-11T04:49:32.233 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-11T04:49:32.248 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:49:32.272 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-11T04:49:32.318 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-11T04:49:32.321 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-11T04:49:32.353 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-11T04:49:32.376 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-11T04:49:32.381 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-11T04:49:32.454 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-11T04:49:32.530 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-11T04:49:32.562 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-11T04:49:32.563 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-11T04:49:32.609 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-11T04:49:32.655 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-11T04:49:32.680 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-11T04:49:32.742 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-11T04:49:32.764 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:49:32.768 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-11T04:49:32.782 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-11T04:49:32.815 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-11T04:49:32.818 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-11T04:49:32.835 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-11T04:49:32.847 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-11T04:49:32.868 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-11T04:49:32.882 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-11T04:49:32.896 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-11T04:49:32.915 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-11T04:49:32.953 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-11T04:49:32.956 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-11T04:49:32.967 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-11T04:49:32.991 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-11T04:49:33.012 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-11T04:49:33.034 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-11T04:49:33.045 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-11T04:49:33.082 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-11T04:49:33.123 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-11T04:49:33.123 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 32/37 2024-09-11T04:49:33.145 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-11T04:49:33.153 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T04:49:33.180 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T04:49:33.180 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:33.180 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-11T04:49:33.180 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T04:49:33.180 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T04:49:33.180 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:33.197 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-11T04:49:33.223 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-11T04:49:33.264 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-11T04:49:33.299 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-11T04:49:33.329 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-11T04:49:33.344 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-11T04:49:33.363 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-11T04:49:33.405 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-11T04:49:33.422 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-11T04:49:33.454 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-11T04:49:33.476 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-11T04:49:33.514 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-11T04:49:33.523 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-11T04:49:33.549 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-11T04:49:33.597 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-11T04:49:33.597 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-11T04:49:33.629 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-11T04:49:33.652 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-11T04:49:33.702 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-11T04:49:33.841 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-11T04:49:33.857 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-11T04:49:33.902 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-11T04:49:33.945 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-11T04:49:33.990 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-11T04:49:34.007 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-11T04:49:34.046 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-11T04:49:34.087 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-11T04:49:34.102 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-11T04:49:34.137 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-11T04:49:34.158 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-11T04:49:34.274 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-11T04:49:34.369 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-11T04:49:34.416 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-11T04:49:34.433 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 32/37 2024-09-11T04:49:34.462 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T04:49:34.489 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T04:49:34.489 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:34.489 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-11T04:49:34.489 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T04:49:34.489 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T04:49:34.489 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:34.496 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-11T04:49:34.582 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-11T04:49:34.630 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-11T04:49:34.654 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T04:49:34.681 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T04:49:34.681 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:34.681 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-11T04:49:34.681 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T04:49:34.681 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T04:49:34.681 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:34.760 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-11T04:49:34.939 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 32/37 2024-09-11T04:49:34.967 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T04:49:34.994 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T04:49:34.994 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:34.994 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-11T04:49:34.994 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T04:49:34.995 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T04:49:34.995 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:35.130 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T04:49:35.154 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T04:49:35.154 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:35.154 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-11T04:49:35.154 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T04:49:35.154 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T04:49:35.155 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:35.397 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T04:49:35.421 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T04:49:35.421 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:35.421 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-11T04:49:35.421 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T04:49:35.422 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T04:49:35.422 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:35.485 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T04:49:35.947 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T04:49:35.974 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T04:49:35.975 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:35.975 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-11T04:49:35.975 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T04:49:35.975 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T04:49:35.975 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:36.431 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T04:49:36.455 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T04:49:36.455 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:36.455 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-11T04:49:36.455 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T04:49:36.455 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T04:49:36.455 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:36.460 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T04:49:36.488 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T04:49:36.488 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:36.488 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-11T04:49:36.488 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T04:49:36.488 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T04:49:36.488 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:36.698 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T04:49:36.722 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T04:49:36.722 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:36.722 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-11T04:49:36.722 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T04:49:36.722 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T04:49:36.722 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:36.786 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T04:49:36.936 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T04:49:36.959 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T04:49:36.959 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:36.959 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-11T04:49:36.959 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T04:49:36.960 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T04:49:36.960 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:37.186 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T04:49:37.210 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T04:49:37.210 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:37.210 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-11T04:49:37.210 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T04:49:37.211 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T04:49:37.211 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:37.275 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T04:49:37.378 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 1/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 3/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 4/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 5/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 6/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-11T04:49:37.379 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-11T04:49:37.380 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-11T04:49:37.381 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-11T04:49:37.381 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-11T04:49:37.381 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-11T04:49:37.381 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-11T04:49:37.381 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-11T04:49:37.381 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-11T04:49:37.381 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-11T04:49:37.381 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: lua-5.4.4-4.el9.x86_64 2024-09-11T04:49:38.444 INFO:teuthology.orchestra.run.smithi103.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-11T04:49:38.445 INFO:teuthology.orchestra.run.smithi103.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ply-3.11-14.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-11T04:49:38.446 INFO:teuthology.orchestra.run.smithi103.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-11T04:49:38.447 INFO:teuthology.orchestra.run.smithi103.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-11T04:49:38.447 INFO:teuthology.orchestra.run.smithi103.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-11T04:49:38.447 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:38.447 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 1/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 3/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 4/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 5/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 6/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-11T04:49:38.636 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-11T04:49:38.637 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-11T04:49:38.638 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-11T04:49:38.638 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-11T04:49:38.638 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-11T04:49:38.638 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-11T04:49:38.638 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-11T04:49:38.638 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-11T04:49:38.639 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-11T04:49:38.639 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-11T04:49:38.639 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-11T04:49:38.639 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-11T04:49:38.639 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-11T04:49:38.639 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-11T04:49:38.831 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-base 2024-09-11T04:49:39.147 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T04:49:39.147 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 1/37 2024-09-11T04:49:39.147 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2/37 2024-09-11T04:49:39.147 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 3/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 4/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 5/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 6/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-11T04:49:39.148 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-11T04:49:39.149 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-11T04:49:39.150 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-11T04:49:39.150 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-11T04:49:39.150 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-11T04:49:39.151 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-11T04:49:39.151 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-11T04:49:39.151 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-11T04:49:39.151 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-11T04:49:39.151 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-11T04:49:39.151 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-11T04:49:39.151 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-11T04:49:39.151 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-11T04:49:39.400 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:53 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:39.488 INFO:teuthology.orchestra.run.smithi103.stdout:Package ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:49:39.529 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:49:39.530 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:49:39.530 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:49:39.587 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install cephadm 2024-09-11T04:49:39.668 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-11T04:49:39.668 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:39.668 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: lua-5.4.4-4.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-11T04:49:39.669 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-11T04:49:39.670 INFO:teuthology.orchestra.run.smithi204.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ply-3.11-14.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:39.671 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:49:40.056 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-base 2024-09-11T04:49:40.143 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: lua-5.4.4-4.el9.x86_64 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-11T04:49:40.144 INFO:teuthology.orchestra.run.smithi137.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-11T04:49:40.145 INFO:teuthology.orchestra.run.smithi137.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ply-3.11-14.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-11T04:49:40.146 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-11T04:49:40.147 INFO:teuthology.orchestra.run.smithi137.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-11T04:49:40.147 INFO:teuthology.orchestra.run.smithi137.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-11T04:49:40.147 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-11T04:49:40.147 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-11T04:49:40.147 INFO:teuthology.orchestra.run.smithi137.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-11T04:49:40.147 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:40.147 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:49:40.147 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:54 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:40.278 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:49:40.278 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout: cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 783 k 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 783 k 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 790 k 2024-09-11T04:49:40.279 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:49:40.550 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-base 2024-09-11T04:49:40.564 INFO:teuthology.orchestra.run.smithi103.stdout:cephadm-19.3.0-4854.g8f219c47.el9.noarch.rpm 2.7 MB/s | 783 kB 00:00 2024-09-11T04:49:40.564 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:40.565 INFO:teuthology.orchestra.run.smithi103.stdout:Total 2.7 MB/s | 783 kB 00:00 2024-09-11T04:49:40.565 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:49:40.570 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:49:40.570 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:49:40.576 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:49:40.576 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:49:40.620 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:53 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:49:40.647 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:49:40.711 INFO:teuthology.orchestra.run.smithi204.stdout:Package ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:49:40.754 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:49:40.755 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:49:40.755 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:49:40.810 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install cephadm 2024-09-11T04:49:41.077 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:41.125 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:55 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:41.186 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:41.214 INFO:teuthology.orchestra.run.smithi137.stdout:Package ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:49:41.256 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:49:41.257 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:49:41.257 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:49:41.326 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install cephadm 2024-09-11T04:49:41.370 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:54 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:49:41.502 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:49:41.502 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:41.502 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:49:41.502 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:41.502 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:49:41.503 INFO:teuthology.orchestra.run.smithi204.stdout: cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 783 k 2024-09-11T04:49:41.503 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:41.503 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:49:41.503 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:41.503 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-11T04:49:41.503 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:41.503 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 783 k 2024-09-11T04:49:41.504 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 790 k 2024-09-11T04:49:41.504 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:49:41.543 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:41.775 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:41.776 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:41.776 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:49:41.776 INFO:teuthology.orchestra.run.smithi103.stdout: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:41.776 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:41.776 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:49:41.884 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:55 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:41.914 INFO:teuthology.orchestra.run.smithi204.stdout:cephadm-19.3.0-4854.g8f219c47.el9.noarch.rpm 1.9 MB/s | 783 kB 00:00 2024-09-11T04:49:41.915 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:41.915 INFO:teuthology.orchestra.run.smithi204.stdout:Total 1.9 MB/s | 783 kB 00:00 2024-09-11T04:49:41.915 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:49:41.920 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:49:41.921 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:49:41.927 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:49:41.927 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:49:41.970 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-immutable-object-cache 2024-09-11T04:49:41.999 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:49:42.015 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:49:42.015 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout: cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 783 k 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-11T04:49:42.016 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:42.017 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 783 k 2024-09-11T04:49:42.017 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 790 k 2024-09-11T04:49:42.017 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:49:42.363 INFO:teuthology.orchestra.run.smithi137.stdout:cephadm-19.3.0-4854.g8f219c47.el9.noarch.rpm 2.2 MB/s | 783 kB 00:00 2024-09-11T04:49:42.363 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:42.363 INFO:teuthology.orchestra.run.smithi137.stdout:Total 2.2 MB/s | 783 kB 00:00 2024-09-11T04:49:42.364 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:49:42.369 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:49:42.369 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:49:42.375 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:49:42.375 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:49:42.442 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:42.448 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:49:42.551 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:42.551 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:56 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:42.686 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 145 k 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:42.687 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-09-11T04:49:42.688 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:42.688 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 145 k 2024-09-11T04:49:42.688 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 432 k 2024-09-11T04:49:42.688 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:49:42.896 INFO:teuthology.orchestra.run.smithi103.stdout:ceph-immutable-object-cache-19.3.0-4854.g8f219c 697 kB/s | 145 kB 00:00 2024-09-11T04:49:42.897 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:42.897 INFO:teuthology.orchestra.run.smithi103.stdout:Total 691 kB/s | 145 kB 00:00 2024-09-11T04:49:42.897 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:49:42.905 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:49:42.905 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:49:42.911 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:42.916 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:42.962 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:49:42.962 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:49:42.999 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:43.116 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:49:43.164 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:43.164 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:43.164 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:49:43.164 INFO:teuthology.orchestra.run.smithi204.stdout: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:43.164 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:43.165 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:49:43.197 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:43.222 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:43.223 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:43.223 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-11T04:49:43.223 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:43.373 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:43.393 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-immutable-object-cache 2024-09-11T04:49:43.634 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:49:43.634 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:43.634 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:49:43.634 INFO:teuthology.orchestra.run.smithi137.stdout: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:43.634 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:43.635 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:49:43.824 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-immutable-object-cache 2024-09-11T04:49:43.970 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:56 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:49:44.104 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:49:44.105 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:44.105 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-09-11T04:49:44.105 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:44.105 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:49:44.105 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 145 k 2024-09-11T04:49:44.105 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:44.105 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:49:44.106 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:44.106 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-11T04:49:44.106 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:44.106 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 145 k 2024-09-11T04:49:44.106 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 432 k 2024-09-11T04:49:44.106 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:49:44.158 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:44.158 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:44.158 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:49:44.158 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:44.158 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:44.158 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:49:44.304 INFO:teuthology.orchestra.run.smithi204.stdout:ceph-immutable-object-cache-19.3.0-4854.g8f219c 732 kB/s | 145 kB 00:00 2024-09-11T04:49:44.305 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:44.305 INFO:teuthology.orchestra.run.smithi204.stdout:Total 726 kB/s | 145 kB 00:00 2024-09-11T04:49:44.305 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:49:44.313 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:49:44.313 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:49:44.370 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:49:44.371 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:49:44.384 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr 2024-09-11T04:49:44.397 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:58 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:44.518 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:49:44.533 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 145 k 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 145 k 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 432 k 2024-09-11T04:49:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:49:44.606 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:44.631 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:44.631 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:44.631 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-11T04:49:44.632 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:44.736 INFO:teuthology.orchestra.run.smithi137.stdout:ceph-immutable-object-cache-19.3.0-4854.g8f219c 721 kB/s | 145 kB 00:00 2024-09-11T04:49:44.737 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:44.737 INFO:teuthology.orchestra.run.smithi137.stdout:Total 714 kB/s | 145 kB 00:00 2024-09-11T04:49:44.737 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:49:44.744 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:49:44.745 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:49:44.802 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:49:44.802 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:49:44.951 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:49:44.957 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:58 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:45.045 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:45.050 INFO:teuthology.orchestra.run.smithi103.stdout:Package ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:49:45.070 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:45.071 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:49:45.071 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-11T04:49:45.071 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:45.093 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:49:45.094 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:49:45.094 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:49:45.166 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-dashboard 2024-09-11T04:49:45.622 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:45.622 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:45.622 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:49:45.622 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:45.623 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:45.623 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:49:45.723 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:59 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:45.834 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr 2024-09-11T04:49:45.854 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 14 M 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 34 k 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 16 k 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-11T04:49:45.855 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout:Install 12 Packages 2024-09-11T04:49:45.856 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:45.857 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 19 M 2024-09-11T04:49:45.857 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 159 M 2024-09-11T04:49:45.857 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:49:45.977 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T04:49:45.978 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:45.978 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:49:45.978 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:49:45.978 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:45.979 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:49:46.207 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr 2024-09-11T04:49:46.406 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:59 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:49:46.497 INFO:teuthology.orchestra.run.smithi204.stdout:Package ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:49:46.539 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:49:46.540 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:49:46.540 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:49:46.590 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-dashboard 2024-09-11T04:49:46.593 INFO:teuthology.orchestra.run.smithi103.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4854.g8f 239 kB/s | 34 kB 00:00 2024-09-11T04:49:46.610 INFO:teuthology.orchestra.run.smithi103.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4854.g8f2 103 kB/s | 16 kB 00:00 2024-09-11T04:49:46.777 INFO:teuthology.orchestra.run.smithi103.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-09-11T04:49:46.778 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:00 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:46.802 INFO:teuthology.orchestra.run.smithi103.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 269 kB 00:00 2024-09-11T04:49:46.869 INFO:teuthology.orchestra.run.smithi103.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-09-11T04:49:46.872 INFO:teuthology.orchestra.run.smithi137.stdout:Package ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:49:46.886 INFO:teuthology.orchestra.run.smithi103.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.2 MB/s | 19 kB 00:00 2024-09-11T04:49:46.915 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:49:46.916 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:49:46.916 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:49:46.953 INFO:teuthology.orchestra.run.smithi103.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 30 MB/s | 2.0 MB 00:00 2024-09-11T04:49:46.979 INFO:teuthology.orchestra.run.smithi103.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-09-11T04:49:46.984 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-dashboard 2024-09-11T04:49:47.004 INFO:teuthology.orchestra.run.smithi103.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-11T04:49:47.029 INFO:teuthology.orchestra.run.smithi103.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-11T04:49:47.088 INFO:teuthology.orchestra.run.smithi103.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.7 MB/s | 863 kB 00:00 2024-09-11T04:49:47.149 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:00 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:49:47.282 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:49:47.283 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:47.283 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:49:47.283 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:47.283 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:49:47.283 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 14 M 2024-09-11T04:49:47.283 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 34 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 16 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:47.284 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:49:47.285 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:49:47.285 INFO:teuthology.orchestra.run.smithi204.stdout:Install 12 Packages 2024-09-11T04:49:47.285 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:47.285 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 19 M 2024-09-11T04:49:47.285 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 159 M 2024-09-11T04:49:47.285 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:49:47.548 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:01 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:47.554 INFO:teuthology.orchestra.run.smithi103.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4854.g8f219c 13 MB/s | 14 MB 00:01 2024-09-11T04:49:47.558 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:47.558 INFO:teuthology.orchestra.run.smithi103.stdout:Total 11 MB/s | 19 MB 00:01 2024-09-11T04:49:47.608 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:49:47.627 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:49:47.627 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:49:47.681 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:49:47.682 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:47.682 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:49:47.682 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:47.682 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:49:47.682 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 14 M 2024-09-11T04:49:47.682 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:49:47.682 INFO:teuthology.orchestra.run.smithi137.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-11T04:49:47.682 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 34 k 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 16 k 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout:Install 12 Packages 2024-09-11T04:49:47.683 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:47.684 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 19 M 2024-09-11T04:49:47.684 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 159 M 2024-09-11T04:49:47.684 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:49:47.897 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:49:47.897 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:49:47.950 INFO:teuthology.orchestra.run.smithi204.stdout:(1/12): ceph-prometheus-alerts-19.3.0-4854.g8f2 101 kB/s | 16 kB 00:00 2024-09-11T04:49:47.974 INFO:teuthology.orchestra.run.smithi137.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4854.g8f 209 kB/s | 34 kB 00:00 2024-09-11T04:49:47.975 INFO:teuthology.orchestra.run.smithi204.stdout:(2/12): ceph-grafana-dashboards-19.3.0-4854.g8f 182 kB/s | 34 kB 00:00 2024-09-11T04:49:47.999 INFO:teuthology.orchestra.run.smithi137.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4854.g8f2 87 kB/s | 16 kB 00:00 2024-09-11T04:49:48.126 INFO:teuthology.orchestra.run.smithi204.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 269 kB 00:00 2024-09-11T04:49:48.174 INFO:teuthology.orchestra.run.smithi137.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 269 kB 00:00 2024-09-11T04:49:48.184 INFO:teuthology.orchestra.run.smithi204.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.3 MB/s | 1.0 MB 00:00 2024-09-11T04:49:48.208 INFO:teuthology.orchestra.run.smithi137.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.3 MB/s | 1.0 MB 00:00 2024-09-11T04:49:48.243 INFO:teuthology.orchestra.run.smithi204.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 9.2 MB/s | 548 kB 00:00 2024-09-11T04:49:48.266 INFO:teuthology.orchestra.run.smithi137.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 9.2 MB/s | 548 kB 00:00 2024-09-11T04:49:48.268 INFO:teuthology.orchestra.run.smithi204.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 782 kB/s | 19 kB 00:00 2024-09-11T04:49:48.292 INFO:teuthology.orchestra.run.smithi137.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 780 kB/s | 19 kB 00:00 2024-09-11T04:49:48.319 INFO:teuthology.orchestra.run.smithi204.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.4 MB/s | 863 kB 00:00 2024-09-11T04:49:48.358 INFO:teuthology.orchestra.run.smithi137.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 31 MB/s | 2.0 MB 00:00 2024-09-11T04:49:48.384 INFO:teuthology.orchestra.run.smithi137.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.6 MB/s | 144 kB 00:00 2024-09-11T04:49:48.385 INFO:teuthology.orchestra.run.smithi204.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 17 MB/s | 2.0 MB 00:00 2024-09-11T04:49:48.409 INFO:teuthology.orchestra.run.smithi137.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-11T04:49:48.411 INFO:teuthology.orchestra.run.smithi204.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.3 MB/s | 31 kB 00:00 2024-09-11T04:49:48.443 INFO:teuthology.orchestra.run.smithi137.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.5 MB/s | 188 kB 00:00 2024-09-11T04:49:48.444 INFO:teuthology.orchestra.run.smithi204.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.1 MB/s | 144 kB 00:00 2024-09-11T04:49:48.470 INFO:teuthology.orchestra.run.smithi204.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-09-11T04:49:48.498 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:49:48.501 INFO:teuthology.orchestra.run.smithi137.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.6 MB/s | 863 kB 00:00 2024-09-11T04:49:48.580 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-11T04:49:48.624 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-11T04:49:48.670 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-11T04:49:48.701 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-11T04:49:48.795 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-11T04:49:48.929 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-11T04:49:49.030 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-11T04:49:49.106 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-11T04:49:49.135 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-11T04:49:49.167 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 10/12 2024-09-11T04:49:49.787 INFO:teuthology.orchestra.run.smithi204.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4854.g8f219c 7.1 MB/s | 14 MB 00:01 2024-09-11T04:49:49.791 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:49.792 INFO:teuthology.orchestra.run.smithi204.stdout:Total 7.7 MB/s | 19 MB 00:02 2024-09-11T04:49:49.844 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:49:49.864 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:49:49.864 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:49:50.110 INFO:teuthology.orchestra.run.smithi137.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4854.g8f219c 6.2 MB/s | 14 MB 00:02 2024-09-11T04:49:50.113 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:50.114 INFO:teuthology.orchestra.run.smithi137.stdout:Total 7.9 MB/s | 19 MB 00:02 2024-09-11T04:49:50.125 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:49:50.126 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:49:50.166 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:49:50.185 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:49:50.186 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:49:50.467 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:49:50.468 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:49:50.747 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:49:50.829 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-11T04:49:50.873 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-11T04:49:50.919 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-11T04:49:50.966 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-11T04:49:51.059 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-11T04:49:51.060 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:49:51.152 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-11T04:49:51.187 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-11T04:49:51.193 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-11T04:49:51.243 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-11T04:49:51.289 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-11T04:49:51.297 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-11T04:49:51.363 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-11T04:49:51.377 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-11T04:49:51.392 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-11T04:49:51.424 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 10/12 2024-09-11T04:49:51.507 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-11T04:49:51.601 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-11T04:49:51.644 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-11T04:49:51.681 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-11T04:49:51.714 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 10/12 2024-09-11T04:49:52.369 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 11/12 2024-09-11T04:49:52.431 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T04:49:54.592 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T04:49:54.592 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 1/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 2/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 3/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-11T04:49:54.593 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-11T04:49:54.612 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 11/12 2024-09-11T04:49:54.671 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T04:49:54.913 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 11/12 2024-09-11T04:49:54.916 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-11T04:49:54.917 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-11T04:49:54.918 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-11T04:49:54.918 INFO:teuthology.orchestra.run.smithi103.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-11T04:49:54.918 INFO:teuthology.orchestra.run.smithi103.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-11T04:49:54.918 INFO:teuthology.orchestra.run.smithi103.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-11T04:49:54.918 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:54.918 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:49:54.984 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T04:49:55.170 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-11T04:49:55.749 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:09 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:55.893 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 7.4 M 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-11T04:49:55.894 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout:Install 12 Packages 2024-09-11T04:49:55.895 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:49:55.896 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 38 M 2024-09-11T04:49:55.896 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 212 M 2024-09-11T04:49:55.896 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:49:56.223 INFO:teuthology.orchestra.run.smithi103.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.0 MB/s | 191 kB 00:00 2024-09-11T04:49:56.298 INFO:teuthology.orchestra.run.smithi103.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 438 kB/s | 33 kB 00:00 2024-09-11T04:49:56.323 INFO:teuthology.orchestra.run.smithi103.stdout:(3/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.7 MB/s | 801 kB 00:00 2024-09-11T04:49:56.399 INFO:teuthology.orchestra.run.smithi103.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 243 kB/s | 18 kB 00:00 2024-09-11T04:49:56.507 INFO:teuthology.orchestra.run.smithi103.stdout:(5/12): ceph-mgr-diskprediction-local-19.3.0-48 16 MB/s | 7.4 MB 00:00 2024-09-11T04:49:56.532 INFO:teuthology.orchestra.run.smithi103.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 288 kB/s | 38 kB 00:00 2024-09-11T04:49:56.599 INFO:teuthology.orchestra.run.smithi103.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.9 MB/s | 3.0 MB 00:00 2024-09-11T04:49:56.748 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T04:49:56.748 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 1/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 2/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 3/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-11T04:49:56.749 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-11T04:49:56.750 INFO:teuthology.orchestra.run.smithi103.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 34 MB/s | 5.1 MB 00:00 2024-09-11T04:49:56.792 INFO:teuthology.orchestra.run.smithi103.stdout:(9/12): python3-devel-3.9.19-8.el9.x86_64.rpm 943 kB/s | 245 kB 00:00 2024-09-11T04:49:56.818 INFO:teuthology.orchestra.run.smithi103.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 3.6 MB/s | 250 kB 00:00 2024-09-11T04:49:56.884 INFO:teuthology.orchestra.run.smithi103.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 13 MB/s | 4.9 MB 00:00 2024-09-11T04:49:56.950 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T04:49:56.950 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 1/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 2/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 3/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-11T04:49:56.951 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-11T04:49:57.078 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-11T04:49:57.079 INFO:teuthology.orchestra.run.smithi204.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-11T04:49:57.080 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-11T04:49:57.080 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-11T04:49:57.080 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:57.080 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:49:57.168 INFO:teuthology.orchestra.run.smithi103.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 43 MB/s | 16 MB 00:00 2024-09-11T04:49:57.169 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:57.169 INFO:teuthology.orchestra.run.smithi103.stdout:Total 30 MB/s | 38 MB 00:01 2024-09-11T04:49:57.279 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-11T04:49:57.279 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:57.279 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-11T04:49:57.280 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-11T04:49:57.281 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-11T04:49:57.281 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:57.281 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:49:57.339 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-11T04:49:57.519 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:49:57.545 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:49:57.545 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:49:57.564 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-11T04:49:57.902 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:10 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:49:57.975 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:49:57.975 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:49:58.038 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:49:58.039 INFO:teuthology.orchestra.run.smithi204.stdout:======================================================================================= 2024-09-11T04:49:58.039 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:49:58.039 INFO:teuthology.orchestra.run.smithi204.stdout:======================================================================================= 2024-09-11T04:49:58.039 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:49:58.039 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 7.4 M 2024-09-11T04:49:58.039 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:49:58.039 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:49:58.040 INFO:teuthology.orchestra.run.smithi204.stdout:======================================================================================= 2024-09-11T04:49:58.041 INFO:teuthology.orchestra.run.smithi204.stdout:Install 12 Packages 2024-09-11T04:49:58.041 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:49:58.041 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 38 M 2024-09-11T04:49:58.041 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 212 M 2024-09-11T04:49:58.041 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:49:58.129 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:12 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:49:58.267 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 7.4 M 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-11T04:49:58.268 INFO:teuthology.orchestra.run.smithi137.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout:Install 12 Packages 2024-09-11T04:49:58.269 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:49:58.270 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 38 M 2024-09-11T04:49:58.270 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 212 M 2024-09-11T04:49:58.270 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:49:58.320 INFO:teuthology.orchestra.run.smithi204.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-11T04:49:58.362 INFO:teuthology.orchestra.run.smithi204.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.5 MB/s | 801 kB 00:00 2024-09-11T04:49:58.387 INFO:teuthology.orchestra.run.smithi204.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 489 kB/s | 33 kB 00:00 2024-09-11T04:49:58.488 INFO:teuthology.orchestra.run.smithi204.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 24 MB/s | 3.0 MB 00:00 2024-09-11T04:49:58.504 INFO:teuthology.orchestra.run.smithi204.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 156 kB/s | 18 kB 00:00 2024-09-11T04:49:58.546 INFO:teuthology.orchestra.run.smithi204.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 659 kB/s | 38 kB 00:00 2024-09-11T04:49:58.630 INFO:teuthology.orchestra.run.smithi204.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.9 MB/s | 245 kB 00:00 2024-09-11T04:49:58.730 INFO:teuthology.orchestra.run.smithi204.stdout:(8/12): ceph-mgr-diskprediction-local-19.3.0-48 14 MB/s | 7.4 MB 00:00 2024-09-11T04:49:58.778 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:49:58.806 INFO:teuthology.orchestra.run.smithi204.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 16 MB/s | 4.9 MB 00:00 2024-09-11T04:49:58.838 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-11T04:49:58.882 INFO:teuthology.orchestra.run.smithi204.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 5.1 MB 00:00 2024-09-11T04:49:58.883 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-11T04:49:58.949 INFO:teuthology.orchestra.run.smithi204.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.1 MB/s | 250 kB 00:00 2024-09-11T04:49:58.992 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-11T04:49:59.034 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-11T04:49:59.100 INFO:teuthology.orchestra.run.smithi137.stdout:(1/12): ceph-mgr-diskprediction-local-19.3.0-48 17 MB/s | 7.4 MB 00:00 2024-09-11T04:49:59.191 INFO:teuthology.orchestra.run.smithi204.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 42 MB/s | 16 MB 00:00 2024-09-11T04:49:59.191 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:49:59.192 INFO:teuthology.orchestra.run.smithi204.stdout:Total 33 MB/s | 38 MB 00:01 2024-09-11T04:49:59.221 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-11T04:49:59.225 INFO:teuthology.orchestra.run.smithi137.stdout:(2/12): libquadmath-11.5.0-2.el9.x86_64.rpm 344 kB/s | 191 kB 00:00 2024-09-11T04:49:59.250 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-11T04:49:59.327 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-11T04:49:59.393 INFO:teuthology.orchestra.run.smithi137.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 112 kB/s | 33 kB 00:00 2024-09-11T04:49:59.426 INFO:teuthology.orchestra.run.smithi137.stdout:(4/12): libgfortran-11.5.0-2.el9.x86_64.rpm 1.0 MB/s | 801 kB 00:00 2024-09-11T04:49:59.501 INFO:teuthology.orchestra.run.smithi137.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 168 kB/s | 18 kB 00:00 2024-09-11T04:49:59.535 INFO:teuthology.orchestra.run.smithi137.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 354 kB/s | 38 kB 00:00 2024-09-11T04:49:59.562 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:49:59.589 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:49:59.589 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:49:59.652 INFO:teuthology.orchestra.run.smithi137.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.0 MB/s | 245 kB 00:00 2024-09-11T04:49:59.711 INFO:teuthology.orchestra.run.smithi137.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.2 MB/s | 3.0 MB 00:00 2024-09-11T04:49:59.828 INFO:teuthology.orchestra.run.smithi137.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 250 kB 00:00 2024-09-11T04:50:00.000 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-11T04:50:00.028 INFO:teuthology.orchestra.run.smithi137.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-09-11T04:50:00.050 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:00.050 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:00.123 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-11T04:50:00.312 INFO:teuthology.orchestra.run.smithi137.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 6.1 MB/s | 4.9 MB 00:00 2024-09-11T04:50:00.470 INFO:teuthology.orchestra.run.smithi137.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 25 MB/s | 16 MB 00:00 2024-09-11T04:50:00.471 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:00.471 INFO:teuthology.orchestra.run.smithi137.stdout:Total 17 MB/s | 38 MB 00:02 2024-09-11T04:50:00.824 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:00.825 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:00.851 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:00.851 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:00.914 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-11T04:50:00.955 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-11T04:50:01.055 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-11T04:50:01.091 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-11T04:50:01.275 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-11T04:50:01.286 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:01.286 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:01.314 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-11T04:50:01.391 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-11T04:50:01.402 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T04:50:02.045 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:02.053 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-11T04:50:02.116 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-11T04:50:02.151 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-11T04:50:02.178 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-11T04:50:02.253 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-11T04:50:02.294 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-11T04:50:02.460 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-11T04:50:02.479 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-11T04:50:02.485 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T04:50:02.518 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-11T04:50:02.594 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-11T04:50:03.251 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-11T04:50:03.356 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-11T04:50:03.450 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T04:50:04.507 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-11T04:50:04.540 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T04:50:04.605 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 1/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-11T04:50:05.177 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T04:50:05.178 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-11T04:50:05.627 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-11T04:50:05.627 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:05.627 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:05.627 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:05.627 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-11T04:50:05.627 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:05.628 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:05.637 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-11T04:50:05.667 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T04:50:06.065 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-rook 2024-09-11T04:50:06.647 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:20 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:06.778 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-rook noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 49 k 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-11T04:50:06.780 INFO:teuthology.orchestra.run.smithi103.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:06.781 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:06.782 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:06.782 INFO:teuthology.orchestra.run.smithi103.stdout:Install 13 Packages 2024-09-11T04:50:06.782 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:06.782 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 2.2 M 2024-09-11T04:50:06.782 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 26 M 2024-09-11T04:50:06.782 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:07.187 INFO:teuthology.orchestra.run.smithi103.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 261 kB/s | 26 kB 00:00 2024-09-11T04:50:07.203 INFO:teuthology.orchestra.run.smithi103.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 167 kB/s | 19 kB 00:00 2024-09-11T04:50:07.262 INFO:teuthology.orchestra.run.smithi103.stdout:(3/13): ceph-mgr-rook-19.3.0-4854.g8f219c47.el9 284 kB/s | 49 kB 00:00 2024-09-11T04:50:07.287 INFO:teuthology.orchestra.run.smithi103.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-09-11T04:50:07.310 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T04:50:07.310 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 1/12 2024-09-11T04:50:07.310 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-11T04:50:07.310 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-11T04:50:07.310 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-11T04:50:07.310 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-11T04:50:07.310 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-11T04:50:07.310 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-11T04:50:07.311 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-11T04:50:07.311 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-11T04:50:07.311 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T04:50:07.311 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-11T04:50:07.313 INFO:teuthology.orchestra.run.smithi103.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-09-11T04:50:07.346 INFO:teuthology.orchestra.run.smithi103.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 913 kB/s | 54 kB 00:00 2024-09-11T04:50:07.363 INFO:teuthology.orchestra.run.smithi103.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 641 kB/s | 32 kB 00:00 2024-09-11T04:50:07.397 INFO:teuthology.orchestra.run.smithi103.stdout:(8/13): python3-google-auth-2.34.0-1.el9.noarch 8.1 MB/s | 220 kB 00:00 2024-09-11T04:50:07.422 INFO:teuthology.orchestra.run.smithi103.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 187 kB/s | 14 kB 00:00 2024-09-11T04:50:07.447 INFO:teuthology.orchestra.run.smithi103.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.5 MB/s | 279 kB 00:00 2024-09-11T04:50:07.495 INFO:teuthology.orchestra.run.smithi103.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 819 kB/s | 59 kB 00:00 2024-09-11T04:50:07.540 INFO:teuthology.orchestra.run.smithi103.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 7.3 MB/s | 1.0 MB 00:00 2024-09-11T04:50:07.565 INFO:teuthology.orchestra.run.smithi103.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 766 kB/s | 90 kB 00:00 2024-09-11T04:50:07.567 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:07.568 INFO:teuthology.orchestra.run.smithi103.stdout:Total 2.8 MB/s | 2.2 MB 00:00 2024-09-11T04:50:07.631 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:07.646 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:07.646 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-11T04:50:07.699 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-11T04:50:07.700 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-11T04:50:07.700 INFO:teuthology.orchestra.run.smithi204.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-11T04:50:07.700 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-11T04:50:07.700 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-11T04:50:07.700 INFO:teuthology.orchestra.run.smithi204.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-11T04:50:07.700 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:07.700 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:07.735 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:07.736 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:08.068 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-rook 2024-09-11T04:50:08.256 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 1/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-11T04:50:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-11T04:50:08.285 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T04:50:08.285 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-11T04:50:08.432 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-11T04:50:08.492 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-11T04:50:08.547 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-11T04:50:08.576 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-11T04:50:08.617 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-11T04:50:08.649 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:21 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:08.721 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-11T04:50:08.752 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-11T04:50:08.752 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:08.752 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-11T04:50:08.753 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:08.754 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:08.782 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:08.783 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:08.783 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:50:08.783 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:08.783 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:08.783 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-rook noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 49 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-11T04:50:08.784 INFO:teuthology.orchestra.run.smithi204.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-11T04:50:08.785 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:08.785 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:08.785 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:08.785 INFO:teuthology.orchestra.run.smithi204.stdout:Install 13 Packages 2024-09-11T04:50:08.785 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:08.785 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 2.2 M 2024-09-11T04:50:08.786 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 26 M 2024-09-11T04:50:08.786 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:08.830 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-11T04:50:08.877 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-11T04:50:09.147 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-rook 2024-09-11T04:50:09.149 INFO:teuthology.orchestra.run.smithi204.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 209 kB/s | 19 kB 00:00 2024-09-11T04:50:09.166 INFO:teuthology.orchestra.run.smithi204.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 236 kB/s | 26 kB 00:00 2024-09-11T04:50:09.225 INFO:teuthology.orchestra.run.smithi204.stdout:(3/13): ceph-mgr-rook-19.3.0-4854.g8f219c47.el9 295 kB/s | 49 kB 00:00 2024-09-11T04:50:09.275 INFO:teuthology.orchestra.run.smithi204.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-09-11T04:50:09.309 INFO:teuthology.orchestra.run.smithi204.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-09-11T04:50:09.325 INFO:teuthology.orchestra.run.smithi204.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-11T04:50:09.359 INFO:teuthology.orchestra.run.smithi204.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 642 kB/s | 32 kB 00:00 2024-09-11T04:50:09.376 INFO:teuthology.orchestra.run.smithi204.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 281 kB/s | 14 kB 00:00 2024-09-11T04:50:09.410 INFO:teuthology.orchestra.run.smithi204.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.5 MB/s | 279 kB 00:00 2024-09-11T04:50:09.435 INFO:teuthology.orchestra.run.smithi204.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.9 MB/s | 220 kB 00:00 2024-09-11T04:50:09.470 INFO:teuthology.orchestra.run.smithi204.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.3 MB/s | 90 kB 00:00 2024-09-11T04:50:09.494 INFO:teuthology.orchestra.run.smithi204.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 708 kB/s | 59 kB 00:00 2024-09-11T04:50:09.536 INFO:teuthology.orchestra.run.smithi204.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.4 MB/s | 1.0 MB 00:00 2024-09-11T04:50:09.539 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:09.539 INFO:teuthology.orchestra.run.smithi204.stdout:Total 2.9 MB/s | 2.2 MB 00:00 2024-09-11T04:50:09.604 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:09.606 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-11T04:50:09.619 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:09.619 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:09.667 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-11T04:50:09.701 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-11T04:50:09.711 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:09.711 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:09.742 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:23 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:09.749 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-11T04:50:09.779 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T04:50:09.875 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:09.876 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-rook noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 49 k 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-11T04:50:09.877 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout:Install 13 Packages 2024-09-11T04:50:09.878 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:09.879 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 2.2 M 2024-09-11T04:50:09.879 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 26 M 2024-09-11T04:50:09.879 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:10.151 INFO:teuthology.orchestra.run.smithi137.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 222 kB/s | 26 kB 00:00 2024-09-11T04:50:10.168 INFO:teuthology.orchestra.run.smithi137.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 145 kB/s | 19 kB 00:00 2024-09-11T04:50:10.193 INFO:teuthology.orchestra.run.smithi137.stdout:(3/13): ceph-mgr-rook-19.3.0-4854.g8f219c47.el9 312 kB/s | 49 kB 00:00 2024-09-11T04:50:10.238 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:10.285 INFO:teuthology.orchestra.run.smithi137.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-11T04:50:10.311 INFO:teuthology.orchestra.run.smithi137.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-09-11T04:50:10.344 INFO:teuthology.orchestra.run.smithi137.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 917 kB/s | 54 kB 00:00 2024-09-11T04:50:10.378 INFO:teuthology.orchestra.run.smithi137.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-09-11T04:50:10.401 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-11T04:50:10.403 INFO:teuthology.orchestra.run.smithi137.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-09-11T04:50:10.428 INFO:teuthology.orchestra.run.smithi137.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 172 kB/s | 14 kB 00:00 2024-09-11T04:50:10.462 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-11T04:50:10.462 INFO:teuthology.orchestra.run.smithi137.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.6 MB/s | 220 kB 00:00 2024-09-11T04:50:10.487 INFO:teuthology.orchestra.run.smithi137.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2024-09-11T04:50:10.512 INFO:teuthology.orchestra.run.smithi137.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-11T04:50:10.517 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-11T04:50:10.554 INFO:teuthology.orchestra.run.smithi137.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-09-11T04:50:10.555 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-11T04:50:10.557 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:10.557 INFO:teuthology.orchestra.run.smithi137.stdout:Total 3.3 MB/s | 2.2 MB 00:00 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 1/13 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-11T04:50:10.574 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-11T04:50:10.575 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-11T04:50:10.575 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-11T04:50:10.575 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-11T04:50:10.575 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-11T04:50:10.596 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-11T04:50:10.620 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:10.635 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:10.635 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:10.698 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-11T04:50:10.726 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:10.726 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:10.800 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-11T04:50:10.857 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-11T04:50:10.914 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-11T04:50:10.914 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:10.914 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:10.914 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:10.914 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-11T04:50:10.914 INFO:teuthology.orchestra.run.smithi103.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-11T04:50:10.914 INFO:teuthology.orchestra.run.smithi103.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:10.915 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:11.172 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-cephadm 2024-09-11T04:50:11.229 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:11.412 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-11T04:50:11.464 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-11T04:50:11.528 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-11T04:50:11.564 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-11T04:50:11.573 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-11T04:50:11.606 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-11T04:50:11.621 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-11T04:50:11.654 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-11T04:50:11.703 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-11T04:50:11.708 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-11T04:50:11.733 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T04:50:11.739 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:25 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:11.818 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-11T04:50:11.872 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:11.872 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:11.872 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 154 k 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:11.873 INFO:teuthology.orchestra.run.smithi103.stdout:Install 6 Packages 2024-09-11T04:50:11.874 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:11.874 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 7.0 M 2024-09-11T04:50:11.874 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 33 M 2024-09-11T04:50:11.874 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:11.875 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-11T04:50:12.169 INFO:teuthology.orchestra.run.smithi103.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-09-11T04:50:12.194 INFO:teuthology.orchestra.run.smithi103.stdout:(2/6): ceph-mgr-cephadm-19.3.0-4854.g8f219c47.e 758 kB/s | 154 kB 00:00 2024-09-11T04:50:12.253 INFO:teuthology.orchestra.run.smithi103.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 6.4 MB/s | 548 kB 00:00 2024-09-11T04:50:12.278 INFO:teuthology.orchestra.run.smithi103.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 750 kB/s | 58 kB 00:00 2024-09-11T04:50:12.304 INFO:teuthology.orchestra.run.smithi103.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-11T04:50:12.420 INFO:teuthology.orchestra.run.smithi103.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-11T04:50:12.423 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:12.423 INFO:teuthology.orchestra.run.smithi103.stdout:Total 13 MB/s | 7.0 MB 00:00 2024-09-11T04:50:12.493 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:12.498 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 1/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-11T04:50:12.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-11T04:50:12.504 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:12.504 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:12.589 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-11T04:50:12.605 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:12.607 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:12.638 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-11T04:50:12.672 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-11T04:50:12.720 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-11T04:50:12.742 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T04:50:12.834 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-11T04:50:12.834 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:12.834 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:12.834 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:12.834 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-11T04:50:12.834 INFO:teuthology.orchestra.run.smithi204.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-11T04:50:12.834 INFO:teuthology.orchestra.run.smithi204.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:12.835 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:12.913 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:13.085 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-cephadm 2024-09-11T04:50:13.087 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-11T04:50:13.139 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-11T04:50:13.543 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T04:50:13.543 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 1/13 2024-09-11T04:50:13.543 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-11T04:50:13.543 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-11T04:50:13.543 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-11T04:50:13.543 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-11T04:50:13.543 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-11T04:50:13.544 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-11T04:50:13.544 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-11T04:50:13.544 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-11T04:50:13.544 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-11T04:50:13.544 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-11T04:50:13.544 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-11T04:50:13.663 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:26 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:13.675 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-11T04:50:13.766 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-11T04:50:13.798 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 154 k 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-11T04:50:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-11T04:50:13.800 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:13.800 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:13.800 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:13.800 INFO:teuthology.orchestra.run.smithi204.stdout:Install 6 Packages 2024-09-11T04:50:13.800 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:13.800 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 7.0 M 2024-09-11T04:50:13.800 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 33 M 2024-09-11T04:50:13.801 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:13.843 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-11T04:50:13.877 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T04:50:13.880 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-11T04:50:13.881 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-11T04:50:13.882 INFO:teuthology.orchestra.run.smithi137.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-11T04:50:13.882 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:13.882 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:14.143 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-cephadm 2024-09-11T04:50:14.281 INFO:teuthology.orchestra.run.smithi204.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-09-11T04:50:14.339 INFO:teuthology.orchestra.run.smithi204.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 9.2 MB/s | 548 kB 00:00 2024-09-11T04:50:14.365 INFO:teuthology.orchestra.run.smithi204.stdout:(3/6): ceph-mgr-cephadm-19.3.0-4854.g8f219c47.e 622 kB/s | 154 kB 00:00 2024-09-11T04:50:14.390 INFO:teuthology.orchestra.run.smithi204.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-11T04:50:14.432 INFO:teuthology.orchestra.run.smithi204.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-11T04:50:14.507 INFO:teuthology.orchestra.run.smithi204.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-09-11T04:50:14.509 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:14.509 INFO:teuthology.orchestra.run.smithi204.stdout:Total 9.9 MB/s | 7.0 MB 00:00 2024-09-11T04:50:14.579 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:14.591 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:14.591 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:14.679 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T04:50:14.679 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/6 2024-09-11T04:50:14.679 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-11T04:50:14.679 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-11T04:50:14.679 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-11T04:50:14.679 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-11T04:50:14.691 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:14.692 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:14.703 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:28 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:14.836 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:14.837 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:14.837 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:50:14.837 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:14.837 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:14.837 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 154 k 2024-09-11T04:50:14.837 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout:Install 6 Packages 2024-09-11T04:50:14.838 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:14.839 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 7.0 M 2024-09-11T04:50:14.839 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 33 M 2024-09-11T04:50:14.839 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:14.945 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-11T04:50:14.945 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:14.945 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:14.945 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:14.946 INFO:teuthology.orchestra.run.smithi103.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-11T04:50:14.946 INFO:teuthology.orchestra.run.smithi103.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-11T04:50:14.946 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-11T04:50:14.946 INFO:teuthology.orchestra.run.smithi103.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-11T04:50:14.946 INFO:teuthology.orchestra.run.smithi103.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-11T04:50:14.946 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:14.946 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:14.989 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:15.175 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-11T04:50:15.194 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-fuse 2024-09-11T04:50:15.234 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-11T04:50:15.432 INFO:teuthology.orchestra.run.smithi137.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-09-11T04:50:15.490 INFO:teuthology.orchestra.run.smithi137.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 9.2 MB/s | 548 kB 00:00 2024-09-11T04:50:15.516 INFO:teuthology.orchestra.run.smithi137.stdout:(3/6): ceph-mgr-cephadm-19.3.0-4854.g8f219c47.e 665 kB/s | 154 kB 00:00 2024-09-11T04:50:15.532 INFO:teuthology.orchestra.run.smithi137.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.3 MB/s | 58 kB 00:00 2024-09-11T04:50:15.576 INFO:teuthology.orchestra.run.smithi137.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.2 MB/s | 74 kB 00:00 2024-09-11T04:50:15.674 INFO:teuthology.orchestra.run.smithi137.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-09-11T04:50:15.677 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:15.677 INFO:teuthology.orchestra.run.smithi137.stdout:Total 8.4 MB/s | 7.0 MB 00:00 2024-09-11T04:50:15.748 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:15.759 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:15.759 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:15.760 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-11T04:50:15.763 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:29 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:15.837 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-11T04:50:15.861 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:15.861 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:15.898 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 900 k 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout:Install 2 Packages 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:15.899 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 980 k 2024-09-11T04:50:15.900 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 2.9 M 2024-09-11T04:50:15.900 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:15.912 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-11T04:50:15.938 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T04:50:16.161 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:16.340 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-11T04:50:16.410 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-11T04:50:16.440 INFO:teuthology.orchestra.run.smithi103.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 489 kB/s | 80 kB 00:00 2024-09-11T04:50:16.574 INFO:teuthology.orchestra.run.smithi103.stdout:(2/2): ceph-fuse-19.3.0-4854.g8f219c47.el9.x86_ 3.0 MB/s | 900 kB 00:00 2024-09-11T04:50:16.575 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:16.575 INFO:teuthology.orchestra.run.smithi103.stdout:Total 1.4 MB/s | 980 kB 00:00 2024-09-11T04:50:16.587 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:16.610 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:16.611 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:16.694 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:16.694 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:16.795 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T04:50:16.795 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/6 2024-09-11T04:50:16.795 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-11T04:50:16.795 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-11T04:50:16.796 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-11T04:50:16.796 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-11T04:50:16.893 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:16.933 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-11T04:50:17.021 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-11T04:50:17.062 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-11T04:50:17.084 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-11T04:50:17.084 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:17.084 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:17.084 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:17.084 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-11T04:50:17.085 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-11T04:50:17.085 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-11T04:50:17.085 INFO:teuthology.orchestra.run.smithi204.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-11T04:50:17.085 INFO:teuthology.orchestra.run.smithi204.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-11T04:50:17.085 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:17.085 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:17.088 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-11T04:50:17.114 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T04:50:17.141 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T04:50:17.338 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-fuse 2024-09-11T04:50:17.813 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T04:50:17.813 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/2 2024-09-11T04:50:17.885 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T04:50:17.885 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/6 2024-09-11T04:50:17.885 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-11T04:50:17.885 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-11T04:50:17.885 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-11T04:50:17.885 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-11T04:50:17.903 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:30 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:18.036 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 900 k 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout:Install 2 Packages 2024-09-11T04:50:18.037 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:18.038 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 980 k 2024-09-11T04:50:18.038 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 2.9 M 2024-09-11T04:50:18.038 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:18.069 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-11T04:50:18.069 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:18.069 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:18.069 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-11T04:50:18.069 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:18.069 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:18.188 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-11T04:50:18.188 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:18.188 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:18.188 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:18.188 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-11T04:50:18.188 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-11T04:50:18.188 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-11T04:50:18.188 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-11T04:50:18.189 INFO:teuthology.orchestra.run.smithi137.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-11T04:50:18.189 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:18.189 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:18.259 INFO:teuthology.orchestra.run.smithi204.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 819 kB/s | 80 kB 00:00 2024-09-11T04:50:18.355 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-volume 2024-09-11T04:50:18.449 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-fuse 2024-09-11T04:50:18.451 INFO:teuthology.orchestra.run.smithi204.stdout:(2/2): ceph-fuse-19.3.0-4854.g8f219c47.el9.x86_ 3.0 MB/s | 900 kB 00:00 2024-09-11T04:50:18.452 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:18.452 INFO:teuthology.orchestra.run.smithi204.stdout:Total 2.3 MB/s | 980 kB 00:00 2024-09-11T04:50:18.464 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:18.486 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:18.486 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:18.568 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:18.568 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:18.758 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:18.901 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-11T04:50:18.933 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:32 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:18.967 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T04:50:19.009 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:33 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:19.073 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-volume noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 285 k 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:19.074 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-09-11T04:50:19.075 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:19.075 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 285 k 2024-09-11T04:50:19.075 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 1.3 M 2024-09-11T04:50:19.075 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:19.142 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:19.143 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:19.144 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:50:19.144 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:19.144 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:19.144 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 900 k 2024-09-11T04:50:19.144 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-09-11T04:50:19.144 INFO:teuthology.orchestra.run.smithi137.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-11T04:50:19.145 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:19.145 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:19.145 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:19.145 INFO:teuthology.orchestra.run.smithi137.stdout:Install 2 Packages 2024-09-11T04:50:19.145 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:19.145 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 980 k 2024-09-11T04:50:19.146 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 2.9 M 2024-09-11T04:50:19.146 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:19.280 INFO:teuthology.orchestra.run.smithi103.stdout:ceph-volume-19.3.0-4854.g8f219c47.el9.noarch.rp 1.4 MB/s | 285 kB 00:00 2024-09-11T04:50:19.281 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:19.281 INFO:teuthology.orchestra.run.smithi103.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-11T04:50:19.281 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:19.289 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:19.290 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:19.316 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:19.316 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:19.519 INFO:teuthology.orchestra.run.smithi137.stdout:(1/2): ceph-fuse-19.3.0-4854.g8f219c47.el9.x86_ 3.4 MB/s | 900 kB 00:00 2024-09-11T04:50:19.532 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:19.616 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:19.628 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T04:50:19.628 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/2 2024-09-11T04:50:19.632 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:19.632 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:50:19.632 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-11T04:50:19.632 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:19.719 INFO:teuthology.orchestra.run.smithi137.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 175 kB/s | 80 kB 00:00 2024-09-11T04:50:19.719 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:19.720 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.7 MB/s | 980 kB 00:00 2024-09-11T04:50:19.731 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:19.753 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:19.753 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:19.834 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:19.834 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:19.894 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-11T04:50:19.894 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:19.894 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:19.894 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-11T04:50:19.894 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:19.894 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:20.030 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:20.168 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-volume 2024-09-11T04:50:20.176 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-11T04:50:20.252 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T04:50:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:20.709 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:20.709 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:20.751 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:33 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:20.892 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:20.892 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-volume noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 285 k 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 285 k 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 1.3 M 2024-09-11T04:50:20.893 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:20.993 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T04:50:20.994 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/2 2024-09-11T04:50:20.995 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librados-devel 2024-09-11T04:50:21.132 INFO:teuthology.orchestra.run.smithi204.stdout:ceph-volume-19.3.0-4854.g8f219c47.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-11T04:50:21.132 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:21.133 INFO:teuthology.orchestra.run.smithi204.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-11T04:50:21.133 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:21.141 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:21.141 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:21.174 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:21.175 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:21.259 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-11T04:50:21.259 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:21.260 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:21.260 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-11T04:50:21.260 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:21.260 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:21.391 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:21.459 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:21.475 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:21.475 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:50:21.475 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-11T04:50:21.476 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:21.558 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-volume 2024-09-11T04:50:21.575 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:35 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:21.719 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:21.719 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout: librados-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 127 k 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 127 k 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 456 k 2024-09-11T04:50:21.720 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:21.921 INFO:teuthology.orchestra.run.smithi103.stdout:librados-devel-19.3.0-4854.g8f219c47.el9.x86_64 634 kB/s | 127 kB 00:00 2024-09-11T04:50:21.921 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:21.922 INFO:teuthology.orchestra.run.smithi103.stdout:Total 628 kB/s | 127 kB 00:00 2024-09-11T04:50:21.922 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:21.927 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:21.927 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:21.998 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:21.998 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:22.138 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:36 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:22.153 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:22.260 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:22.280 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-volume noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 285 k 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:22.281 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-11T04:50:22.282 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:22.282 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 285 k 2024-09-11T04:50:22.282 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 1.3 M 2024-09-11T04:50:22.282 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:22.515 INFO:teuthology.orchestra.run.smithi137.stdout:ceph-volume-19.3.0-4854.g8f219c47.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-11T04:50:22.516 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:22.516 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-11T04:50:22.516 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:22.519 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:22.519 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:22.519 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:22.519 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:22.520 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:22.520 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:22.524 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:22.524 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:22.558 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:22.558 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:22.699 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:22.778 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:22.816 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librados-devel 2024-09-11T04:50:22.858 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:22.874 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:22.874 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:50:22.874 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-11T04:50:22.874 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:22.986 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:22.986 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:22.986 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:22.986 INFO:teuthology.orchestra.run.smithi103.stdout: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:22.986 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:22.986 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:23.240 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install libcephfs2 2024-09-11T04:50:23.397 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:36 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:23.534 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:23.535 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:23.535 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-09-11T04:50:23.535 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:23.535 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:23.535 INFO:teuthology.orchestra.run.smithi204.stdout: librados-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 127 k 2024-09-11T04:50:23.535 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:23.536 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:23.536 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:23.536 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-11T04:50:23.536 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:23.536 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 127 k 2024-09-11T04:50:23.536 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 456 k 2024-09-11T04:50:23.536 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:23.721 INFO:teuthology.orchestra.run.smithi204.stdout:librados-devel-19.3.0-4854.g8f219c47.el9.x86_64 685 kB/s | 127 kB 00:00 2024-09-11T04:50:23.722 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:23.722 INFO:teuthology.orchestra.run.smithi204.stdout:Total 679 kB/s | 127 kB 00:00 2024-09-11T04:50:23.722 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:23.728 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:23.728 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:23.797 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:23.797 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:23.809 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:37 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:23.900 INFO:teuthology.orchestra.run.smithi103.stdout:Package libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:23.934 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T04:50:23.935 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:23.935 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:23.935 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T04:50:23.935 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:23.935 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:23.944 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:23.945 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:50:23.945 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:23.952 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:24.016 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install libcephfs-devel 2024-09-11T04:50:24.062 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:24.254 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librados-devel 2024-09-11T04:50:24.573 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:24.582 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:38 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:24.717 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:24.717 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:24.717 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-09-11T04:50:24.717 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:24.717 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:24.718 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 32 k 2024-09-11T04:50:24.718 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:24.718 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:24.718 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:24.718 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-09-11T04:50:24.719 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:24.720 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 32 k 2024-09-11T04:50:24.720 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 142 k 2024-09-11T04:50:24.720 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:24.819 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:24.820 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:24.820 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:24.820 INFO:teuthology.orchestra.run.smithi204.stdout: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:24.820 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:24.820 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:24.828 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:38 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:24.867 INFO:teuthology.orchestra.run.smithi103.stdout:libcephfs-devel-19.3.0-4854.g8f219c47.el9.x86_6 213 kB/s | 32 kB 00:00 2024-09-11T04:50:24.867 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:24.868 INFO:teuthology.orchestra.run.smithi103.stdout:Total 211 kB/s | 32 kB 00:00 2024-09-11T04:50:24.868 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:24.871 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:24.871 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:24.885 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:24.886 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:24.963 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:24.963 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:24.963 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-09-11T04:50:24.963 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:24.963 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:24.963 INFO:teuthology.orchestra.run.smithi137.stdout: librados-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 127 k 2024-09-11T04:50:24.963 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:24.963 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:24.964 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:24.964 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-11T04:50:24.964 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:24.964 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 127 k 2024-09-11T04:50:24.964 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 456 k 2024-09-11T04:50:24.964 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:24.978 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:25.097 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:25.151 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install libcephfs2 2024-09-11T04:50:25.154 INFO:teuthology.orchestra.run.smithi137.stdout:librados-devel-19.3.0-4854.g8f219c47.el9.x86_64 671 kB/s | 127 kB 00:00 2024-09-11T04:50:25.154 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:25.154 INFO:teuthology.orchestra.run.smithi137.stdout:Total 665 kB/s | 127 kB 00:00 2024-09-11T04:50:25.154 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:25.160 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:25.160 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:25.229 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:25.229 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:25.383 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:25.476 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:25.497 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:25.731 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:38 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:25.735 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:25.735 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:25.735 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:25.735 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:25.735 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:25.736 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:25.826 INFO:teuthology.orchestra.run.smithi204.stdout:Package libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:25.869 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:25.870 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:50:25.870 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:25.910 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:25.922 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librados2 2024-09-11T04:50:25.934 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install libcephfs-devel 2024-09-11T04:50:26.158 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:26.158 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:26.158 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:26.159 INFO:teuthology.orchestra.run.smithi137.stdout: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:26.159 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:26.159 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:26.439 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install libcephfs2 2024-09-11T04:50:26.501 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:39 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:26.512 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:40 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:26.610 INFO:teuthology.orchestra.run.smithi103.stdout:Package librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:26.635 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 32 k 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:26.636 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 32 k 2024-09-11T04:50:26.637 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 142 k 2024-09-11T04:50:26.637 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:26.656 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:26.657 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:50:26.657 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:26.737 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librbd1 2024-09-11T04:50:26.784 INFO:teuthology.orchestra.run.smithi204.stdout:libcephfs-devel-19.3.0-4854.g8f219c47.el9.x86_6 215 kB/s | 32 kB 00:00 2024-09-11T04:50:26.785 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:26.785 INFO:teuthology.orchestra.run.smithi204.stdout:Total 213 kB/s | 32 kB 00:00 2024-09-11T04:50:26.785 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:26.789 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:26.789 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:26.808 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:26.808 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:26.887 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:27.022 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:27.026 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:41 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:27.118 INFO:teuthology.orchestra.run.smithi137.stdout:Package libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:27.164 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:27.165 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:50:27.165 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:27.245 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install libcephfs-devel 2024-09-11T04:50:27.310 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:41 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:27.377 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:27.402 INFO:teuthology.orchestra.run.smithi103.stdout:Package librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:27.445 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:27.446 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:50:27.446 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:27.514 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rados 2024-09-11T04:50:27.614 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:27.614 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:27.614 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:27.615 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:27.615 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:27.615 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:27.822 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librados2 2024-09-11T04:50:27.831 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:41 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:27.976 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:27.977 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:27.977 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-09-11T04:50:27.977 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:27.978 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:27.978 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 32 k 2024-09-11T04:50:27.978 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:27.978 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:27.978 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:27.978 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-11T04:50:27.978 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:27.979 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 32 k 2024-09-11T04:50:27.979 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 142 k 2024-09-11T04:50:27.979 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:28.076 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:42 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:28.141 INFO:teuthology.orchestra.run.smithi137.stdout:libcephfs-devel-19.3.0-4854.g8f219c47.el9.x86_6 195 kB/s | 32 kB 00:00 2024-09-11T04:50:28.141 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:28.142 INFO:teuthology.orchestra.run.smithi137.stdout:Total 192 kB/s | 32 kB 00:00 2024-09-11T04:50:28.142 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:28.146 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:28.146 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:28.161 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:28.161 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:28.167 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:28.211 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:28.212 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:50:28.212 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:28.262 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:28.284 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rgw 2024-09-11T04:50:28.382 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:28.412 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:41 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:28.508 INFO:teuthology.orchestra.run.smithi204.stdout:Package librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:28.554 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:28.555 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:50:28.556 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:28.623 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librbd1 2024-09-11T04:50:28.806 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:28.848 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:42 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:28.938 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:28.982 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:28.983 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:50:28.983 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:29.037 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:29.037 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:29.037 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:29.037 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:29.037 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:29.037 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:29.067 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-cephfs 2024-09-11T04:50:29.212 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:42 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:29.223 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librados2 2024-09-11T04:50:29.304 INFO:teuthology.orchestra.run.smithi204.stdout:Package librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:29.347 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:29.348 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:50:29.349 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:29.422 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rados 2024-09-11T04:50:29.630 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:43 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:29.722 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:29.766 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:29.767 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:50:29.767 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:29.783 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:43 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:29.840 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rbd 2024-09-11T04:50:29.873 INFO:teuthology.orchestra.run.smithi137.stdout:Package librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:29.917 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:29.917 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:50:29.918 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:29.989 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:42 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:29.990 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librbd1 2024-09-11T04:50:30.079 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:30.123 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:30.124 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:50:30.124 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:30.193 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rgw 2024-09-11T04:50:30.403 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:44 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:30.494 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:30.538 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:30.539 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-09-11T04:50:30.539 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:30.552 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:44 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:30.617 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-fuse 2024-09-11T04:50:30.642 INFO:teuthology.orchestra.run.smithi137.stdout:Package librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:30.685 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:30.686 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:50:30.686 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:30.756 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:43 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:30.764 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rados 2024-09-11T04:50:30.847 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:30.890 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:30.891 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:50:30.891 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:30.956 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-cephfs 2024-09-11T04:50:31.181 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:45 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:31.314 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:31.315 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:31.315 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-09-11T04:50:31.315 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:31.315 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:31.315 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 85 k 2024-09-11T04:50:31.315 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:31.316 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:31.316 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:31.316 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-09-11T04:50:31.316 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:31.316 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 85 k 2024-09-11T04:50:31.316 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 231 k 2024-09-11T04:50:31.316 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:31.322 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:45 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:31.414 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:31.458 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:31.459 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:50:31.459 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:31.513 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-fuse-19.3.0-4854.g8f219c47.el9.x86_64.rpm 433 kB/s | 85 kB 00:00 2024-09-11T04:50:31.514 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:31.514 INFO:teuthology.orchestra.run.smithi103.stdout:Total 430 kB/s | 85 kB 00:00 2024-09-11T04:50:31.514 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:31.521 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:31.521 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:31.521 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:44 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:31.529 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rgw 2024-09-11T04:50:31.589 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:31.589 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:31.612 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:31.657 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:31.658 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:50:31.658 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:31.722 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rbd 2024-09-11T04:50:31.747 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:31.852 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:32.091 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:46 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:32.181 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:32.224 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:50:32.225 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:32.269 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:32.284 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:45 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:32.302 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-cephfs 2024-09-11T04:50:32.374 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:32.417 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:32.418 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-11T04:50:32.418 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:32.492 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-fuse 2024-09-11T04:50:32.530 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:32.530 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:32.530 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:32.530 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:32.530 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:32.530 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:32.762 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-mirror 2024-09-11T04:50:32.869 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:46 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:32.958 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:33.003 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:33.004 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:50:33.004 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:33.054 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:46 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:33.079 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rbd 2024-09-11T04:50:33.187 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:33.189 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:33.189 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-09-11T04:50:33.189 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:33.189 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:33.189 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 85 k 2024-09-11T04:50:33.190 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:33.190 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:33.190 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:33.190 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-11T04:50:33.190 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:33.190 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 85 k 2024-09-11T04:50:33.190 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 231 k 2024-09-11T04:50:33.190 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:33.340 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:47 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:33.380 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-fuse-19.3.0-4854.g8f219c47.el9.x86_64.rpm 447 kB/s | 85 kB 00:00 2024-09-11T04:50:33.381 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:33.381 INFO:teuthology.orchestra.run.smithi204.stdout:Total 444 kB/s | 85 kB 00:00 2024-09-11T04:50:33.381 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:33.387 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:33.387 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:33.453 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:33.453 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:33.478 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:33.478 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:33.478 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-09-11T04:50:33.479 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:33.479 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:33.479 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-mirror x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T04:50:33.479 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:33.479 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:33.479 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:33.479 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-09-11T04:50:33.479 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:33.480 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 3.2 M 2024-09-11T04:50:33.480 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 14 M 2024-09-11T04:50:33.480 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:33.630 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:33.640 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:47 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:33.719 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:33.730 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T04:50:33.775 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:33.776 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-09-11T04:50:33.776 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:33.828 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-mirror-19.3.0-4854.g8f219c47.el9.x86_64.rpm 9.1 MB/s | 3.2 MB 00:00 2024-09-11T04:50:33.829 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:33.829 INFO:teuthology.orchestra.run.smithi103.stdout:Total 9.1 MB/s | 3.2 MB 00:00 2024-09-11T04:50:33.829 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:33.839 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:33.840 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:33.848 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-fuse 2024-09-11T04:50:33.923 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:34.136 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:34.137 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:34.396 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:34.396 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:34.397 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:34.397 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:34.397 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:34.397 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:34.412 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:34.414 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:48 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:34.548 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 85 k 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 85 k 2024-09-11T04:50:34.549 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 231 k 2024-09-11T04:50:34.550 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:34.596 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:34.623 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:34.623 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:50:34.623 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-11T04:50:34.623 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T04:50:34.623 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T04:50:34.623 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:34.640 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-mirror 2024-09-11T04:50:34.753 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-fuse-19.3.0-4854.g8f219c47.el9.x86_64.rpm 419 kB/s | 85 kB 00:00 2024-09-11T04:50:34.753 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:34.753 INFO:teuthology.orchestra.run.smithi137.stdout:Total 417 kB/s | 85 kB 00:00 2024-09-11T04:50:34.754 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:34.760 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:34.760 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:34.825 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:34.825 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:34.981 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:35.083 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:35.208 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:48 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:35.343 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:35.344 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:35.344 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-09-11T04:50:35.344 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-mirror x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 3.2 M 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 14 M 2024-09-11T04:50:35.345 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:35.487 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:35.669 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-mirror-19.3.0-4854.g8f219c47.el9.x86_64.rpm 9.8 MB/s | 3.2 MB 00:00 2024-09-11T04:50:35.670 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:35.670 INFO:teuthology.orchestra.run.smithi204.stdout:Total 9.8 MB/s | 3.2 MB 00:00 2024-09-11T04:50:35.670 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:35.679 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:35.680 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:35.694 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:35.694 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:35.694 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:35.694 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:35.694 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:35.694 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:35.752 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:35.752 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:35.752 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:35.752 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:35.753 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:35.753 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:35.761 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:35.762 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:35.959 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-nbd 2024-09-11T04:50:36.003 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-mirror 2024-09-11T04:50:36.251 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:36.335 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:36.361 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:36.361 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:50:36.361 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-11T04:50:36.361 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T04:50:36.361 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T04:50:36.362 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:36.552 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:50 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:36.579 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:50 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:36.688 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-09-11T04:50:36.689 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:36.689 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-09-11T04:50:36.689 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:36.689 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-09-11T04:50:36.689 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-nbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 171 k 2024-09-11T04:50:36.690 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:36.690 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-09-11T04:50:36.690 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-09-11T04:50:36.690 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-09-11T04:50:36.690 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:36.690 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 171 k 2024-09-11T04:50:36.691 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 490 k 2024-09-11T04:50:36.691 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-09-11T04:50:36.716 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:36.716 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:36.716 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-09-11T04:50:36.717 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:36.717 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:36.717 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-mirror x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T04:50:36.717 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:36.717 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:36.717 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:36.717 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-11T04:50:36.717 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:36.718 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 3.2 M 2024-09-11T04:50:36.718 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 14 M 2024-09-11T04:50:36.718 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:36.898 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-nbd-19.3.0-4854.g8f219c47.el9.x86_64.rpm 810 kB/s | 171 kB 00:00 2024-09-11T04:50:36.899 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:36.900 INFO:teuthology.orchestra.run.smithi103.stdout:Total 802 kB/s | 171 kB 00:00 2024-09-11T04:50:36.900 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-09-11T04:50:36.907 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-09-11T04:50:36.907 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-09-11T04:50:36.971 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-09-11T04:50:36.972 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-09-11T04:50:37.031 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-mirror-19.3.0-4854.g8f219c47.el9.x86_64.rpm 10 MB/s | 3.2 MB 00:00 2024-09-11T04:50:37.032 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:37.033 INFO:teuthology.orchestra.run.smithi137.stdout:Total 10 MB/s | 3.2 MB 00:00 2024-09-11T04:50:37.033 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:37.041 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:37.042 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:37.124 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:37.124 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:37.136 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-09-11T04:50:37.239 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:37.495 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:37.496 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:37.496 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:37.496 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:37.496 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:37.496 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:37.611 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:37.682 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:37.709 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:37.709 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T04:50:37.709 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-11T04:50:37.709 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T04:50:37.709 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T04:50:37.709 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:37.719 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:37.740 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-nbd 2024-09-11T04:50:37.968 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:37.969 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:37.969 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-09-11T04:50:37.969 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:37.969 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:50:37.969 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-09-11T04:50:38.250 DEBUG:teuthology.parallel:result is None 2024-09-11T04:50:38.329 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:51 ago on Wed 11 Sep 2024 04:48:47 AM UTC. 2024-09-11T04:50:38.461 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-nbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 171 k 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-11T04:50:38.462 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:38.463 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 171 k 2024-09-11T04:50:38.463 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 490 k 2024-09-11T04:50:38.463 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-11T04:50:38.680 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-nbd-19.3.0-4854.g8f219c47.el9.x86_64.rpm 784 kB/s | 171 kB 00:00 2024-09-11T04:50:38.681 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:38.681 INFO:teuthology.orchestra.run.smithi204.stdout:Total 777 kB/s | 171 kB 00:00 2024-09-11T04:50:38.681 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-11T04:50:38.690 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-11T04:50:38.690 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-11T04:50:38.758 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-11T04:50:38.758 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-11T04:50:38.806 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:38.806 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:38.806 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:38.806 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:38.807 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:38.807 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:38.920 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-11T04:50:39.028 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:39.051 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-nbd 2024-09-11T04:50:39.446 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:39.629 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:53 ago on Wed 11 Sep 2024 04:48:46 AM UTC. 2024-09-11T04:50:39.731 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:39.731 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:39.731 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-11T04:50:39.731 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:39.731 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:50:39.731 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-11T04:50:39.763 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-nbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 171 k 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 171 k 2024-09-11T04:50:39.764 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 490 k 2024-09-11T04:50:39.765 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-09-11T04:50:39.969 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-nbd-19.3.0-4854.g8f219c47.el9.x86_64.rpm 836 kB/s | 171 kB 00:00 2024-09-11T04:50:39.969 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:50:39.970 INFO:teuthology.orchestra.run.smithi137.stdout:Total 830 kB/s | 171 kB 00:00 2024-09-11T04:50:39.970 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-09-11T04:50:39.977 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-09-11T04:50:39.977 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-09-11T04:50:39.987 DEBUG:teuthology.parallel:result is None 2024-09-11T04:50:40.042 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-09-11T04:50:40.042 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-09-11T04:50:40.201 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-09-11T04:50:40.308 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:40.738 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:41.011 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T04:50:41.011 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:41.011 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-09-11T04:50:41.011 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T04:50:41.011 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:50:41.011 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-09-11T04:50:41.291 DEBUG:teuthology.parallel:result is None 2024-09-11T04:50:41.291 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:50:41.432 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-11T04:50:41.458 INFO:teuthology.orchestra.run.smithi103.stdout:19.3.0-4854.g8f219c47.el9 2024-09-11T04:50:41.459 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4854.g8f219c47.el9 2024-09-11T04:50:41.459 INFO:teuthology.task.install:The correct ceph version 19.3.0-4854.g8f219c47 is installed. 2024-09-11T04:50:41.460 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:50:41.604 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-11T04:50:41.625 INFO:teuthology.orchestra.run.smithi137.stdout:19.3.0-4854.g8f219c47.el9 2024-09-11T04:50:41.625 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4854.g8f219c47.el9 2024-09-11T04:50:41.626 INFO:teuthology.task.install:The correct ceph version 19.3.0-4854.g8f219c47 is installed. 2024-09-11T04:50:41.627 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:50:41.763 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-11T04:50:41.789 INFO:teuthology.orchestra.run.smithi204.stdout:19.3.0-4854.g8f219c47.el9 2024-09-11T04:50:41.789 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4854.g8f219c47.el9 2024-09-11T04:50:41.789 INFO:teuthology.task.install:The correct ceph version 19.3.0-4854.g8f219c47 is installed. 2024-09-11T04:50:41.791 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-11T04:50:41.791 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:50:41.791 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-11T04:50:41.823 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:50:41.823 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-11T04:50:41.848 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:50:41.848 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-11T04:50:41.878 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-11T04:50:41.879 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:50:41.879 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/daemon-helper 2024-09-11T04:50:41.908 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-11T04:50:41.977 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:50:41.978 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/daemon-helper 2024-09-11T04:50:42.014 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-11T04:50:42.078 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:50:42.078 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/daemon-helper 2024-09-11T04:50:42.108 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-11T04:50:42.178 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-11T04:50:42.178 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:50:42.178 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-11T04:50:42.208 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-11T04:50:42.277 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:50:42.277 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-11T04:50:42.302 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-11T04:50:42.366 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:50:42.367 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-11T04:50:42.396 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-11T04:50:42.466 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-11T04:50:42.466 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:50:42.467 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/stdin-killer 2024-09-11T04:50:42.498 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-11T04:50:42.568 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:50:42.568 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/stdin-killer 2024-09-11T04:50:42.593 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-11T04:50:42.659 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:50:42.659 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/stdin-killer 2024-09-11T04:50:42.690 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-11T04:50:42.759 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T04:50:42.864 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8f219c476cb4f26fc5719c661c0323719a45cb30'} 2024-09-11T04:50:42.864 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:50:42.865 INFO:tasks.cephadm:Cluster fsid is 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:50:42.865 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T04:50:42.865 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.103', 'mon.b': '172.21.15.137', 'mon.c': '172.21.15.204'} 2024-09-11T04:50:42.865 INFO:tasks.cephadm:First mon is mon.a on smithi103 2024-09-11T04:50:42.865 INFO:tasks.cephadm:First mgr is a 2024-09-11T04:50:42.866 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T04:50:42.866 DEBUG:teuthology.orchestra.run.smithi103:> sudo hostname $(hostname -s) 2024-09-11T04:50:42.897 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-09-11T04:50:42.922 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-09-11T04:50:42.951 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-11T04:50:42.952 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:50:43.097 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8f219c476cb4f26fc5719c661c0323719a45cb30', '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/82938/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4854-g8f219c47', 'node_name': '172.21.2.8+braggi08', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4854.g8f219c47'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-10 09:27:13.215997', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-hemanth-testing-2024-09-10-0723', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-11T04:50:43.244 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-hemanth-testing-2024-09-10-0723, sha1 8f219c476cb4f26fc5719c661c0323719a45cb30 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:50:43.246 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm 2024-09-11T04:50:43.246 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm 2024-09-11T04:50:43.246 DEBUG:teuthology.orchestra.run.smithi103:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:43.636 INFO:teuthology.orchestra.run.smithi103.stdout:-rw-r--r--. 1 ubuntu ubuntu 803561 Sep 11 04:50 /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:43.636 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:44.024 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-r--r--. 1 ubuntu ubuntu 803561 Sep 11 04:50 /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:44.024 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:44.410 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-r--r--. 1 ubuntu ubuntu 803561 Sep 11 04:50 /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:44.411 DEBUG:teuthology.orchestra.run.smithi103:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:44.431 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:44.451 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T04:50:44.778 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 on all hosts... 2024-09-11T04:50:44.779 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 pull 2024-09-11T04:50:44.781 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 pull 2024-09-11T04:50:44.784 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 pull 2024-09-11T04:50:46.415 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T04:50:46.430 INFO:teuthology.orchestra.run.smithi103.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T04:50:46.579 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T04:51:16.382 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2024-09-11T04:51:16.382 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev)", 2024-09-11T04:51:16.382 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", 2024-09-11T04:51:16.382 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2024-09-11T04:51:16.382 INFO:teuthology.orchestra.run.smithi204.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e" 2024-09-11T04:51:16.383 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2024-09-11T04:51:16.383 INFO:teuthology.orchestra.run.smithi204.stdout:} 2024-09-11T04:51:19.081 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-09-11T04:51:19.081 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev)", 2024-09-11T04:51:19.081 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", 2024-09-11T04:51:19.081 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2024-09-11T04:51:19.081 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e" 2024-09-11T04:51:19.082 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2024-09-11T04:51:19.082 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-09-11T04:51:21.547 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2024-09-11T04:51:21.547 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph_version": "ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev)", 2024-09-11T04:51:21.547 INFO:teuthology.orchestra.run.smithi103.stdout: "image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", 2024-09-11T04:51:21.547 INFO:teuthology.orchestra.run.smithi103.stdout: "repo_digests": [ 2024-09-11T04:51:21.547 INFO:teuthology.orchestra.run.smithi103.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e" 2024-09-11T04:51:21.547 INFO:teuthology.orchestra.run.smithi103.stdout: ] 2024-09-11T04:51:21.548 INFO:teuthology.orchestra.run.smithi103.stdout:} 2024-09-11T04:51:21.576 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /etc/ceph 2024-09-11T04:51:21.622 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-09-11T04:51:21.655 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-09-11T04:51:21.689 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 777 /etc/ceph 2024-09-11T04:51:21.716 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-09-11T04:51:21.746 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-09-11T04:51:21.776 INFO:tasks.cephadm:Writing seed config... 2024-09-11T04:51:21.777 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-11T04:51:21.777 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T04:51:21.777 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T04:51:21.777 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-11T04:51:21.777 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T04:51:21.777 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T04:51:21.777 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T04:51:21.777 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T04:51:21.778 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T04:51:21.778 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:51:21.778 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T04:51:21.795 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 = 667b0474-6ff9-11ef-bcea-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-11T04:51:21.796 DEBUG:teuthology.orchestra.run.smithi103:mon.a> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.a.service 2024-09-11T04:51:21.839 DEBUG:teuthology.orchestra.run.smithi103:mgr.a> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.a.service 2024-09-11T04:51:21.883 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T04:51:21.883 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 -v bootstrap --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.103 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:51:22.093 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-09-11T04:51:22.093 INFO:teuthology.orchestra.run.smithi103.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30', '-v', 'bootstrap', '--fsid', '667b0474-6ff9-11ef-bcea-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.103', '--skip-admin-label'] 2024-09-11T04:51:22.093 INFO:teuthology.orchestra.run.smithi103.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-11T04:51:22.093 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying podman|docker is present... 2024-09-11T04:51:22.117 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 5.2.2 2024-09-11T04:51:22.117 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying lvm2 is present... 2024-09-11T04:51:22.117 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying time synchronization is in place... 2024-09-11T04:51:22.124 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-11T04:51:22.124 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T04:51:22.131 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-11T04:51:22.131 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-09-11T04:51:22.137 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout enabled 2024-09-11T04:51:22.144 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout active 2024-09-11T04:51:22.144 INFO:teuthology.orchestra.run.smithi103.stdout:Unit chronyd.service is enabled and running 2024-09-11T04:51:22.144 INFO:teuthology.orchestra.run.smithi103.stdout:Repeating the final host check... 2024-09-11T04:51:22.171 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 5.2.2 2024-09-11T04:51:22.172 INFO:teuthology.orchestra.run.smithi103.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-11T04:51:22.172 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl is present 2024-09-11T04:51:22.172 INFO:teuthology.orchestra.run.smithi103.stdout:lvcreate is present 2024-09-11T04:51:22.178 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-11T04:51:22.178 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T04:51:22.184 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-11T04:51:22.184 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-09-11T04:51:22.191 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout enabled 2024-09-11T04:51:22.197 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout active 2024-09-11T04:51:22.198 INFO:teuthology.orchestra.run.smithi103.stdout:Unit chronyd.service is enabled and running 2024-09-11T04:51:22.198 INFO:teuthology.orchestra.run.smithi103.stdout:Host looks OK 2024-09-11T04:51:22.198 INFO:teuthology.orchestra.run.smithi103.stdout:Cluster fsid: 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:22.198 INFO:teuthology.orchestra.run.smithi103.stdout:Acquiring lock 139820184974192 on /run/cephadm/667b0474-6ff9-11ef-bcea-c7b262605968.lock 2024-09-11T04:51:22.198 INFO:teuthology.orchestra.run.smithi103.stdout:Lock 139820184974192 acquired on /run/cephadm/667b0474-6ff9-11ef-bcea-c7b262605968.lock 2024-09-11T04:51:22.198 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying IP 172.21.15.103 port 3300 ... 2024-09-11T04:51:22.198 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying IP 172.21.15.103 port 6789 ... 2024-09-11T04:51:22.199 INFO:teuthology.orchestra.run.smithi103.stdout:Base mon IP(s) is [172.21.15.103:3300, 172.21.15.103:6789], mon addrv is [v2:172.21.15.103:3300,v1:172.21.15.103:6789] 2024-09-11T04:51:22.201 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.103 metric 100 2024-09-11T04:51:22.201 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.103 metric 100 2024-09-11T04:51:22.204 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-11T04:51:22.204 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-11T04:51:22.204 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-11T04:51:22.206 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-11T04:51:22.206 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-11T04:51:22.206 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T04:51:22.207 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-11T04:51:22.207 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cc0b/64 scope link noprefixroute 2024-09-11T04:51:22.207 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T04:51:22.207 INFO:teuthology.orchestra.run.smithi103.stdout:Mon IP `172.21.15.103` is in CIDR network `172.21.0.0/20` 2024-09-11T04:51:22.208 INFO:teuthology.orchestra.run.smithi103.stdout:Mon IP `172.21.15.103` is in CIDR network `172.21.0.0/20` 2024-09-11T04:51:22.208 INFO:teuthology.orchestra.run.smithi103.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-11T04:51:22.208 INFO:teuthology.orchestra.run.smithi103.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-11T04:51:22.208 INFO:teuthology.orchestra.run.smithi103.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T04:51:22.600 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 2024-09-11T04:51:22.600 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T04:51:22.600 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Getting image source signatures 2024-09-11T04:51:22.600 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Copying blob sha256:edd8cbe4deb828f809e8d76f308301dd93e971948e909d25cc03015fed1fd796 2024-09-11T04:51:22.600 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-11T04:51:22.600 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Copying config sha256:589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 2024-09-11T04:51:22.600 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-11T04:51:23.520 INFO:teuthology.orchestra.run.smithi103.stdout:ceph: stdout ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev) 2024-09-11T04:51:23.520 INFO:teuthology.orchestra.run.smithi103.stdout:Ceph version: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev) 2024-09-11T04:51:23.520 INFO:teuthology.orchestra.run.smithi103.stdout:Extracting ceph user uid/gid from container image... 2024-09-11T04:51:24.476 INFO:teuthology.orchestra.run.smithi103.stdout:stat: stdout 167 167 2024-09-11T04:51:24.476 INFO:teuthology.orchestra.run.smithi103.stdout:Creating initial keys... 2024-09-11T04:51:25.331 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph-authtool: stdout AQDMIeFmD46yLhAAYdwpvh9YTTSE2jqhcVm0lg== 2024-09-11T04:51:26.312 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph-authtool: stdout AQDNIeFmzWEgJRAAcZzmFBRSh5UjIGI1dLYM2A== 2024-09-11T04:51:27.168 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph-authtool: stdout AQDOIeFm43UIJRAAQU6qGr+MQtki4MLyWcE3gw== 2024-09-11T04:51:27.169 INFO:teuthology.orchestra.run.smithi103.stdout:Creating initial monmap... 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:monmaptool for a [v2:172.21.15.103:3300,v1:172.21.15.103:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:setting min_mon_release = quincy 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: set fsid to 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:51:28.117 INFO:teuthology.orchestra.run.smithi103.stdout:Creating mon... 2024-09-11T04:51:29.013 INFO:teuthology.orchestra.run.smithi103.stdout:create mon.a on 2024-09-11T04:51:29.230 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-11T04:51:29.375 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-11T04:51:29.557 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-667b0474-6ff9-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-667b0474-6ff9-11ef-bcea-c7b262605968.target. 2024-09-11T04:51:29.557 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-667b0474-6ff9-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-667b0474-6ff9-11ef-bcea-c7b262605968.target. 2024-09-11T04:51:29.808 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.a 2024-09-11T04:51:29.808 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to reset failed state of unit ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-11T04:51:29.967 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-667b0474-6ff9-11ef-bcea-c7b262605968.target.wants/ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.a.service → /etc/systemd/system/ceph-667b0474-6ff9-11ef-bcea-c7b262605968@.service. 2024-09-11T04:51:30.478 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:30 smithi103 podman[28972]: 2024-09-11 04:51:30.438997727 +0000 UTC m=+0.352331330 container start e458fd698caa5f06466b303ef5bbf13dc7d5183877e0d1c54668d17a10c82e76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-11T04:51:30.479 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:30 smithi103 ceph-mon[28991]: mkfs 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:30.564 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T04:51:30.564 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout disabled 2024-09-11T04:51:30.571 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T04:51:30.571 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-09-11T04:51:30.571 INFO:teuthology.orchestra.run.smithi103.stdout:firewalld.service is not enabled 2024-09-11T04:51:30.571 INFO:teuthology.orchestra.run.smithi103.stdout:Not possible to enable service . firewalld.service is not available 2024-09-11T04:51:30.572 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mon to start... 2024-09-11T04:51:30.572 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mon... 2024-09-11T04:51:30.796 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:30 smithi103 ceph-mon[28991]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T04:51:30.796 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:30 smithi103 bash[28972]: e458fd698caa5f06466b303ef5bbf13dc7d5183877e0d1c54668d17a10c82e76 2024-09-11T04:51:30.796 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:30 smithi103 systemd[1]: Started Ceph mon.a for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:51:31.617 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T04:51:31.617 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: monmap epoch 1 2024-09-11T04:51:31.617 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:31.617 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: last_changed 2024-09-11T04:51:27.517897+0000 2024-09-11T04:51:31.617 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:51:31.617 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: min_mon_release 19 (squid) 2024-09-11T04:51:31.617 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: election_strategy: 1 2024-09-11T04:51:31.617 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:51:31.618 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: fsmap 2024-09-11T04:51:31.618 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: osdmap e1: 0 total, 0 up, 0 in 2024-09-11T04:51:31.618 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: mgrmap e1: no daemons active 2024-09-11T04:51:31.618 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:31 smithi103 ceph-mon[28991]: from='client.? 172.21.15.103:0/1537538083' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-11T04:51:31.619 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout cluster: 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout id: 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout services: 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.585008s) 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout data: 2024-09-11T04:51:31.620 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-11T04:51:31.621 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-11T04:51:31.621 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-11T04:51:31.621 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout pgs: 2024-09-11T04:51:31.621 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:31.621 INFO:teuthology.orchestra.run.smithi103.stdout:mon is available 2024-09-11T04:51:31.621 INFO:teuthology.orchestra.run.smithi103.stdout:Assimilating anything we can from ceph.conf... 2024-09-11T04:51:32.671 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:32.671 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [global] 2024-09-11T04:51:32.671 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout fsid = 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:32.671 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-11T04:51:32.672 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.103:3300,v1:172.21.15.103:6789] 2024-09-11T04:51:32.672 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T04:51:32.672 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T04:51:32.672 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T04:51:32.672 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T04:51:32.672 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:32.673 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-11T04:51:32.673 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-11T04:51:32.673 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T04:51:32.673 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:32.673 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [osd] 2024-09-11T04:51:32.674 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T04:51:32.674 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T04:51:32.674 INFO:teuthology.orchestra.run.smithi103.stdout:Generating new minimal ceph.conf... 2024-09-11T04:51:32.782 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:32 smithi103 ceph-mon[28991]: from='client.? 172.21.15.103:0/3595313296' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-11T04:51:32.782 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:32 smithi103 ceph-mon[28991]: from='client.? 172.21.15.103:0/3595313296' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T04:51:33.713 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:33 smithi103 ceph-mon[28991]: from='client.? 172.21.15.103:0/3344960032' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:51:33.716 INFO:teuthology.orchestra.run.smithi103.stdout:Restarting the monitor... 2024-09-11T04:51:34.000 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:33 smithi103 systemd[1]: Stopping Ceph mon.a for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:51:34.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a[28987]: 2024-09-11T04:51:34.000+0000 7facfecb7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:51:34.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a[28987]: 2024-09-11T04:51:34.000+0000 7facfecb7640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T04:51:34.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 podman[29231]: 2024-09-11 04:51:34.174631944 +0000 UTC m=+0.286861821 container died e458fd698caa5f06466b303ef5bbf13dc7d5183877e0d1c54668d17a10c82e76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True) 2024-09-11T04:51:34.709 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 podman[29231]: 2024-09-11 04:51:34.483616982 +0000 UTC m=+0.595846858 container cleanup e458fd698caa5f06466b303ef5bbf13dc7d5183877e0d1c54668d17a10c82e76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-11T04:51:34.709 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 bash[29231]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a 2024-09-11T04:51:35.037 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 podman[29243]: 2024-09-11 04:51:34.709684236 +0000 UTC m=+0.538231733 container remove e458fd698caa5f06466b303ef5bbf13dc7d5183877e0d1c54668d17a10c82e76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T04:51:35.037 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-11T04:51:35.037 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 systemd[1]: Stopped Ceph mon.a for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:51:35.037 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:34 smithi103 systemd[1]: Starting Ceph mon.a for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:51:35.287 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 podman[29335]: 2024-09-11 04:51:34.940112513 +0000 UTC m=+0.015743129 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T04:51:35.287 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 podman[29335]: 2024-09-11 04:51:35.077361251 +0000 UTC m=+0.152991904 container create c6be43cede76b00f927c9b9f1fc3546703cccaaec87eaab3987b138aac8075ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-11T04:51:35.287 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 podman[29335]: 2024-09-11 04:51:35.288013856 +0000 UTC m=+0.363644469 container init c6be43cede76b00f927c9b9f1fc3546703cccaaec87eaab3987b138aac8075ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, io.buildah.version=1.37.2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-11T04:51:35.367 INFO:teuthology.orchestra.run.smithi103.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-11T04:51:35.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 podman[29335]: 2024-09-11 04:51:35.291251384 +0000 UTC m=+0.366882001 container start c6be43cede76b00f927c9b9f1fc3546703cccaaec87eaab3987b138aac8075ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T04:51:35.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T04:51:35.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev), process ceph-mon, pid 2 2024-09-11T04:51:35.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: pidfile_write: ignore empty --pid-file 2024-09-11T04:51:35.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: load: jerasure load: lrc 2024-09-11T04:51:35.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: RocksDB version: 7.9.2 2024-09-11T04:51:35.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Git sha 0 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Compile date 2024-09-10 08:02:51 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: DB SUMMARY 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: DB Session ID: SJCSA1PG4D57I2FWDA47 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: CURRENT file: CURRENT 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88852 ; 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.error_if_exists: 0 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.create_if_missing: 0 2024-09-11T04:51:35.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.paranoid_checks: 1 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.env: 0x5558eb2ea180 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.fs: PosixFileSystem 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.info_log: 0x5558ec167700 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.statistics: (nil) 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.use_fsync: 0 2024-09-11T04:51:35.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_log_file_size: 0 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.allow_fallocate: 1 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.use_direct_reads: 0 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T04:51:35.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.db_log_dir: 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.wal_dir: 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T04:51:35.574 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.write_buffer_manager: 0x5558ec16bb80 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.unordered_write: 0 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T04:51:35.575 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.row_cache: None 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.wal_filter: None 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.two_write_queues: 0 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.wal_compression: 0 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.atomic_flush: 0 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T04:51:35.576 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T04:51:35.578 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.log_readahead_size: 0 2024-09-11T04:51:35.578 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T04:51:35.578 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T04:51:35.578 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T04:51:35.578 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T04:51:35.578 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T04:51:35.578 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_background_jobs: 2 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_background_compactions: -1 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_subcompactions: 1 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T04:51:35.579 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_open_files: -1 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_background_flushes: -1 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Compression algorithms supported: 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: kZSTD supported: 0 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: kXpressCompression supported: 0 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: kBZip2Compression supported: 0 2024-09-11T04:51:35.580 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: kLZ4Compression supported: 1 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: kZlibCompression supported: 1 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: kSnappyCompression supported: 1 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.merge_operator: 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_filter: None 2024-09-11T04:51:35.581 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5558ec167320) 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout: cache_index_and_filter_blocks: 1 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout: pin_top_level_index_and_filter: 1 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout: index_type: 0 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout: data_block_index_type: 0 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout: index_shortening: 1 2024-09-11T04:51:35.582 INFO:journalctl@ceph.mon.a.smithi103.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: checksum: 4 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: no_block_cache: 0 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_cache: 0x5558ec15b610 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_cache_name: BinnedLRUCache 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_cache_options: 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: capacity : 536870912 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: num_shard_bits : 4 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: strict_capacity_limit : 0 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: high_pri_pool_ratio: 0.000 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_cache_compressed: (nil) 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: persistent_cache: (nil) 2024-09-11T04:51:35.583 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_size: 4096 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_size_deviation: 10 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_restart_interval: 16 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: index_block_restart_interval: 1 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: metadata_block_size: 4096 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: partition_filters: 0 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: use_delta_encoding: 1 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: filter_policy: bloomfilter 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: whole_key_filtering: 1 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: verify_compression: 0 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: read_amp_bytes_per_bit: 0 2024-09-11T04:51:35.584 INFO:journalctl@ceph.mon.a.smithi103.stdout: format_version: 5 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout: enable_index_compression: 1 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_align: 0 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout: max_auto_readahead_size: 262144 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout: prepopulate_block_cache: 0 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout: initial_auto_readahead_size: 8192 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout: num_file_reads_for_auto_readahead: 2 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression: NoCompression 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T04:51:35.585 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.num_levels: 7 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T04:51:35.586 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T04:51:35.587 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T04:51:35.588 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T04:51:35.589 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T04:51:35.589 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T04:51:35.589 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T04:51:35.589 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T04:51:35.589 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-11T04:51:35.589 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.arena_block_size: 1048576 2024-09-11T04:51:35.589 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T04:51:35.592 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T04:51:35.593 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T04:51:35.594 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T04:51:35.594 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T04:51:35.594 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T04:51:35.594 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.inplace_update_support: 0 2024-09-11T04:51:35.594 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T04:51:35.594 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T04:51:35.594 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T04:51:35.594 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.bloom_locality: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.max_successive_merges: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.ttl: 2592000 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.enable_blob_files: false 2024-09-11T04:51:35.595 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.min_blob_size: 0 2024-09-11T04:51:35.596 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T04:51:35.596 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T04:51:35.596 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.blob_file_starting_level: 0 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: de3c5c4d-13f3-4b88-934e-2cafaa53102a 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726030295317209, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-11T04:51:35.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726030295318133, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85597, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83744, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77884, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726030295, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "de3c5c4d-13f3-4b88-934e-2cafaa53102a", "db_session_id": "SJCSA1PG4D57I2FWDA47", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726030295318227, "job": 1, "event": "recovery_finished"} 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5558ec18ae00 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: DB pointer 0x5558ec28c000 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout: ** DB Stats ** 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T04:51:35.598 INFO:journalctl@ceph.mon.a.smithi103.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: ** Compaction Stats [default] ** 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T04:51:35.599 INFO:journalctl@ceph.mon.a.smithi103.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: L0 2/0 85.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: Sum 2/0 85.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.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 131.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: ** Compaction Stats [default] ** 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.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 131.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-09-11T04:51:35.600 INFO:journalctl@ceph.mon.a.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T04:51:35.601 INFO:journalctl@ceph.mon.a.smithi103.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T04:51:35.601 INFO:journalctl@ceph.mon.a.smithi103.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T04:51:35.601 INFO:journalctl@ceph.mon.a.smithi103.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T04:51:35.601 INFO:journalctl@ceph.mon.a.smithi103.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T04:51:35.601 INFO:journalctl@ceph.mon.a.smithi103.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T04:51:35.601 INFO:journalctl@ceph.mon.a.smithi103.stdout: Cumulative compaction: 0.00 GB write, 26.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T04:51:35.601 INFO:journalctl@ceph.mon.a.smithi103.stdout: Interval compaction: 0.00 GB write, 26.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T04:51:35.601 INFO:journalctl@ceph.mon.a.smithi103.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout: Block cache BinnedLRUCache@0x5558ec15b610#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: starting mon.a rank 0 at public addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] at bind addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a@-1(???) e1 preinit fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a@-1(???).mds e1 new map 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a@-1(???).mds e1 print_map 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout: e1 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout: btime 2024-09-11T04:51:30:476309+0000 2024-09-11T04:51:35.602 INFO:journalctl@ceph.mon.a.smithi103.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T04:51:35.603 INFO:journalctl@ceph.mon.a.smithi103.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-11T04:51:35.603 INFO:journalctl@ceph.mon.a.smithi103.stdout: legacy client fscid: -1 2024-09-11T04:51:35.603 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout: No filesystems configured 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 bash[29335]: c6be43cede76b00f927c9b9f1fc3546703cccaaec87eaab3987b138aac8075ed 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 systemd[1]: Started Ceph mon.a for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: monmap epoch 1 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:35.604 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: last_changed 2024-09-11T04:51:27.517897+0000 2024-09-11T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: min_mon_release 19 (squid) 2024-09-11T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: election_strategy: 1 2024-09-11T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: fsmap 2024-09-11T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: osdmap e1: 0 total, 0 up, 0 in 2024-09-11T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:35 smithi103 ceph-mon[29354]: mgrmap e1: no daemons active 2024-09-11T04:51:36.339 INFO:teuthology.orchestra.run.smithi103.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-11T04:51:36.352 INFO:teuthology.orchestra.run.smithi103.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:51:36.352 INFO:teuthology.orchestra.run.smithi103.stdout:Creating mgr... 2024-09-11T04:51:36.352 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-11T04:51:36.353 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-11T04:51:36.576 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.a 2024-09-11T04:51:36.576 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to reset failed state of unit ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.a.service: Unit ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.a.service not loaded. 2024-09-11T04:51:36.727 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-667b0474-6ff9-11ef-bcea-c7b262605968.target.wants/ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-667b0474-6ff9-11ef-bcea-c7b262605968@.service. 2024-09-11T04:51:36.960 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:36 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2880901321' entity='client.admin' 2024-09-11T04:51:37.232 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:51:37 smithi103 podman[29566]: 2024-09-11 04:51:37.177145136 +0000 UTC m=+0.329488336 container start 50efc7a0726f8be6c0505c9f5bc50948aca69f4f3b941cb9fae50abaaa16e5cd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T04:51:37.248 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T04:51:37.248 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout disabled 2024-09-11T04:51:37.257 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T04:51:37.257 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-09-11T04:51:37.257 INFO:teuthology.orchestra.run.smithi103.stdout:firewalld.service is not enabled 2024-09-11T04:51:37.257 INFO:teuthology.orchestra.run.smithi103.stdout:Not possible to enable service . firewalld.service is not available 2024-09-11T04:51:37.267 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T04:51:37.268 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout disabled 2024-09-11T04:51:37.277 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T04:51:37.277 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-09-11T04:51:37.277 INFO:teuthology.orchestra.run.smithi103.stdout:firewalld.service is not enabled 2024-09-11T04:51:37.277 INFO:teuthology.orchestra.run.smithi103.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-11T04:51:37.277 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mgr to start... 2024-09-11T04:51:37.277 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mgr... 2024-09-11T04:51:37.493 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:51:37 smithi103 bash[29566]: 50efc7a0726f8be6c0505c9f5bc50948aca69f4f3b941cb9fae50abaaa16e5cd 2024-09-11T04:51:37.493 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:51:37 smithi103 systemd[1]: Started Ceph mgr.a for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:51:38.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:37 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1112680221' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-11T04:51:38.316 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:38.322 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-09-11T04:51:38.322 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsid": "667b0474-6ff9-11ef-bcea-c7b262605968", 2024-09-11T04:51:38.322 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T04:51:38.322 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T04:51:38.322 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T04:51:38.323 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T04:51:38.323 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:38.323 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T04:51:38.323 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T04:51:38.323 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 0 2024-09-11T04:51:38.323 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:38.323 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T04:51:38.323 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "a" 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T04:51:38.324 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T04:51:38.325 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:38.326 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "btime": "2024-09-11T04:51:30:476309+0000", 2024-09-11T04:51:38.326 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T04:51:38.326 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T04:51:38.326 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:38.326 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T04:51:38.326 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-11T04:51:38.326 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T04:51:38.326 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T04:51:30.476965+0000", 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-09-11T04:51:38.327 INFO:teuthology.orchestra.run.smithi103.stdout:mgr not available, waiting (1/15)... 2024-09-11T04:51:41.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:40 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1548870362' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-11T04:51:41.371 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:41.371 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-09-11T04:51:41.371 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsid": "667b0474-6ff9-11ef-bcea-c7b262605968", 2024-09-11T04:51:41.371 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T04:51:41.371 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T04:51:41.371 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T04:51:41.371 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 0 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "a" 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-11T04:51:41.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T04:51:41.373 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "btime": "2024-09-11T04:51:30:476309+0000", 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T04:51:41.374 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T04:51:30.476965+0000", 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T04:51:41.375 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-09-11T04:51:41.376 INFO:teuthology.orchestra.run.smithi103.stdout:mgr not available, waiting (2/15)... 2024-09-11T04:51:42.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: Activating manager daemon a 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: mgrmap e2: a(active, starting, since 0.00320704s) 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: Manager daemon a is now available 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' 2024-09-11T04:51:42.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:42 smithi103 ceph-mon[29354]: from='mgr.14100 172.21.15.103:0/3390861598' entity='mgr.a' 2024-09-11T04:51:44.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:44 smithi103 ceph-mon[29354]: mgrmap e3: a(active, since 1.00808s) 2024-09-11T04:51:45.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:45 smithi103 ceph-mon[29354]: mgrmap e4: a(active, since 2s) 2024-09-11T04:51:47.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:46 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2307024826' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsid": "667b0474-6ff9-11ef-bcea-c7b262605968", 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:53.236 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 0 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "a" 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:53.237 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T04:51:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "btime": "2024-09-11T04:51:30:476309+0000", 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T04:51:53.239 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T04:51:30.476965+0000", 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T04:51:53.240 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-09-11T04:51:53.241 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T04:51:53.241 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-09-11T04:51:53.241 INFO:teuthology.orchestra.run.smithi103.stdout:mgr is available 2024-09-11T04:51:54.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:54 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/3798109005' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-11T04:51:54.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:54 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/3798109005' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T04:51:54.741 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:54.741 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [global] 2024-09-11T04:51:54.741 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout fsid = 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:51:54.741 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.103:3300,v1:172.21.15.103:6789] 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [osd] 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T04:51:54.742 INFO:teuthology.orchestra.run.smithi103.stdout:Enabling cephadm module... 2024-09-11T04:51:55.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:55 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/219452753' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-11T04:51:55.820 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:51:55 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: ignoring --setuser ceph since I am not root 2024-09-11T04:51:55.820 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:51:55 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: ignoring --setgroup ceph since I am not root 2024-09-11T04:51:56.642 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:56 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/219452753' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T04:51:56.642 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:56 smithi103 ceph-mon[29354]: mgrmap e5: a(active, since 13s) 2024-09-11T04:51:57.196 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-09-11T04:51:57.196 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-11T04:51:57.196 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T04:51:57.196 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-11T04:51:57.196 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-11T04:51:57.196 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-09-11T04:51:57.196 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for the mgr to restart... 2024-09-11T04:51:57.196 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mgr epoch 5... 2024-09-11T04:51:57.443 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:51:57 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/860102904' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-11T04:52:00.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: Active manager daemon a restarted 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: Activating manager daemon a 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: osdmap e2: 0 total, 0 up, 0 in 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: mgrmap e6: a(active, starting, since 0.00344605s) 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-11T04:52:00.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:00 smithi103 ceph-mon[29354]: Manager daemon a is now available 2024-09-11T04:52:02.112 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:02.112 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:02.112 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: Found migration_current of "None". Setting to last migration. 2024-09-11T04:52:02.112 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:02.112 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:02.112 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:02.113 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:02.113 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-11T04:52:02.113 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-11T04:52:02.113 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:01 smithi103 ceph-mon[29354]: mgrmap e7: a(active, since 1.0054s) 2024-09-11T04:52:02.115 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-09-11T04:52:02.115 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-11T04:52:02.115 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-11T04:52:02.115 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-09-11T04:52:02.115 INFO:teuthology.orchestra.run.smithi103.stdout:mgr epoch 5 is available 2024-09-11T04:52:02.115 INFO:teuthology.orchestra.run.smithi103.stdout:Setting orchestrator backend to cephadm... 2024-09-11T04:52:02.441 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: 2024-09-11T04:52:02.200+0000 7f6974c8e640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:04:52:02] ENGINE Error in HTTPServer.serve 2024-09-11T04:52:02.441 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: Traceback (most recent call last): 2024-09-11T04:52:02.441 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T04:52:02.441 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: self._connections.run(self.expiration_interval) 2024-09-11T04:52:02.441 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T04:52:02.441 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: self._run(expiration_interval) 2024-09-11T04:52:02.441 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: s = self.context.wrap_socket( 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: return self.sslsocket_class._create( 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: self.do_handshake() 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: self._sslobj.do_handshake() 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T04:52:02.442 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: 2024-09-11T04:52:03.026 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:02] ENGINE Bus STARTING 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:02] ENGINE Serving on https://172.21.15.103:7150 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:02] ENGINE Error in HTTPServer.serve 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout: Traceback (most recent call last): 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout: self._connections.run(self.expiration_interval) 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout: self._run(expiration_interval) 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T04:52:03.027 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: s = self.context.wrap_socket( 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: return self.sslsocket_class._create( 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: self.do_handshake() 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: self._sslobj.do_handshake() 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:02] ENGINE Serving on http://172.21.15.103:8765 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:02] ENGINE Bus STARTED 2024-09-11T04:52:03.028 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:03.029 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:03.029 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:02 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:04.183 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:03 smithi103 ceph-mon[29354]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:04.183 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:03 smithi103 ceph-mon[29354]: mgrmap e8: a(active, since 2s) 2024-09-11T04:52:04.436 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-11T04:52:04.436 INFO:teuthology.orchestra.run.smithi103.stdout:Generating ssh key... 2024-09-11T04:52:05.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:04 smithi103 ceph-mon[29354]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:05.820 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: Generating public/private rsa key pair. 2024-09-11T04:52:05.820 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: Your identification has been saved in /tmp/tmpl5i6gx8o/key 2024-09-11T04:52:05.820 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: Your public key has been saved in /tmp/tmpl5i6gx8o/key.pub 2024-09-11T04:52:05.820 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: The key fingerprint is: 2024-09-11T04:52:05.820 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: SHA256:Dyoiqxm0Xchzk5XWm8g99J4ZP3zCkfX/kRZD6lSpTig ceph-667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:52:05.820 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: The key's randomart image is: 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: +---[RSA 3072]----+ 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: | | 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: | o .| 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: | + o = | 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: | . . = + + . B .| 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: | . + = oSE + B o.| 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: |. o + .. o+ % . =| 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: |o.... . .+ O =.| 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: | = . . = o| 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: |= .| 2024-09-11T04:52:05.821 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:05 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: +----[SHA256]-----+ 2024-09-11T04:52:06.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:06 smithi103 ceph-mon[29354]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:06.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:06 smithi103 ceph-mon[29354]: Generating ssh key... 2024-09-11T04:52:06.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:06 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:06.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:06 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:07.556 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:07 smithi103 ceph-mon[29354]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:07.558 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9np0VSgzJGleswteCZiIErvRZJUxNoKubO1/Wg9sKOe2hp9q/bO3KuMGMbCyNI8ECdBB4OShjR3DPvautjm+b6EVBUR1GapO8hzUmGI3PiVEtoV7pLwdR9ou4shPAvcFNtyrlBQlbSw2LW33EjPEKjSEdwUIQcH4C4mG0B0G4VVCOgUV4HXulcyl+WXBb6Gw8Csb37NXx5QOAHnqKvod8pWgy0uvnLMsXB1nJ7nlPQ2bj6lS/zWvA3eo2ZdMNKAXgKt07orlnUub27FsQbTGxSmG8Sj/GnPpEym6adLEiAA65YY6+jeS8dLDjMjhaYggXwbyCdpLl4+KOI9u8OSiYoBjFq+7Apmx8aY71DLRb+AwAu3nEu4yBTuMub6zSh6vfzbxb2MCSJqOocz+KyEIC+8pfECXsLsiE+If7h5zFeyWS0qFoYJ+Jc+NtyERQjupc0UFV7L0X3BOVT93+Kb6A6foK5idACE4h+lD1D/U3HHw1NuhR6JSy2jDt+kn0Ajs= ceph-667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:52:07.559 INFO:teuthology.orchestra.run.smithi103.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-11T04:52:07.559 INFO:teuthology.orchestra.run.smithi103.stdout:Adding key to root@localhost authorized_keys... 2024-09-11T04:52:07.564 INFO:teuthology.orchestra.run.smithi103.stdout:Adding host smithi103... 2024-09-11T04:52:08.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:08 smithi103 ceph-mon[29354]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi103", "addr": "172.21.15.103", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:09.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:09 smithi103 ceph-mon[29354]: Deploying cephadm binary to smithi103 2024-09-11T04:52:12.051 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout Added host 'smithi103' with addr '172.21.15.103' 2024-09-11T04:52:12.051 INFO:teuthology.orchestra.run.smithi103.stdout:Deploying unmanaged mon service... 2024-09-11T04:52:12.675 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:12 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:12.675 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:12 smithi103 ceph-mon[29354]: Added host smithi103 2024-09-11T04:52:12.675 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:12 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:13.319 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-11T04:52:13.319 INFO:teuthology.orchestra.run.smithi103.stdout:Deploying unmanaged mgr service... 2024-09-11T04:52:13.909 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:13 smithi103 ceph-mon[29354]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:13.909 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:13 smithi103 ceph-mon[29354]: Saving service mon spec with placement count:5 2024-09-11T04:52:13.909 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:13 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:15.279 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:14 smithi103 ceph-mon[29354]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:15.279 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:14 smithi103 ceph-mon[29354]: Saving service mgr spec with placement count:2 2024-09-11T04:52:15.279 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:14 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:15.280 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:14 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:15.281 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-11T04:52:16.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:16 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:16.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:16 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/3209944060' entity='client.admin' 2024-09-11T04:52:18.021 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:17 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:18.021 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:17 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/720816956' entity='client.admin' 2024-09-11T04:52:18.299 INFO:teuthology.orchestra.run.smithi103.stdout:Enabling the dashboard module... 2024-09-11T04:52:19.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:19 smithi103 ceph-mon[29354]: from='mgr.14118 172.21.15.103:0/1836219297' entity='mgr.a' 2024-09-11T04:52:19.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:19 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/450304003' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-11T04:52:19.570 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:19 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: ignoring --setuser ceph since I am not root 2024-09-11T04:52:19.571 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:19 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: ignoring --setgroup ceph since I am not root 2024-09-11T04:52:20.419 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:20 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/450304003' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T04:52:20.419 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:20 smithi103 ceph-mon[29354]: mgrmap e9: a(active, since 18s) 2024-09-11T04:52:21.693 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:21 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/741546389' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-11T04:52:21.696 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-09-11T04:52:21.696 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-11T04:52:21.696 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T04:52:21.696 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-11T04:52:21.696 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-11T04:52:21.696 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-09-11T04:52:21.696 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for the mgr to restart... 2024-09-11T04:52:21.696 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mgr epoch 9... 2024-09-11T04:52:24.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: Active manager daemon a restarted 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: Activating manager daemon a 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: osdmap e3: 0 total, 0 up, 0 in 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: mgrmap e10: a(active, starting, since 0.0037713s) 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-11T04:52:24.778 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:24 smithi103 ceph-mon[29354]: Manager daemon a is now available 2024-09-11T04:52:25.793 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:25.794 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-11T04:52:25.794 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-11T04:52:25.794 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:25 smithi103 ceph-mon[29354]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T04:52:25.794 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:25 smithi103 ceph-mon[29354]: mgrmap e11: a(active, since 1.00576s) 2024-09-11T04:52:25.794 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:25 smithi103 ceph-mon[29354]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T04:52:26.038 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-09-11T04:52:26.038 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-11T04:52:26.038 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-11T04:52:26.038 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-09-11T04:52:26.038 INFO:teuthology.orchestra.run.smithi103.stdout:mgr epoch 9 is available 2024-09-11T04:52:26.038 INFO:teuthology.orchestra.run.smithi103.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-11T04:52:26.450 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: 2024-09-11T04:52:26.147+0000 7f9906296640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:04:52:26] ENGINE Error in HTTPServer.serve 2024-09-11T04:52:26.450 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: Traceback (most recent call last): 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: self._connections.run(self.expiration_interval) 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: self._run(expiration_interval) 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T04:52:26.451 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: s = self.context.wrap_socket( 2024-09-11T04:52:26.452 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T04:52:26.452 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: return self.sslsocket_class._create( 2024-09-11T04:52:26.452 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T04:52:26.452 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: self.do_handshake() 2024-09-11T04:52:26.452 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T04:52:26.452 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: self._sslobj.do_handshake() 2024-09-11T04:52:26.452 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T04:52:26.452 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: 2024-09-11T04:52:26.757 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:26] ENGINE Bus STARTING 2024-09-11T04:52:26.757 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:26] ENGINE Serving on https://172.21.15.103:7150 2024-09-11T04:52:26.757 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:26] ENGINE Error in HTTPServer.serve 2024-09-11T04:52:26.757 INFO:journalctl@ceph.mon.a.smithi103.stdout: Traceback (most recent call last): 2024-09-11T04:52:26.757 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T04:52:26.757 INFO:journalctl@ceph.mon.a.smithi103.stdout: self._connections.run(self.expiration_interval) 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: self._run(expiration_interval) 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: s = self.context.wrap_socket( 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: return self.sslsocket_class._create( 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: self.do_handshake() 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T04:52:26.758 INFO:journalctl@ceph.mon.a.smithi103.stdout: self._sslobj.do_handshake() 2024-09-11T04:52:26.759 INFO:journalctl@ceph.mon.a.smithi103.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T04:52:26.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:26] ENGINE Serving on http://172.21.15.103:8765 2024-09-11T04:52:26.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:26 smithi103 ceph-mon[29354]: [11/Sep/2024:04:52:26] ENGINE Bus STARTED 2024-09-11T04:52:27.710 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:27 smithi103 ceph-mon[29354]: mgrmap e12: a(active, since 2s) 2024-09-11T04:52:27.710 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:27.710 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:27 smithi103 ceph-mon[29354]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:27.710 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:28.349 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFETCCAvmgAwIBAgIUZZOl+288zzzz4/YfZ39ZPe2LPRwwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA0NTIyN1oXDTM0\nMDkxMjA0NTIyN1owGDEWMBQGA1UEAwwNMTcyLjIxLjE1LjEwMzCCAiIwDQYJKoZI\nhvcNAQEBBQADggIPADCCAgoCggIBALga06f3e6WmJlc+7kypV0lqwnhAovGQuvuM\n+19zBzIHNIpHd5gNwZJX25200c/BF957KpkRCUnDPE++DaGU9QcY6N9UyJoW2TJb\nYrdgXeFrz/TkEYdTKmSxCpMz6PIEZX582Zlr0j9Itx0ZsG6767lGUw9WsN/1t+se\nS2sppV9ge56jmwWRdvOXtN4IZ4Ft7F1lkKpOK6cTFcrIrZwUzQ9U5IOLzpb84pYK\nwZNTpKbbo+RugK5wrEcv/bQgFdVbSQni6THlxsGsbchA5NWri9cets9ElN9tzLQk\nOYIGEVZ7aa5OOoBoR4xfwcl8RZdxePK7zhjT7tFJsURlRJiTacxQIpZ36oNnayBU\nHJyzKprKR6aEei7+Cuplm23fOChWGeciLzjSOlxFCWRiX8SuotMjnLvMiZyIWSU/\nQsoj36dqodzb/2EbRYw4glRWjJTbwsXE+ZEwYJDVFf8fwhRc/Qu1tw5DdWg8SI9x\neLI6dcqtoLJl6qTdK4RuN98rSRWc7a5n41tyigxuAnEpQ3JpVnL+Dkfy0GNQUU1t\ndSugs+cvlDhEH3tLXoOcN5H2nS5q+BXWuH8HqklMig/GNjN+/PGpyHL8vfi7TVWM\nlEClK31YPQ+gc3O1CgTjyaMBWHolUD14hnI7lefbp/t+PX9nBxiJZvtgB+LwDRax\nhbnd1gF5AgMBAAGjVDBSMEIGA1UdEQQ7MDmCHnNtaXRoaTEwMy5mcm9udC5zZXBp\nYS5jZXBoLmNvbYIRZGFzaGJvYXJkX3NlcnZlcnOHBKwVD2cwDAYDVR0TAQH/BAIw\nADANBgkqhkiG9w0BAQsFAAOCAgEAq2/1LbBMdMZDxDeVOKKJSrlk+ygAtGRPvh/p\nOvaomwjz8d+Nbw1PMulH/iJWmuRCxDIZ2VCoAgxh6A+P6FydKI2hGb49G2SNgN72\n98886Ak2Cr1xeq5IUMxAPGNlMRE8h3fH+tKnGMo5n9IGw6kG9DTQOMNzJzl+HU7J\ntBOMOHOa5p2k1zfGh218OfWcca6Nv3LRWx/jG/WhLO4OLWqQDPrwtrUbfKJUEN6y\n9nrKRZ0TiwAPbQhuxj500yGnUmp/o0eQrwYVQX9t1XHJrkIvM1e6deELjp9XhGUX\nYjp6WOWwT1pZGo2ZouMMYJWmpna8Nr0nkhozCMLFjOGsNs6g6mJNEtpQ4B22BAHi\n5oLsl2gyVDb3DcoUix/1E/hHiSCRGv9ZmSq5JYpLg14wsag5lSs5+rz7vca2RMbn\nFrMGmPh70Dr8U0JMiq7ppE9tRSbp2RiY+RmPeO4E0uG3ZtKhvXFZ24XJyl26l3kw\nh+21HDRJu6so7r++FnCzBoISygF9fGOrEgYbZULXoxg0ZPdUxseuhuUalB46E7nq\nY7xdegvpvv6c3mSz/fmJhChAcmc8+EO1oQjQ3u0gIBOnJW3mxbnwk9fcU+ll2sAu\nJIw4FEywEJNvuOXvaVeTzWE1l6EDiokGUhVIIBzNM1Jw0ws1JHe/USaQiADvkTQB\nQ1L3kOM=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAuBrTp/d7paYmVz7uTKlXSWrCeECi8ZC6+4z7X3MHMgc0ikd3\nmA3BklfbnbTRz8EX3nsqmREJScM8T74NoZT1Bxjo31TImhbZMltit2Bd4WvP9OQR\nh1MqZLEKkzPo8gRlfnzZmWvSP0i3HRmwbrvruUZTD1aw3/W36x5LaymlX2B7nqOb\nBZF285e03ghngW3sXWWQqk4rpxMVysitnBTND1Tkg4vOlvzilgrBk1Okptuj5G6A\nrnCsRy/9tCAV1VtJCeLpMeXGwaxtyEDk1auL1x62z0SU323MtCQ5ggYRVntprk46\ngGhHjF/ByXxFl3F48rvOGNPu0UmxRGVEmJNpzFAilnfqg2drIFQcnLMqmspHpoR6\nLv4K6mWbbd84KFYZ5yIvONI6XEUJZGJfxK6i0yOcu8yJnIhZJT9CyiPfp2qh3Nv/\nYRtFjDiCVFaMlNvCxcT5kTBgkNUV/x/CFFz9C7W3DkN1aDxIj3F4sjp1yq2gsmXq\npN0rhG433ytJFZztrmfjW3KKDG4CcSlDcmlWcv4OR/LQY1BRTW11K6Cz5y+UOEQf\ne0teg5w3kfadLmr4Fda4fweqSUyKD8Y2M3788anIcvy9+LtNVYyUQKUrfVg9D6Bz\nc7UKBOPJowFYeiVQPXiGcjuV59un+349f2cHGIlm+2AH4vANFrGFud3WAXkCAwEA\nAQKCAgAeXGA0xjmoIO0YPLrQPin0o8xDyAcHFtLbKo4G2OGiJLGLr0r/8p7OSzpe\nuOPT4thUmpO1D+vr8+w1i1ZUpAu/eqJmuCTn0mZJqWvvaU86Hk06acUhP7wRRGgF\nzAz5onN5Z038QN14jb2S6TphHJD8aiZG9IkxOeS1e7a8yq6ourDQQdNOGQXYmJdd\neV3WaKIO6fGwQDlvMVTJ7wvAXmbNxTZ1IiB04mncjBQNv4C6+qQ9xuJmQhMLH1Uz\nuAnZuFbkcDz8O1QqeszU9iy2tvZWCMzlg/4YFZOpToMEWAtSa4JLWj/IDspj0iPT\nXjDcz3v+ba3IhuTOs1wuNxQXpFHRNcFkf/D3VHh1KQt+0Jzf8MeNwhK0jthZwxaZ\n4gbwq+GCneCGR5MX0yfPkY42/13p9hSTacB8pBuLRn8znqkmEYhGnrIDU32X9BOE\nIoX7o4dunF18VwFbpwQvr4rEWKASIHgl0jZVcrQhYC9g7kKK5CF0WjgqUtqj+iT3\nYP07cVkz3+YDXwVdEcdGAiySI5nm3/83DuU/Ixwn+gy+/iVAm9O+NZQrKVrGpNf+\nJGvVbfxIlPu/frCRWJQdvW5HJvCRdHpdewgoZmrkd+Sygu+I/pysNv+W9JZQakGX\n2owIFTnYt448MmGjDpfiZXdiC8kU/WmXdYWJweSZb0RguDHHLQKCAQEA6o6VsFw9\nNPyszj3CNy9H6cUaCE6oPDITIwMbR8mV2jfDDGox/+zxfJdWEd12MbiFJnNKftx7\nW42Tt6wiWz5e4Ek24GSmOKMi5GOT2exk2UlDouV0Y999YHP9/pPYJ2q3ar9q6j+B\nFtdUn5vMhcTl0O8I3BpxxYkpZ7BjmZtzOwgLjHDLABCCj/FpiA9H4hDQCHAldPoi\nob8f8iXxljH0d/aLpTSm6Oah9LUiqJB5Fat0U9VtJE3nUtHrjJmRJfHLTQSOcI5x\ntztfgWUf+jS6GMflsO1UnQWFxb+DCT1AZ1KjhbhAJfdqXQQDj3ZmYeJFoFVgVtxE\nwSMj+Q3kLP6VnQKCAQEAyO9+KcF3cvcJnRp+dXmpVG7OFRYaxjUiMclfX5a6cpgH\n/spJjO7YKxFeDZNUhSwTKcHUx6K1wOdeGtZjPNYok6uyP09Jj+SKRdTzcqUZQ6QZ\nggBjcdUthppfXJyWmaxwGZ8VmUSAgUSUFOJiSefxuc0cELt6hmlvOrxvC7cocPtk\nnjVMUUW0N0Y9ube29PbU2hp9FzB08C0dxD9Wfcj19FuqHTxIUxjbOfqcEB2KkLHT\nKICm8bIdq9+z3bT+ddRb7D7qpLjIGWkvJsf2YMOi9yBYh32YaDJUjPhZ8GYnxo4X\ndG0ZDP7Cp4f0CjA/p7DaaEtHpOMJBJJDlxSI0d3ijQKCAQAaGgXkW09gXyHnzY2Y\nUIWjKRDtjbtA/52LjuPxSCiJ4Ryue/7WaQqyf7DPSiLGA6+liLzogyajGI0wqlIk\nbztloCAgNnMc6GKQodgpLxpF59ZEAV7DYnJ0UlQYiWFLeZ+xnF2MdcaqwQmkvVS0\nKiYc6wzEWZkBj3LxG/rpdBgNoKaQWVjtx+iPliDVSEYKjS5pUfmJG/DQqREoBDrv\nKN34n5IIr2RHlKq/LY0Ozwz6cVr/nUeI+7ZbTAr3WXuCinbCOliTg/Z5mnzVTGiT\nklyHN2+DEdYRpzSsvdQaKhvJo7OYxNk2oGLQuQqgY1+fUuvGnNmcsORhzcRKCdaz\nfx0tAoIBAFDohn+fxE5JhNh6s5LwAyvZVigNd4h6GqO7dyjRU5ATAZ0prQYPooFt\nA9cpjO32ulylDN25+b+MKktaKilz/nC/wQ1XCsLi/n5x6fku24ZuDEtZhrFual95\nx45OCyIj2hunABZwC+KBT7M9GOCzgZUULwnZw9NdnwkimQA5pxIfV/uQcIOFMrTT\nFsWyYPwwa7LK2bW9sEiJkiPUcSpDAi57vnr5LBIxvwyQici/bG0o/WKgsxg9ZU8w\ny4cpexDNCpqNFwRu1zvMK81M1TtPa05g+uTLwNOr+HmvAuAW8ks0KeOajmy6JH06\n9BwqI2eNgdRfA6E0PgxWLNsnzJPc6X0CggEBAMoZ/3mrF1r2+nF1UNBxmsE2zKmN\nMDxk0cI9hN7k2cDudRj9SVfJI7XjeTzb0IMXktrt1vtACCM4z9TpRwjSZJPlq+tl\n1Zff70AUkVJq9wU5tGh6Ge+aJBfy63bN/yBmUP8VekSBxrXp61juJD8G0MY5Zv9j\n/NVMalqrQBs/JhuvxnDhjoA9vjEiMI3KteZ9jSQs1y5GmIp9dyPKdwtd4yP6UJSo\nozQe/Ard0MaxVh77YfpLcJsZdncwZ1+JUm3U6P/Cw8smyXWE0ebz+exXIgBZJ3A8\nWzTaMJOLbheLDaZgywupYfKN5RI5xaOCvwfc1+0U6aUWie2I2cLezjjefB4=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-11T04:52:30.069 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-11T04:52:30.503 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:30 smithi103 ceph-mon[29354]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:30.503 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:30 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:31.260 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-11T04:52:31.260 INFO:teuthology.orchestra.run.smithi103.stdout:Creating initial admin user... 2024-09-11T04:52:32.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:31 smithi103 ceph-mon[29354]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:32.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:32.708 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$CrZex3F42liTpSu1NRlZc.rKnLbZYEuL5cmCyYCMN7c6SMSICGuiO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726030352, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T04:52:32.709 INFO:teuthology.orchestra.run.smithi103.stdout:Fetching dashboard port number... 2024-09-11T04:52:33.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:33 smithi103 ceph-mon[29354]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:33.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:33 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:33.831 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 8443 2024-09-11T04:52:33.841 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T04:52:33.841 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout disabled 2024-09-11T04:52:33.848 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T04:52:33.848 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-09-11T04:52:33.849 INFO:teuthology.orchestra.run.smithi103.stdout:firewalld.service is not enabled 2024-09-11T04:52:33.849 INFO:teuthology.orchestra.run.smithi103.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-11T04:52:33.851 INFO:teuthology.orchestra.run.smithi103.stdout:Ceph Dashboard is now available at: 2024-09-11T04:52:33.851 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:33.851 INFO:teuthology.orchestra.run.smithi103.stdout: URL: https://smithi103.front.sepia.ceph.com:8443/ 2024-09-11T04:52:33.851 INFO:teuthology.orchestra.run.smithi103.stdout: User: admin 2024-09-11T04:52:33.851 INFO:teuthology.orchestra.run.smithi103.stdout: Password: 82mnuyihv4 2024-09-11T04:52:33.851 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:33.851 INFO:teuthology.orchestra.run.smithi103.stdout:Saving cluster configuration to /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config directory 2024-09-11T04:52:34.516 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:34 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1170246507' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-11T04:52:35.157 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-11T04:52:35.157 INFO:teuthology.orchestra.run.smithi103.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-11T04:52:35.157 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:35.157 INFO:teuthology.orchestra.run.smithi103.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:52:35.157 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:35.157 INFO:teuthology.orchestra.run.smithi103.stdout:Or, if you are only running a single cluster on this host: 2024-09-11T04:52:35.157 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:35.157 INFO:teuthology.orchestra.run.smithi103.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout: ceph telemetry on 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout:For more information see: 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:35.158 INFO:teuthology.orchestra.run.smithi103.stdout:Bootstrap complete. 2024-09-11T04:52:35.197 INFO:tasks.cephadm:Fetching config... 2024-09-11T04:52:35.197 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:52:35.197 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T04:52:35.213 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T04:52:35.213 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:52:35.213 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T04:52:35.268 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T04:52:35.268 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:52:35.268 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-11T04:52:35.333 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T04:52:35.334 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:52:35.334 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T04:52:35.389 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T04:52:35.389 DEBUG:teuthology.orchestra.run.smithi103:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9np0VSgzJGleswteCZiIErvRZJUxNoKubO1/Wg9sKOe2hp9q/bO3KuMGMbCyNI8ECdBB4OShjR3DPvautjm+b6EVBUR1GapO8hzUmGI3PiVEtoV7pLwdR9ou4shPAvcFNtyrlBQlbSw2LW33EjPEKjSEdwUIQcH4C4mG0B0G4VVCOgUV4HXulcyl+WXBb6Gw8Csb37NXx5QOAHnqKvod8pWgy0uvnLMsXB1nJ7nlPQ2bj6lS/zWvA3eo2ZdMNKAXgKt07orlnUub27FsQbTGxSmG8Sj/GnPpEym6adLEiAA65YY6+jeS8dLDjMjhaYggXwbyCdpLl4+KOI9u8OSiYoBjFq+7Apmx8aY71DLRb+AwAu3nEu4yBTuMub6zSh6vfzbxb2MCSJqOocz+KyEIC+8pfECXsLsiE+If7h5zFeyWS0qFoYJ+Jc+NtyERQjupc0UFV7L0X3BOVT93+Kb6A6foK5idACE4h+lD1D/U3HHw1NuhR6JSy2jDt+kn0Ajs= ceph-667b0474-6ff9-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T04:52:35.463 INFO:teuthology.orchestra.run.smithi103.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9np0VSgzJGleswteCZiIErvRZJUxNoKubO1/Wg9sKOe2hp9q/bO3KuMGMbCyNI8ECdBB4OShjR3DPvautjm+b6EVBUR1GapO8hzUmGI3PiVEtoV7pLwdR9ou4shPAvcFNtyrlBQlbSw2LW33EjPEKjSEdwUIQcH4C4mG0B0G4VVCOgUV4HXulcyl+WXBb6Gw8Csb37NXx5QOAHnqKvod8pWgy0uvnLMsXB1nJ7nlPQ2bj6lS/zWvA3eo2ZdMNKAXgKt07orlnUub27FsQbTGxSmG8Sj/GnPpEym6adLEiAA65YY6+jeS8dLDjMjhaYggXwbyCdpLl4+KOI9u8OSiYoBjFq+7Apmx8aY71DLRb+AwAu3nEu4yBTuMub6zSh6vfzbxb2MCSJqOocz+KyEIC+8pfECXsLsiE+If7h5zFeyWS0qFoYJ+Jc+NtyERQjupc0UFV7L0X3BOVT93+Kb6A6foK5idACE4h+lD1D/U3HHw1NuhR6JSy2jDt+kn0Ajs= ceph-667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:52:35.478 DEBUG:teuthology.orchestra.run.smithi137:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9np0VSgzJGleswteCZiIErvRZJUxNoKubO1/Wg9sKOe2hp9q/bO3KuMGMbCyNI8ECdBB4OShjR3DPvautjm+b6EVBUR1GapO8hzUmGI3PiVEtoV7pLwdR9ou4shPAvcFNtyrlBQlbSw2LW33EjPEKjSEdwUIQcH4C4mG0B0G4VVCOgUV4HXulcyl+WXBb6Gw8Csb37NXx5QOAHnqKvod8pWgy0uvnLMsXB1nJ7nlPQ2bj6lS/zWvA3eo2ZdMNKAXgKt07orlnUub27FsQbTGxSmG8Sj/GnPpEym6adLEiAA65YY6+jeS8dLDjMjhaYggXwbyCdpLl4+KOI9u8OSiYoBjFq+7Apmx8aY71DLRb+AwAu3nEu4yBTuMub6zSh6vfzbxb2MCSJqOocz+KyEIC+8pfECXsLsiE+If7h5zFeyWS0qFoYJ+Jc+NtyERQjupc0UFV7L0X3BOVT93+Kb6A6foK5idACE4h+lD1D/U3HHw1NuhR6JSy2jDt+kn0Ajs= ceph-667b0474-6ff9-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T04:52:35.627 INFO:teuthology.orchestra.run.smithi137.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9np0VSgzJGleswteCZiIErvRZJUxNoKubO1/Wg9sKOe2hp9q/bO3KuMGMbCyNI8ECdBB4OShjR3DPvautjm+b6EVBUR1GapO8hzUmGI3PiVEtoV7pLwdR9ou4shPAvcFNtyrlBQlbSw2LW33EjPEKjSEdwUIQcH4C4mG0B0G4VVCOgUV4HXulcyl+WXBb6Gw8Csb37NXx5QOAHnqKvod8pWgy0uvnLMsXB1nJ7nlPQ2bj6lS/zWvA3eo2ZdMNKAXgKt07orlnUub27FsQbTGxSmG8Sj/GnPpEym6adLEiAA65YY6+jeS8dLDjMjhaYggXwbyCdpLl4+KOI9u8OSiYoBjFq+7Apmx8aY71DLRb+AwAu3nEu4yBTuMub6zSh6vfzbxb2MCSJqOocz+KyEIC+8pfECXsLsiE+If7h5zFeyWS0qFoYJ+Jc+NtyERQjupc0UFV7L0X3BOVT93+Kb6A6foK5idACE4h+lD1D/U3HHw1NuhR6JSy2jDt+kn0Ajs= ceph-667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:52:35.640 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9np0VSgzJGleswteCZiIErvRZJUxNoKubO1/Wg9sKOe2hp9q/bO3KuMGMbCyNI8ECdBB4OShjR3DPvautjm+b6EVBUR1GapO8hzUmGI3PiVEtoV7pLwdR9ou4shPAvcFNtyrlBQlbSw2LW33EjPEKjSEdwUIQcH4C4mG0B0G4VVCOgUV4HXulcyl+WXBb6Gw8Csb37NXx5QOAHnqKvod8pWgy0uvnLMsXB1nJ7nlPQ2bj6lS/zWvA3eo2ZdMNKAXgKt07orlnUub27FsQbTGxSmG8Sj/GnPpEym6adLEiAA65YY6+jeS8dLDjMjhaYggXwbyCdpLl4+KOI9u8OSiYoBjFq+7Apmx8aY71DLRb+AwAu3nEu4yBTuMub6zSh6vfzbxb2MCSJqOocz+KyEIC+8pfECXsLsiE+If7h5zFeyWS0qFoYJ+Jc+NtyERQjupc0UFV7L0X3BOVT93+Kb6A6foK5idACE4h+lD1D/U3HHw1NuhR6JSy2jDt+kn0Ajs= ceph-667b0474-6ff9-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T04:52:35.771 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9np0VSgzJGleswteCZiIErvRZJUxNoKubO1/Wg9sKOe2hp9q/bO3KuMGMbCyNI8ECdBB4OShjR3DPvautjm+b6EVBUR1GapO8hzUmGI3PiVEtoV7pLwdR9ou4shPAvcFNtyrlBQlbSw2LW33EjPEKjSEdwUIQcH4C4mG0B0G4VVCOgUV4HXulcyl+WXBb6Gw8Csb37NXx5QOAHnqKvod8pWgy0uvnLMsXB1nJ7nlPQ2bj6lS/zWvA3eo2ZdMNKAXgKt07orlnUub27FsQbTGxSmG8Sj/GnPpEym6adLEiAA65YY6+jeS8dLDjMjhaYggXwbyCdpLl4+KOI9u8OSiYoBjFq+7Apmx8aY71DLRb+AwAu3nEu4yBTuMub6zSh6vfzbxb2MCSJqOocz+KyEIC+8pfECXsLsiE+If7h5zFeyWS0qFoYJ+Jc+NtyERQjupc0UFV7L0X3BOVT93+Kb6A6foK5idACE4h+lD1D/U3HHw1NuhR6JSy2jDt+kn0Ajs= ceph-667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:52:35.779 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-11T04:52:35.803 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:35 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1480921630' entity='client.admin' 2024-09-11T04:52:36.029 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:52:37.612 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: mgrmap e13: a(active, since 12s) 2024-09-11T04:52:37.612 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:37.612 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:37.612 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi103", "name": "osd_memory_target"} : dispatch 2024-09-11T04:52:37.613 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:37.613 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:37.613 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:37.613 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/3709479199' entity='client.admin' 2024-09-11T04:52:37.613 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:37.613 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:38.136 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-11T04:52:38.136 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-11T04:52:38.854 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:52:40.310 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi137 2024-09-11T04:52:40.310 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:52:40.310 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.conf 2024-09-11T04:52:40.331 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:52:40.331 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:52:40.389 INFO:tasks.cephadm:Adding host smithi137 to orchestrator... 2024-09-11T04:52:40.390 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch host add smithi137 2024-09-11T04:52:40.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: Updating smithi103:/etc/ceph/ceph.conf 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: Updating smithi103:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: Updating smithi103:/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: Updating smithi103:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:40.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:40.632 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:52:41.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:41 smithi103 ceph-mon[29354]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:42.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:42 smithi103 ceph-mon[29354]: Deploying cephadm binary to smithi137 2024-09-11T04:52:44.412 INFO:teuthology.orchestra.run.smithi103.stdout:Added host 'smithi137' with addr '172.21.15.137' 2024-09-11T04:52:44.983 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T04:52:45.225 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:52:45.656 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:45 smithi103 ceph-mon[29354]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:52:45.656 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:45 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:45.656 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:45 smithi103 ceph-mon[29354]: Added host smithi137 2024-09-11T04:52:45.657 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:45 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:45.657 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:45 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:45.657 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:45 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:45.849 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:45.849 INFO:teuthology.orchestra.run.smithi103.stdout:[{"addr": "172.21.15.103", "hostname": "smithi103", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}] 2024-09-11T04:52:46.412 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-09-11T04:52:46.412 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:52:46.412 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-09-11T04:52:46.432 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:52:46.432 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:52:46.491 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-09-11T04:52:46.491 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch host add smithi204 2024-09-11T04:52:46.732 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:52:47.038 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:46 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:47.039 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:46 smithi103 ceph-mon[29354]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:52:47.040 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:46 smithi103 ceph-mon[29354]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:52:48.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:47 smithi103 ceph-mon[29354]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:49.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: Deploying cephadm binary to smithi204 2024-09-11T04:52:49.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:52:49.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:49.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:49.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:49.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:49.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"} : dispatch 2024-09-11T04:52:49.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:52:49.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:52:50.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:49 smithi103 ceph-mon[29354]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-11T04:52:50.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:49 smithi103 ceph-mon[29354]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:52:50.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:49 smithi103 ceph-mon[29354]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:52:50.456 INFO:teuthology.orchestra.run.smithi103.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-09-11T04:52:51.052 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T04:52:51.291 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:52:51.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T04:52:51.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:51.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:51.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:51.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:52:51.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:51.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:51.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:51.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:51.941 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:52:51.941 INFO:teuthology.orchestra.run.smithi103.stdout:[{"addr": "172.21.15.103", "hostname": "smithi103", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-09-11T04:52:52.215 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:52 smithi103 ceph-mon[29354]: Added host smithi204 2024-09-11T04:52:52.215 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:52 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:52.527 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T04:52:52.528 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T04:52:52.767 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:52:53.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:53 smithi103 ceph-mon[29354]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:52:53.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:53 smithi103 ceph-mon[29354]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:52:54.153 INFO:teuthology.orchestra.run.smithi103.stderr:adjusted tunables profile to default 2024-09-11T04:52:54.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:54 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2239056649' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-11T04:52:54.805 INFO:tasks.cephadm:Adding mon.a on smithi103 2024-09-11T04:52:54.805 INFO:tasks.cephadm:Adding mon.b on smithi137 2024-09-11T04:52:54.805 INFO:tasks.cephadm:Adding mon.c on smithi204 2024-09-11T04:52:54.805 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch apply mon '3;smithi103:172.21.15.103=a;smithi137:172.21.15.137=b;smithi204:172.21.15.204=c' 2024-09-11T04:52:55.051 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-11T04:52:55.097 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:52:55.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2239056649' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T04:52:55.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T04:52:55.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:52:55.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:55.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:55.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:55.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:55.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-11T04:52:55.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:52:55.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:52:55.789 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-09-11T04:52:56.336 DEBUG:teuthology.orchestra.run.smithi137:mon.b> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.b.service 2024-09-11T04:52:56.339 DEBUG:teuthology.orchestra.run.smithi204:mon.c> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.c.service 2024-09-11T04:52:56.341 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T04:52:56.341 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T04:52:56.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: Updating smithi204:/etc/ceph/ceph.conf 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: Updating smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: Updating smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:52:56.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:52:56.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:56 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:52:57.045 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:52:57.471 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:57 smithi103 ceph-mon[29354]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi103:172.21.15.103=a;smithi137:172.21.15.137=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:52:57.471 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:57 smithi103 ceph-mon[29354]: Saving service mon spec with placement smithi103:172.21.15.103=a;smithi137:172.21.15.137=b;smithi204:172.21.15.204=c;count:3 2024-09-11T04:52:57.471 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:57 smithi103 ceph-mon[29354]: Deploying daemon mon.c on smithi204 2024-09-11T04:52:57.471 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:57 smithi103 ceph-mon[29354]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:52:58.739 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:58 smithi103 ceph-mon[29354]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:52:59.011 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:52:59.011 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"667b0474-6ff9-11ef-bcea-c7b262605968","modified":"2024-09-11T04:51:27.517897Z","created":"2024-09-11T04:51:27.517897Z","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.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T04:52:59.012 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-09-11T04:52:59.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:52:59 smithi103 ceph-mon[29354]: from='client.? 172.21.15.204:0/1010418204' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T04:53:00.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:00 smithi204 ceph-mon[33171]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-11T04:53:00.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:00 smithi204 bash[33152]: d523adae2e12de1fb455db755aebd3e4a2773a0c3d6b5282ca6a5d2b8724bb79 2024-09-11T04:53:00.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:00 smithi204 systemd[1]: Started Ceph mon.c for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:53:00.728 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T04:53:00.728 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T04:53:00.979 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T04:53:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:53:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: mon.a calling monitor election 2024-09-11T04:53:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: mon.c calling monitor election 2024-09-11T04:53:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: monmap epoch 2 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: last_changed 2024-09-11T04:53:00.168626+0000 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: min_mon_release 19 (squid) 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: election_strategy: 1 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-11T04:53:05.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: fsmap 2024-09-11T04:53:05.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T04:53:05.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: mgrmap e13: a(active, since 40s) 2024-09-11T04:53:05.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: overall HEALTH_OK 2024-09-11T04:53:05.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:05.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:05.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:05.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:05.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:05.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: mon.a calling monitor election 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: mon.c calling monitor election 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:05.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: monmap epoch 2 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: last_changed 2024-09-11T04:53:00.168626+0000 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: min_mon_release 19 (squid) 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: election_strategy: 1 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: fsmap 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: mgrmap e13: a(active, since 40s) 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: overall HEALTH_OK 2024-09-11T04:53:05.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:05.650 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:05.650 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:05.650 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:05.650 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:06.059 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:53:06.059 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":2,"fsid":"667b0474-6ff9-11ef-bcea-c7b262605968","modified":"2024-09-11T04:53:00.168626Z","created":"2024-09-11T04:51:27.517897Z","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.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-11T04:53:06.059 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 2 2024-09-11T04:53:06.359 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:06 smithi204 ceph-mon[33171]: Deploying daemon mon.b on smithi137 2024-09-11T04:53:06.359 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:06 smithi204 ceph-mon[33171]: from='client.? 172.21.15.204:0/3271089530' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T04:53:06.359 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:06 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:06.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:06 smithi103 ceph-mon[29354]: Deploying daemon mon.b on smithi137 2024-09-11T04:53:06.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:06 smithi103 ceph-mon[29354]: from='client.? 172.21.15.204:0/3271089530' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T04:53:06.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:06 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:07.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:07 smithi204 ceph-mon[33171]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:07.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:07 smithi103 ceph-mon[29354]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:07.670 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T04:53:07.671 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T04:53:07.930 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T04:53:08.599 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:53:08.599 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":2,"fsid":"667b0474-6ff9-11ef-bcea-c7b262605968","modified":"2024-09-11T04:53:00.168626Z","created":"2024-09-11T04:51:27.517897Z","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.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-11T04:53:08.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:08 smithi204 ceph-mon[33171]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:08.599 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 2 2024-09-11T04:53:08.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:08 smithi103 ceph-mon[29354]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:08.946 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T04:53:09.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T04:53:09.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T04:53:09.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T04:53:09.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T04:53:09.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T04:53:09.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T04:53:09.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T04:53:09.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Added host smithi204 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2239056649' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2239056649' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-11T04:53:09.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Updating smithi204:/etc/ceph/ceph.conf 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Updating smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Updating smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.247 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi103:172.21.15.103=a;smithi137:172.21.15.137=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Saving service mon spec with placement smithi103:172.21.15.103=a;smithi137:172.21.15.137=b;smithi204:172.21.15.204=c;count:3 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Deploying daemon mon.c on smithi204 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='client.? 172.21.15.204:0/1010418204' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T04:53:09.248 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.a calling monitor election 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.c calling monitor election 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:09.249 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: monmap epoch 2 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: last_changed 2024-09-11T04:53:00.168626+0000 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: min_mon_release 19 (squid) 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: election_strategy: 1 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: fsmap 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T04:53:09.250 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mgrmap e13: a(active, since 40s) 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: overall HEALTH_OK 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: Deploying daemon mon.b on smithi137 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='client.? 172.21.15.204:0/3271089530' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 ceph-mon[32557]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 bash[32538]: 8cf1106f575baa9846020b46b0dc55fed4088719d204e629cdf6bddb4153ac7b 2024-09-11T04:53:09.251 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:08 smithi137 systemd[1]: Started Ceph mon.b for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:53:10.207 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T04:53:10.207 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T04:53:10.455 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T04:53:14.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:53:14.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: mon.a calling monitor election 2024-09-11T04:53:14.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: mon.c calling monitor election 2024-09-11T04:53:14.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:14.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: mon.b calling monitor election 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: monmap epoch 3 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: last_changed 2024-09-11T04:53:08.952625+0000 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: min_mon_release 19 (squid) 2024-09-11T04:53:14.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: election_strategy: 1 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: 2: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.b 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: fsmap 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: mgrmap e13: a(active, since 49s) 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: overall HEALTH_OK 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.330 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:53:14.330 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":3,"fsid":"667b0474-6ff9-11ef-bcea-c7b262605968","modified":"2024-09-11T04:53:08.952625Z","created":"2024-09-11T04:51:27.517897Z","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.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-11T04:53:14.330 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 3 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: mon.a calling monitor election 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: mon.c calling monitor election 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: mon.b calling monitor election 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.331 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: monmap epoch 3 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: last_changed 2024-09-11T04:53:08.952625+0000 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: min_mon_release 19 (squid) 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: election_strategy: 1 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: 2: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.b 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: fsmap 2024-09-11T04:53:14.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T04:53:14.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: mgrmap e13: a(active, since 49s) 2024-09-11T04:53:14.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: overall HEALTH_OK 2024-09-11T04:53:14.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: mon.a calling monitor election 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: mon.c calling monitor election 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: mon.b calling monitor election 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: monmap epoch 3 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: last_changed 2024-09-11T04:53:08.952625+0000 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: min_mon_release 19 (squid) 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: election_strategy: 1 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: 2: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.b 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: fsmap 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T04:53:14.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: mgrmap e13: a(active, since 49s) 2024-09-11T04:53:14.496 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: overall HEALTH_OK 2024-09-11T04:53:14.496 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.496 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.496 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.496 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:14.937 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T04:53:14.938 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T04:53:15.199 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:53:15.309 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:15 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:15.309 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:15 smithi204 ceph-mon[33171]: from='client.? 172.21.15.204:0/470211281' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T04:53:15.309 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:15 smithi204 ceph-mon[33171]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:15.309 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:15 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:15.309 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:15 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:15.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:15 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:15.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:15 smithi103 ceph-mon[29354]: from='client.? 172.21.15.204:0/470211281' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T04:53:15.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:15 smithi103 ceph-mon[29354]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:15.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:15 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:15.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:15 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:15.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:15 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:15.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:15 smithi137 ceph-mon[32557]: from='client.? 172.21.15.204:0/470211281' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T04:53:15.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:15 smithi137 ceph-mon[32557]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:15.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:15 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:15.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:15 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:53:15.967 INFO:teuthology.orchestra.run.smithi103.stdout:# minimal ceph.conf for 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:53:15.967 INFO:teuthology.orchestra.run.smithi103.stdout:[global] 2024-09-11T04:53:15.967 INFO:teuthology.orchestra.run.smithi103.stdout: fsid = 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:53:15.967 INFO:teuthology.orchestra.run.smithi103.stdout: mon_host = [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-09-11T04:53:16.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:16 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:16 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:16 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:16 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:16 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:16.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:16 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:16.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:16 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/1011256397' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:16.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:16 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:16 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:16 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:16 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:16 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:16.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:16 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:16.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:16 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1011256397' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:16.603 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T04:53:16.604 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:53:16.604 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T04:53:16.632 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:53:16.632 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:53:16.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:16 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:16 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:16 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:16 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:16.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:16 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:16.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:16 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:16.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:16 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/1011256397' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:16.698 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:53:16.698 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T04:53:16.725 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:53:16.725 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:53:16.791 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:53:16.791 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T04:53:16.819 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:53:16.819 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:53:16.884 INFO:tasks.cephadm:Adding mgr.a on smithi103 2024-09-11T04:53:16.884 INFO:tasks.cephadm:Adding mgr.b on smithi137 2024-09-11T04:53:16.884 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi103=a;smithi137=b' 2024-09-11T04:53:17.158 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T04:53:17.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: Updating smithi103:/etc/ceph/ceph.conf 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: Updating smithi204:/etc/ceph/ceph.conf 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: Updating smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: Updating smithi103:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: Reconfiguring mon.a (unknown last config time)... 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: Reconfiguring daemon mon.a on smithi103 2024-09-11T04:53:17.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:17 smithi137 ceph-mon[32557]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: Updating smithi103:/etc/ceph/ceph.conf 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: Updating smithi204:/etc/ceph/ceph.conf 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: Updating smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: Updating smithi103:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.498 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: Reconfiguring mon.a (unknown last config time)... 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: Reconfiguring daemon mon.a on smithi103 2024-09-11T04:53:17.499 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:17 smithi204 ceph-mon[33171]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:17.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: Updating smithi103:/etc/ceph/ceph.conf 2024-09-11T04:53:17.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-11T04:53:17.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: Updating smithi204:/etc/ceph/ceph.conf 2024-09-11T04:53:17.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: Updating smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: Updating smithi103:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:53:17.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: Reconfiguring mon.a (unknown last config time)... 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:17.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:17.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: Reconfiguring daemon mon.a on smithi103 2024-09-11T04:53:17.572 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:17 smithi103 ceph-mon[29354]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:17.785 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mgr update... 2024-09-11T04:53:18.338 DEBUG:teuthology.orchestra.run.smithi137:mgr.b> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.b.service 2024-09-11T04:53:18.340 DEBUG:tasks.cephadm:set 0 configs 2024-09-11T04:53:18.340 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T04:53:18.341 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-11T04:53:18.341 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T04:53:18.359 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T04:53:18.360 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_1 2024-09-11T04:53:18.417 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T04:53:18.417 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:18.417 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-11T04:53:18.417 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:18.417 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:18.417 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-09-11 04:52:38.012154300 +0000 2024-09-11T04:53:18.417 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.418 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.418 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.418 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T04:53:18.485 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-09-11T04:53:18.485 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-09-11T04:53:18.485 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000231186 s, 2.2 MB/s 2024-09-11T04:53:18.487 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T04:53:18.544 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_2 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-09-11 04:52:38.039153766 +0000 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.601 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.602 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T04:53:18.666 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-09-11T04:53:18.666 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-09-11T04:53:18.666 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000207892 s, 2.5 MB/s 2024-09-11T04:53:18.667 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T04:53:18.724 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_3 2024-09-11T04:53:18.780 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T04:53:18.781 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:18.781 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-11T04:53:18.781 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:18.781 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:18.781 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-09-11 04:52:38.065153252 +0000 2024-09-11T04:53:18.781 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.781 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.781 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.781 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: Reconfiguring mon.b (monmap changed)... 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: Reconfiguring daemon mon.b on smithi137 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi103=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:18.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: Saving service mgr spec with placement smithi103=a;smithi137=b;count:2 2024-09-11T04:53:18.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:18.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:18 smithi103 ceph-mon[29354]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:18.844 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-09-11T04:53:18.844 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-09-11T04:53:18.844 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000200431 s, 2.6 MB/s 2024-09-11T04:53:18.845 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T04:53:18.901 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_4 2024-09-11T04:53:18.906 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:18.906 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: Reconfiguring mon.b (monmap changed)... 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: Reconfiguring daemon mon.b on smithi137 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi103=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: Saving service mgr spec with placement smithi103=a;smithi137=b;count:2 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:18.907 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:18 smithi137 ceph-mon[32557]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:18.957 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T04:53:18.957 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:18.957 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-11T04:53:18.957 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:18.957 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:18.957 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-09-11 04:52:38.090152757 +0000 2024-09-11T04:53:18.957 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.958 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.958 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: 2024-09-11 04:48:26.748286366 +0000 2024-09-11T04:53:18.958 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T04:53:19.021 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-09-11T04:53:19.021 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-09-11T04:53:19.021 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000203627 s, 2.5 MB/s 2024-09-11T04:53:19.022 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T04:53:19.079 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-11T04:53:19.079 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T04:53:19.095 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T04:53:19.095 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-09-11T04:53:19.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:19.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:19.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: Reconfiguring mon.b (monmap changed)... 2024-09-11T04:53:19.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:19.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:19.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:19.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: Reconfiguring daemon mon.b on smithi137 2024-09-11T04:53:19.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi103=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:19.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: Saving service mgr spec with placement smithi103=a;smithi137=b;count:2 2024-09-11T04:53:19.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:19.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:18 smithi204 ceph-mon[33171]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:19.152 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T04:53:19.152 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:19.152 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-11T04:53:19.152 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:19.152 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:19.152 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-11 04:53:08.406716343 +0000 2024-09-11T04:53:19.152 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-11 04:48:26.815790443 +0000 2024-09-11T04:53:19.153 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-11 04:48:26.815790443 +0000 2024-09-11T04:53:19.153 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-09-11 04:48:26.815790443 +0000 2024-09-11T04:53:19.153 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T04:53:19.216 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-11T04:53:19.216 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-11T04:53:19.216 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000256601 s, 2.0 MB/s 2024-09-11T04:53:19.217 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T04:53:19.274 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-09-11T04:53:19.330 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T04:53:19.331 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:19.331 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-11T04:53:19.331 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:19.331 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:19.331 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-11 04:53:08.406716343 +0000 2024-09-11T04:53:19.331 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-11 04:48:26.814790461 +0000 2024-09-11T04:53:19.331 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-11 04:48:26.814790461 +0000 2024-09-11T04:53:19.331 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-09-11 04:48:26.814790461 +0000 2024-09-11T04:53:19.331 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T04:53:19.394 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-11T04:53:19.394 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-11T04:53:19.394 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000208011 s, 2.5 MB/s 2024-09-11T04:53:19.395 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T04:53:19.452 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-09-11T04:53:19.507 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T04:53:19.507 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:19.507 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 983 Links: 1 2024-09-11T04:53:19.507 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:19.507 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:19.508 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-11 04:53:08.406716343 +0000 2024-09-11T04:53:19.508 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-11 04:48:26.818790390 +0000 2024-09-11T04:53:19.508 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-11 04:48:26.818790390 +0000 2024-09-11T04:53:19.508 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-09-11 04:48:26.818790390 +0000 2024-09-11T04:53:19.508 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T04:53:19.571 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-11T04:53:19.571 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-11T04:53:19.571 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000210814 s, 2.4 MB/s 2024-09-11T04:53:19.572 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T04:53:19.629 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-09-11T04:53:19.684 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T04:53:19.684 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:19.684 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 960 Links: 1 2024-09-11T04:53:19.684 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:19.685 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:19.685 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-11 04:53:08.407716325 +0000 2024-09-11T04:53:19.685 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-11 04:48:26.813790478 +0000 2024-09-11T04:53:19.685 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-11 04:48:26.813790478 +0000 2024-09-11T04:53:19.685 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-09-11 04:48:26.813790478 +0000 2024-09-11T04:53:19.685 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T04:53:19.748 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-11T04:53:19.748 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-11T04:53:19.748 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000215886 s, 2.4 MB/s 2024-09-11T04:53:19.750 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T04:53:19.806 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-11T04:53:19.806 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T04:53:19.822 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T04:53:19.822 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-09-11 04:52:59.507575415 +0000 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:19.878 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:19.879 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T04:53:19.942 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-09-11T04:53:19.942 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-09-11T04:53:19.942 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000273252 s, 1.9 MB/s 2024-09-11T04:53:19.943 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T04:53:20.000 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-09-11T04:53:20.055 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T04:53:20.055 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:20.056 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 983 Links: 1 2024-09-11T04:53:20.056 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:20.056 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:20.056 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-09-11 04:52:59.507575415 +0000 2024-09-11T04:53:20.056 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:20.056 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:20.056 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:20.056 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T04:53:20.119 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-09-11T04:53:20.119 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-09-11T04:53:20.119 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000215982 s, 2.4 MB/s 2024-09-11T04:53:20.120 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T04:53:20.177 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-09-11T04:53:20.232 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T04:53:20.232 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:20.232 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-11T04:53:20.233 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:20.233 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:20.233 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-09-11 04:52:59.508575402 +0000 2024-09-11T04:53:20.233 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-09-11 04:48:27.379153199 +0000 2024-09-11T04:53:20.233 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-09-11 04:48:27.379153199 +0000 2024-09-11T04:53:20.233 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: 2024-09-11 04:48:27.379153199 +0000 2024-09-11T04:53:20.233 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T04:53:20.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:19 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:20.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:19 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:20.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:19 smithi137 ceph-mon[32557]: Reconfiguring mon.c (monmap changed)... 2024-09-11T04:53:20.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:19 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:20.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:19 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:20.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:19 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:20.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:19 smithi137 ceph-mon[32557]: Reconfiguring daemon mon.c on smithi204 2024-09-11T04:53:20.275 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:19 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:20.275 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:19 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:20.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:19 smithi204 ceph-mon[33171]: Reconfiguring mon.c (monmap changed)... 2024-09-11T04:53:20.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:19 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:20.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:19 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:20.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:19 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:20.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:19 smithi204 ceph-mon[33171]: Reconfiguring daemon mon.c on smithi204 2024-09-11T04:53:20.297 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-09-11T04:53:20.298 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-09-11T04:53:20.298 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000202541 s, 2.5 MB/s 2024-09-11T04:53:20.300 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T04:53:20.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:19 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:20.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:19 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:20.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:19 smithi103 ceph-mon[29354]: Reconfiguring mon.c (monmap changed)... 2024-09-11T04:53:20.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:19 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:53:20.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:19 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:53:20.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:19 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:20.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:19 smithi103 ceph-mon[29354]: Reconfiguring daemon mon.c on smithi204 2024-09-11T04:53:20.356 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-09-11 04:52:59.508575402 +0000 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:20.412 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: 2024-09-11 04:48:27.380153319 +0000 2024-09-11T04:53:20.412 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T04:53:20.475 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-09-11T04:53:20.475 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-09-11T04:53:20.475 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000208836 s, 2.5 MB/s 2024-09-11T04:53:20.476 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T04:53:20.533 INFO:tasks.cephadm:Deploying osd.0 on smithi103 with /dev/vg_nvme/lv_4... 2024-09-11T04:53:20.533 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-11T04:53:20.787 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:53:21.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: Deploying daemon mgr.b on smithi137 2024-09-11T04:53:21.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:21 smithi103 ceph-mon[29354]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:21.603 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.603 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.603 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:21.603 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:21.603 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:21.604 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.604 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:53:21.604 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T04:53:21.604 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:53:21.604 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:21.604 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: Deploying daemon mgr.b on smithi137 2024-09-11T04:53:21.604 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:21 smithi137 ceph-mon[32557]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:21.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: Deploying daemon mgr.b on smithi137 2024-09-11T04:53:21.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:21 smithi204 ceph-mon[33171]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:22.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:22 smithi137 ceph-mon[32557]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:22.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:22 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:22 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:22 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:22 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:22 smithi103 ceph-mon[29354]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:22.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:22 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:22 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:22 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:22 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:22 smithi204 ceph-mon[33171]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:22.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:22 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:22 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:22 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:22.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:22 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:23.123 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:53:23.149 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi103:vg_nvme/lv_4 2024-09-11T04:53:23.394 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:53:23.484 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:23 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:23.757 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:23 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:23.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:23 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:24.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: Reconfiguring mgr.a (unknown last config time)... 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: Reconfiguring daemon mgr.a on smithi103 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:24 smithi103 ceph-mon[29354]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:24.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: Reconfiguring mgr.a (unknown last config time)... 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: Reconfiguring daemon mgr.a on smithi103 2024-09-11T04:53:24.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:24.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:53:24.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:53:24.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:24 smithi204 ceph-mon[33171]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:24.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: Reconfiguring mgr.a (unknown last config time)... 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: Reconfiguring daemon mgr.a on smithi103 2024-09-11T04:53:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:24.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:53:24.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:53:24.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:24.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:24 smithi137 ceph-mon[32557]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:25.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:25.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:25.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:25.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:25.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:25.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:25.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:26.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:26.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:26.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:26.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:26.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:26.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:26.988 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:26 smithi103 ceph-mon[29354]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:26.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:26 smithi137 ceph-mon[32557]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:27.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:26 smithi204 ceph-mon[33171]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:27.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2060275894' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4286168d-ec97-456a-9f55-0fad67f643f0"} : dispatch 2024-09-11T04:53:27.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2060275894' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4286168d-ec97-456a-9f55-0fad67f643f0"}]': finished 2024-09-11T04:53:27.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: osdmap e5: 1 total, 0 up, 1 in 2024-09-11T04:53:27.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:27.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: Standby manager daemon b started 2024-09-11T04:53:27.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-11T04:53:27.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-11T04:53:27.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-11T04:53:27.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:27 smithi137 ceph-mon[32557]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2060275894' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4286168d-ec97-456a-9f55-0fad67f643f0"} : dispatch 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2060275894' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4286168d-ec97-456a-9f55-0fad67f643f0"}]': finished 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: osdmap e5: 1 total, 0 up, 1 in 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: Standby manager daemon b started 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-11T04:53:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:27 smithi103 ceph-mon[29354]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-11T04:53:28.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/2060275894' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4286168d-ec97-456a-9f55-0fad67f643f0"} : dispatch 2024-09-11T04:53:28.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/2060275894' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4286168d-ec97-456a-9f55-0fad67f643f0"}]': finished 2024-09-11T04:53:28.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: osdmap e5: 1 total, 0 up, 1 in 2024-09-11T04:53:28.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:28.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: Standby manager daemon b started 2024-09-11T04:53:28.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-11T04:53:28.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-11T04:53:28.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-11T04:53:28.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:27 smithi204 ceph-mon[33171]: from='mgr.? 172.21.15.137:0/2936301508' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-11T04:53:28.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:28 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/516403358' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:53:28.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:28 smithi103 ceph-mon[29354]: mgrmap e14: a(active, since 63s), standbys: b 2024-09-11T04:53:28.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-11T04:53:28.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:28 smithi103 ceph-mon[29354]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:28.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:28 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/516403358' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:53:28.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:28 smithi137 ceph-mon[32557]: mgrmap e14: a(active, since 63s), standbys: b 2024-09-11T04:53:28.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-11T04:53:28.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:28 smithi137 ceph-mon[32557]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:29.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:28 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/516403358' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:53:29.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:28 smithi204 ceph-mon[33171]: mgrmap e14: a(active, since 63s), standbys: b 2024-09-11T04:53:29.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-11T04:53:29.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:28 smithi204 ceph-mon[33171]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:30.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:30 smithi137 ceph-mon[32557]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:30.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:30 smithi103 ceph-mon[29354]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:30.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:30 smithi204 ceph-mon[33171]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:32.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:32 smithi103 ceph-mon[29354]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:32.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:32 smithi137 ceph-mon[32557]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:32.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:32 smithi204 ceph-mon[33171]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:34.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:34 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-11T04:53:34.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:34 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:34.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:34 smithi137 ceph-mon[32557]: Deploying daemon osd.0 on smithi103 2024-09-11T04:53:34.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:34 smithi137 ceph-mon[32557]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:34.798 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:34 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-11T04:53:34.798 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:34 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:34.798 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:34 smithi103 ceph-mon[29354]: Deploying daemon osd.0 on smithi103 2024-09-11T04:53:34.798 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:34 smithi103 ceph-mon[29354]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:34.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:34 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-11T04:53:34.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:34 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:34.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:34 smithi204 ceph-mon[33171]: Deploying daemon osd.0 on smithi103 2024-09-11T04:53:34.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:34 smithi204 ceph-mon[33171]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:36.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:36 smithi137 ceph-mon[32557]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:36.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:36 smithi103 ceph-mon[29354]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:36.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:36 smithi204 ceph-mon[33171]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:38.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:38 smithi137 ceph-mon[32557]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:38.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:38 smithi103 ceph-mon[29354]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:38.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:38 smithi204 ceph-mon[33171]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:40.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:40 smithi137 ceph-mon[32557]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:40.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:40 smithi103 ceph-mon[29354]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:40.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:40 smithi204 ceph-mon[33171]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:41.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:41.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:41.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:41.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:41.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:41.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:41.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:41.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:41.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:42.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:42 smithi103 ceph-mon[29354]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:42.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:42 smithi204 ceph-mon[33171]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:42.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:42 smithi137 ceph-mon[32557]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:44.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:44.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:44.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:44.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:44.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:44.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:44.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:44.643 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 0 on host 'smithi103' 2024-09-11T04:53:45.200 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:44 smithi103 ceph-mon[29354]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:45.200 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:44 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:45.200 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:44 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:45.200 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:44 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:45.227 DEBUG:teuthology.orchestra.run.smithi103:osd.0> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.0.service 2024-09-11T04:53:45.229 INFO:tasks.cephadm:Deploying osd.1 on smithi103 with /dev/vg_nvme/lv_3... 2024-09-11T04:53:45.230 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-11T04:53:45.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:44 smithi137 ceph-mon[32557]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:45.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:44 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:45.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:44 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:45.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:44 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:45.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:44 smithi204 ceph-mon[33171]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:45.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:44 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:53:45.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:44 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:45.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:44 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:46.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:45 smithi103 ceph-mon[29354]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-11T04:53:46.070 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:53:45 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0[42486]: 2024-09-11T04:53:45.751+0000 7f5c5cc6d640 -1 osd.0 0 log_to_monitors true 2024-09-11T04:53:46.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:45 smithi137 ceph-mon[32557]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-11T04:53:46.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:45 smithi204 ceph-mon[33171]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-11T04:53:46.511 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:53:46.979 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:46 smithi103 ceph-mon[29354]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T04:53:46.979 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:46 smithi103 ceph-mon[29354]: osdmap e6: 1 total, 0 up, 1 in 2024-09-11T04:53:46.979 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:46 smithi103 ceph-mon[29354]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-09-11T04:53:46.980 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:46 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:46.980 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:46 smithi103 ceph-mon[29354]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:47.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:46 smithi137 ceph-mon[32557]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T04:53:47.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:46 smithi137 ceph-mon[32557]: osdmap e6: 1 total, 0 up, 1 in 2024-09-11T04:53:47.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:46 smithi137 ceph-mon[32557]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-09-11T04:53:47.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:46 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:47.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:46 smithi137 ceph-mon[32557]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:47.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:46 smithi204 ceph-mon[33171]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T04:53:47.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:46 smithi204 ceph-mon[33171]: osdmap e6: 1 total, 0 up, 1 in 2024-09-11T04:53:47.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:46 smithi204 ceph-mon[33171]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-09-11T04:53:47.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:46 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:47.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:46 smithi204 ceph-mon[33171]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:47.570 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:53:47 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0[42486]: 2024-09-11T04:53:47.354+0000 7f5c58bf0640 -1 osd.0 0 waiting for initial osdmap 2024-09-11T04:53:47.570 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:53:47 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0[42486]: 2024-09-11T04:53:47.357+0000 7f5c50a0f640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T04:53:48.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:47 smithi137 ceph-mon[32557]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-09-11T04:53:48.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:47 smithi137 ceph-mon[32557]: osdmap e7: 1 total, 0 up, 1 in 2024-09-11T04:53:48.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:47 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:48.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:47 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:48.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:47 smithi137 ceph-mon[32557]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' 2024-09-11T04:53:48.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:47 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:48.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:47 smithi103 ceph-mon[29354]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-09-11T04:53:48.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:47 smithi103 ceph-mon[29354]: osdmap e7: 1 total, 0 up, 1 in 2024-09-11T04:53:48.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:47 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:48.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:47 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:48.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:47 smithi103 ceph-mon[29354]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' 2024-09-11T04:53:48.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:47 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:48.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:47 smithi204 ceph-mon[33171]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-09-11T04:53:48.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:47 smithi204 ceph-mon[33171]: osdmap e7: 1 total, 0 up, 1 in 2024-09-11T04:53:48.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:47 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:48.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:47 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:48.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:47 smithi204 ceph-mon[33171]: from='osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018]' entity='osd.0' 2024-09-11T04:53:48.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:47 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:49.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: purged_snaps scrub starts 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: purged_snaps scrub ok 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018] boot 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: osdmap e8: 1 total, 1 up, 1 in 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:49.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:49 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.700 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: purged_snaps scrub starts 2024-09-11T04:53:49.700 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: purged_snaps scrub ok 2024-09-11T04:53:49.700 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018] boot 2024-09-11T04:53:49.700 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: osdmap e8: 1 total, 1 up, 1 in 2024-09-11T04:53:49.700 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:49.700 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:49.701 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.701 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.701 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-11T04:53:49.701 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.701 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:49.701 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:49.701 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:49 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: purged_snaps scrub starts 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: purged_snaps scrub ok 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: osd.0 [v2:172.21.15.103:6802/2101697018,v1:172.21.15.103:6803/2101697018] boot 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: osdmap e8: 1 total, 1 up, 1 in 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:53:49.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:49 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:53:49.983 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:53:50.010 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi103:vg_nvme/lv_3 2024-09-11T04:53:50.253 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:53:50.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:50 smithi204 ceph-mon[33171]: Detected new or changed devices on smithi103 2024-09-11T04:53:50.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:50 smithi204 ceph-mon[33171]: Adjusting osd_memory_target on smithi103 to 17088M 2024-09-11T04:53:50.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:50 smithi204 ceph-mon[33171]: osdmap e9: 1 total, 1 up, 1 in 2024-09-11T04:53:50.650 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:50 smithi103 ceph-mon[29354]: Detected new or changed devices on smithi103 2024-09-11T04:53:50.650 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:50 smithi103 ceph-mon[29354]: Adjusting osd_memory_target on smithi103 to 17088M 2024-09-11T04:53:50.650 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:50 smithi103 ceph-mon[29354]: osdmap e9: 1 total, 1 up, 1 in 2024-09-11T04:53:50.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:50 smithi137 ceph-mon[32557]: Detected new or changed devices on smithi103 2024-09-11T04:53:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:50 smithi137 ceph-mon[32557]: Adjusting osd_memory_target on smithi103 to 17088M 2024-09-11T04:53:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:50 smithi137 ceph-mon[32557]: osdmap e9: 1 total, 1 up, 1 in 2024-09-11T04:53:51.528 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:51 smithi103 ceph-mon[29354]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:51.528 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:53:51.528 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:53:51.529 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:51.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:51 smithi204 ceph-mon[33171]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:51.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:51 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:53:51.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:51 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:53:51.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:51 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:51.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:51 smithi137 ceph-mon[32557]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:51.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:53:51.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:53:51.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:53:52.403 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:52 smithi103 ceph-mon[29354]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:52.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:52 smithi204 ceph-mon[33171]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:52.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:52 smithi137 ceph-mon[32557]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:53:53.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:53 smithi204 ceph-mon[33171]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:53.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:53 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/101610058' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb22a188-a401-48bd-8bd2-430a2c81041a"} : dispatch 2024-09-11T04:53:53.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:53 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/101610058' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb22a188-a401-48bd-8bd2-430a2c81041a"}]': finished 2024-09-11T04:53:53.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:53 smithi204 ceph-mon[33171]: osdmap e10: 2 total, 1 up, 2 in 2024-09-11T04:53:53.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:53 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:53:53.705 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:53 smithi103 ceph-mon[29354]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:53.706 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:53 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/101610058' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb22a188-a401-48bd-8bd2-430a2c81041a"} : dispatch 2024-09-11T04:53:53.706 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:53 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/101610058' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb22a188-a401-48bd-8bd2-430a2c81041a"}]': finished 2024-09-11T04:53:53.706 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:53 smithi103 ceph-mon[29354]: osdmap e10: 2 total, 1 up, 2 in 2024-09-11T04:53:53.706 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:53 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:53:53.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:53 smithi137 ceph-mon[32557]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:53.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:53 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/101610058' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb22a188-a401-48bd-8bd2-430a2c81041a"} : dispatch 2024-09-11T04:53:53.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:53 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/101610058' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb22a188-a401-48bd-8bd2-430a2c81041a"}]': finished 2024-09-11T04:53:53.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:53 smithi137 ceph-mon[32557]: osdmap e10: 2 total, 1 up, 2 in 2024-09-11T04:53:53.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:53 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:53:54.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:54 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/2169058086' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:53:54.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:54 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2169058086' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:53:54.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:54 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2169058086' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:53:55.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:55 smithi204 ceph-mon[33171]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:55.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:55 smithi137 ceph-mon[32557]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:55.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:55 smithi103 ceph-mon[29354]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:56.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:56 smithi137 ceph-mon[32557]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:56.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:56 smithi103 ceph-mon[29354]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:56.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:56 smithi204 ceph-mon[33171]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:58.534 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:53:58 smithi103 ceph-mon[29354]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:58.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:53:58 smithi137 ceph-mon[32557]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:53:58.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:53:58 smithi204 ceph-mon[33171]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:00.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T04:54:00.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:00.732 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T04:54:00.732 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:00.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T04:54:00.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:01.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:01 smithi204 ceph-mon[33171]: Deploying daemon osd.1 on smithi103 2024-09-11T04:54:01.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:01 smithi204 ceph-mon[33171]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:01.738 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:01 smithi103 ceph-mon[29354]: Deploying daemon osd.1 on smithi103 2024-09-11T04:54:01.739 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:01 smithi103 ceph-mon[29354]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:01.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:01 smithi137 ceph-mon[32557]: Deploying daemon osd.1 on smithi103 2024-09-11T04:54:01.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:01 smithi137 ceph-mon[32557]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:02.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:02 smithi103 ceph-mon[29354]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:02.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:02 smithi137 ceph-mon[32557]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:02.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:02 smithi204 ceph-mon[33171]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:04.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:04 smithi137 ceph-mon[32557]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:04.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:04 smithi103 ceph-mon[29354]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:04.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:04 smithi204 ceph-mon[33171]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:06.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:06 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:06.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:06 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:06.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:06 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:06.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:06 smithi103 ceph-mon[29354]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:06.700 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:06 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:06.700 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:06 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:06.700 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:06 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:06.700 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:06 smithi204 ceph-mon[33171]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:06.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:06 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:06.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:06 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:06.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:06 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:06.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:06 smithi137 ceph-mon[32557]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:08.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:08 smithi137 ceph-mon[32557]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:08.812 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:08 smithi103 ceph-mon[29354]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:08.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:08 smithi204 ceph-mon[33171]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:09.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:09 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:09.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:09 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:09.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:09 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:09.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:09 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:09.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:09 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.015 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:09 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.015 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:09 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.016 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:09 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:10.016 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:09 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:10.016 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:09 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:09 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:09 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:09 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:10.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:09 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:10.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:09 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.302 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 1 on host 'smithi103' 2024-09-11T04:54:10.916 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:10 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:10.916 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:10 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.916 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:10 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.916 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:10 smithi103 ceph-mon[29354]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:10.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:10 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:10.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:10 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:10 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:10.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:10 smithi137 ceph-mon[32557]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:11.017 DEBUG:teuthology.orchestra.run.smithi103:osd.1> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.1.service 2024-09-11T04:54:11.019 INFO:tasks.cephadm:Deploying osd.2 on smithi137 with /dev/vg_nvme/lv_4... 2024-09-11T04:54:11.020 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-11T04:54:11.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:10 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:11.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:10 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:11.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:10 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:11.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:10 smithi204 ceph-mon[33171]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:11.272 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T04:54:11.569 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:11 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1[48017]: 2024-09-11T04:54:11.179+0000 7faaded3e640 -1 osd.1 0 log_to_monitors true 2024-09-11T04:54:11.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:11 smithi137 ceph-mon[32557]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-11T04:54:12.001 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:11 smithi103 ceph-mon[29354]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-11T04:54:12.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:11 smithi204 ceph-mon[33171]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-11T04:54:12.937 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:12 smithi137 ceph-mon[32557]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T04:54:12.937 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:12 smithi137 ceph-mon[32557]: osdmap e11: 2 total, 1 up, 2 in 2024-09-11T04:54:12.937 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:12 smithi137 ceph-mon[32557]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-09-11T04:54:12.938 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:12 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:12.938 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:12 smithi137 ceph-mon[32557]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:12.978 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:12 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1[48017]: 2024-09-11T04:54:12.720+0000 7faadacc1640 -1 osd.1 0 waiting for initial osdmap 2024-09-11T04:54:12.978 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:12 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1[48017]: 2024-09-11T04:54:12.725+0000 7faad6ae8640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T04:54:12.979 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:12 smithi103 ceph-mon[29354]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T04:54:12.979 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:12 smithi103 ceph-mon[29354]: osdmap e11: 2 total, 1 up, 2 in 2024-09-11T04:54:12.979 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:12 smithi103 ceph-mon[29354]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-09-11T04:54:12.979 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:12 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:12.979 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:12 smithi103 ceph-mon[29354]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:13.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:12 smithi204 ceph-mon[33171]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T04:54:13.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:12 smithi204 ceph-mon[33171]: osdmap e11: 2 total, 1 up, 2 in 2024-09-11T04:54:13.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:12 smithi204 ceph-mon[33171]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]} : dispatch 2024-09-11T04:54:13.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:12 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:13.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:12 smithi204 ceph-mon[33171]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:13.657 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:54:13.684 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi137:vg_nvme/lv_4 2024-09-11T04:54:13.930 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T04:54:13.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-09-11T04:54:13.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: osdmap e12: 2 total, 1 up, 2 in 2024-09-11T04:54:13.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:13.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:13 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: osdmap e12: 2 total, 1 up, 2 in 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:14.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:13 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: osdmap e12: 2 total, 1 up, 2 in 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:14.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:13 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: purged_snaps scrub starts 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: purged_snaps scrub ok 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: Detected new or changed devices on smithi103 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: Adjusting osd_memory_target on smithi103 to 8544M 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970] boot 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: osdmap e13: 2 total, 2 up, 2 in 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:14.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:54:14.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:54:14.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: purged_snaps scrub starts 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: purged_snaps scrub ok 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: Detected new or changed devices on smithi103 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: Adjusting osd_memory_target on smithi103 to 8544M 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970] boot 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: osdmap e13: 2 total, 2 up, 2 in 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:54:15.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:15.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: purged_snaps scrub starts 2024-09-11T04:54:15.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: purged_snaps scrub ok 2024-09-11T04:54:15.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: Detected new or changed devices on smithi103 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: Adjusting osd_memory_target on smithi103 to 8544M 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: osd.1 [v2:172.21.15.103:6810/1970421970,v1:172.21.15.103:6811/1970421970] boot 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: osdmap e13: 2 total, 2 up, 2 in 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:54:15.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:15.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:15 smithi137 ceph-mon[32557]: from='client.24152 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:54:15.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:15 smithi137 ceph-mon[32557]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T04:54:16.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:15 smithi103 ceph-mon[29354]: from='client.24152 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:54:16.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:15 smithi103 ceph-mon[29354]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T04:54:16.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:15 smithi204 ceph-mon[33171]: from='client.24152 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:54:16.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:15 smithi204 ceph-mon[33171]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T04:54:16.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:16 smithi137 ceph-mon[32557]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:17.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:16 smithi103 ceph-mon[29354]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:17.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:16 smithi204 ceph-mon[33171]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:17.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:17 smithi204 ceph-mon[33171]: from='client.? 172.21.15.137:0/1147626930' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"} : dispatch 2024-09-11T04:54:17.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:17 smithi204 ceph-mon[33171]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"} : dispatch 2024-09-11T04:54:17.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:17 smithi204 ceph-mon[33171]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"}]': finished 2024-09-11T04:54:17.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:17 smithi204 ceph-mon[33171]: osdmap e15: 3 total, 2 up, 3 in 2024-09-11T04:54:17.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:17 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:17.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:17 smithi204 ceph-mon[33171]: from='client.? 172.21.15.137:0/536281824' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:54:17.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:17 smithi137 ceph-mon[32557]: from='client.? 172.21.15.137:0/1147626930' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"} : dispatch 2024-09-11T04:54:17.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:17 smithi137 ceph-mon[32557]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"} : dispatch 2024-09-11T04:54:17.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:17 smithi137 ceph-mon[32557]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"}]': finished 2024-09-11T04:54:17.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:17 smithi137 ceph-mon[32557]: osdmap e15: 3 total, 2 up, 3 in 2024-09-11T04:54:17.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:17 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:17.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:17 smithi137 ceph-mon[32557]: from='client.? 172.21.15.137:0/536281824' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:54:18.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:17 smithi103 ceph-mon[29354]: from='client.? 172.21.15.137:0/1147626930' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"} : dispatch 2024-09-11T04:54:18.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:17 smithi103 ceph-mon[29354]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"} : dispatch 2024-09-11T04:54:18.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:17 smithi103 ceph-mon[29354]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23d8ac4e-ca08-4a4d-bac0-d6baa3936354"}]': finished 2024-09-11T04:54:18.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:17 smithi103 ceph-mon[29354]: osdmap e15: 3 total, 2 up, 3 in 2024-09-11T04:54:18.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:17 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:18.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:17 smithi103 ceph-mon[29354]: from='client.? 172.21.15.137:0/536281824' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:54:19.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:18 smithi103 ceph-mon[29354]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:19.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:18 smithi204 ceph-mon[33171]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:19.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:18 smithi137 ceph-mon[32557]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:20.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:20 smithi137 ceph-mon[32557]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:20.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:20 smithi103 ceph-mon[29354]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:20.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:20 smithi204 ceph-mon[33171]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:22.671 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:22 smithi137 ceph-mon[32557]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:22.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:22 smithi103 ceph-mon[29354]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:22.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:22 smithi204 ceph-mon[33171]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:24.391 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-11T04:54:24.391 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:24 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:24.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-11T04:54:24.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:24 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:24.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-11T04:54:24.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:24 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:25.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:25 smithi137 ceph-mon[32557]: Deploying daemon osd.2 on smithi137 2024-09-11T04:54:25.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:25 smithi137 ceph-mon[32557]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:25.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:25 smithi103 ceph-mon[29354]: Deploying daemon osd.2 on smithi137 2024-09-11T04:54:25.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:25 smithi103 ceph-mon[29354]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:25.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:25 smithi204 ceph-mon[33171]: Deploying daemon osd.2 on smithi137 2024-09-11T04:54:25.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:25 smithi204 ceph-mon[33171]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:26.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:26 smithi103 ceph-mon[29354]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:26 smithi137 ceph-mon[32557]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:26.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:26 smithi204 ceph-mon[33171]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:28.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:28 smithi103 ceph-mon[29354]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:28.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:28 smithi204 ceph-mon[33171]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:28 smithi137 ceph-mon[32557]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:30.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:30 smithi137 ceph-mon[32557]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:30.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:30 smithi103 ceph-mon[29354]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:30.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:30 smithi204 ceph-mon[33171]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:31.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:31.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:31.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:31.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:31.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:31.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:31.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:31.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:31.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:32.779 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:32 smithi137 ceph-mon[32557]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:32.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:32 smithi103 ceph-mon[29354]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:32.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:32 smithi204 ceph-mon[33171]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:33 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:33 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:33 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:33 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:33 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:34.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:33 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:34.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:33 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:34.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:33 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:34.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:33 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:34.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:33 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:34.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:33 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:34.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:33 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:34.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:33 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:34.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:33 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:34.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:33 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:34.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:34 smithi137 ceph-mon[32557]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:34.783 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 2 on host 'smithi137' 2024-09-11T04:54:35.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:34 smithi103 ceph-mon[29354]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:35.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:34 smithi204 ceph-mon[33171]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:35.477 DEBUG:teuthology.orchestra.run.smithi137:osd.2> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.2.service 2024-09-11T04:54:35.479 INFO:tasks.cephadm:Deploying osd.3 on smithi137 with /dev/vg_nvme/lv_3... 2024-09-11T04:54:35.479 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-11T04:54:35.967 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:35 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:35.967 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:35 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:35.967 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:35 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:35.967 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:35 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2[36691]: 2024-09-11T04:54:35.747+0000 7f8fb955f640 -1 osd.2 0 log_to_monitors true 2024-09-11T04:54:36.048 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:35 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:36.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:35 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:36.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:35 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:36.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:35 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:36.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:35 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:36.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:35 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:36.206 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T04:54:36.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:36 smithi137 ceph-mon[32557]: from='osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-11T04:54:36.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:36 smithi137 ceph-mon[32557]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-11T04:54:36.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:36 smithi137 ceph-mon[32557]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:37.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:36 smithi103 ceph-mon[29354]: from='osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-11T04:54:37.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:36 smithi103 ceph-mon[29354]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-11T04:54:37.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:36 smithi103 ceph-mon[29354]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:37.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:36 smithi204 ceph-mon[33171]: from='osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-11T04:54:37.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:36 smithi204 ceph-mon[33171]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-11T04:54:37.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:36 smithi204 ceph-mon[33171]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:37.827 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:37 smithi137 ceph-mon[32557]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T04:54:37.827 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:37 smithi137 ceph-mon[32557]: osdmap e16: 3 total, 2 up, 3 in 2024-09-11T04:54:37.827 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:37 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:37.827 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:37 smithi137 ceph-mon[32557]: from='osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:54:37.827 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:37 smithi137 ceph-mon[32557]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:54:38.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:37 smithi103 ceph-mon[29354]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T04:54:38.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:37 smithi103 ceph-mon[29354]: osdmap e16: 3 total, 2 up, 3 in 2024-09-11T04:54:38.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:38.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:37 smithi103 ceph-mon[29354]: from='osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:54:38.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:37 smithi103 ceph-mon[29354]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:54:38.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:37 smithi204 ceph-mon[33171]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T04:54:38.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:37 smithi204 ceph-mon[33171]: osdmap e16: 3 total, 2 up, 3 in 2024-09-11T04:54:38.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:37 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:38.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:37 smithi204 ceph-mon[33171]: from='osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:54:38.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:37 smithi204 ceph-mon[33171]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:54:38.493 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:38 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2[36691]: 2024-09-11T04:54:38.135+0000 7f8fb54e2640 -1 osd.2 0 waiting for initial osdmap 2024-09-11T04:54:38.494 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:38 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2[36691]: 2024-09-11T04:54:38.138+0000 7f8fad301640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T04:54:38.834 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:38 smithi137 ceph-mon[32557]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-11T04:54:38.834 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:38 smithi137 ceph-mon[32557]: osdmap e17: 3 total, 2 up, 3 in 2024-09-11T04:54:38.835 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:38 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:38.835 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:38 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:38.835 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:38 smithi137 ceph-mon[32557]: from='osd.2 ' entity='osd.2' 2024-09-11T04:54:38.835 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:38 smithi137 ceph-mon[32557]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:39.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:38 smithi103 ceph-mon[29354]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-11T04:54:39.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:38 smithi103 ceph-mon[29354]: osdmap e17: 3 total, 2 up, 3 in 2024-09-11T04:54:39.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:38 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:39.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:38 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:39.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:38 smithi103 ceph-mon[29354]: from='osd.2 ' entity='osd.2' 2024-09-11T04:54:39.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:38 smithi103 ceph-mon[29354]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:39.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:38 smithi204 ceph-mon[33171]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-11T04:54:39.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:38 smithi204 ceph-mon[33171]: osdmap e17: 3 total, 2 up, 3 in 2024-09-11T04:54:39.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:38 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:39.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:38 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:39.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:38 smithi204 ceph-mon[33171]: from='osd.2 ' entity='osd.2' 2024-09-11T04:54:39.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:38 smithi204 ceph-mon[33171]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T04:54:39.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: purged_snaps scrub starts 2024-09-11T04:54:39.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: purged_snaps scrub ok 2024-09-11T04:54:39.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:39.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: Detected new or changed devices on smithi137 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: Adjusting osd_memory_target on smithi137 to 17088M 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389] boot 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: osdmap e18: 3 total, 3 up, 3 in 2024-09-11T04:54:39.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:39 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:40.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: purged_snaps scrub starts 2024-09-11T04:54:40.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: purged_snaps scrub ok 2024-09-11T04:54:40.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:40.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: Detected new or changed devices on smithi137 2024-09-11T04:54:40.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:40.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:40.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:40.071 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: Adjusting osd_memory_target on smithi137 to 17088M 2024-09-11T04:54:40.071 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:40.071 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:40.071 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:40.071 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:40.071 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389] boot 2024-09-11T04:54:40.071 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: osdmap e18: 3 total, 3 up, 3 in 2024-09-11T04:54:40.071 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:39 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:40.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: purged_snaps scrub starts 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: purged_snaps scrub ok 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: Detected new or changed devices on smithi137 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: Adjusting osd_memory_target on smithi137 to 17088M 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:54:40.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:40.149 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: osd.2 [v2:172.21.15.137:6800/1114163389,v1:172.21.15.137:6801/1114163389] boot 2024-09-11T04:54:40.149 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: osdmap e18: 3 total, 3 up, 3 in 2024-09-11T04:54:40.149 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:39 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-11T04:54:40.203 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-11T04:54:40.228 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi137:vg_nvme/lv_3 2024-09-11T04:54:40.470 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T04:54:41.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:41 smithi103 ceph-mon[29354]: osdmap e19: 3 total, 3 up, 3 in 2024-09-11T04:54:41.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:41 smithi103 ceph-mon[29354]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:41.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:54:41.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:54:41.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:54:41.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:41.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:41 smithi137 ceph-mon[32557]: osdmap e19: 3 total, 3 up, 3 in 2024-09-11T04:54:41.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:41 smithi137 ceph-mon[32557]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:41.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:54:41.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:54:41.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:54:41.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:41.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:41 smithi204 ceph-mon[33171]: osdmap e19: 3 total, 3 up, 3 in 2024-09-11T04:54:41.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:41 smithi204 ceph-mon[33171]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:41.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:54:41.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:54:41.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:54:41.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:42.411 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 ceph-mon[32557]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:54:42.411 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-11T04:54:42.412 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 ceph-mon[32557]: osdmap e20: 3 total, 3 up, 3 in 2024-09-11T04:54:42.412 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:54:42.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 ceph-mon[29354]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:54:42.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-11T04:54:42.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 ceph-mon[29354]: osdmap e20: 3 total, 3 up, 3 in 2024-09-11T04:54:42.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:54:42.473 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51506]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T04:54:42.473 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51506]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.473 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51506]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.473 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51506]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.473 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51509]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T04:54:42.473 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51509]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.473 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51509]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.473 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51509]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.474 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51512]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T04:54:42.474 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51512]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.474 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51512]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.474 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51512]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.474 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51515]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T04:54:42.474 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51515]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.474 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51515]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.474 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51515]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.515 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 ceph-mon[33171]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:54:42.515 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-11T04:54:42.516 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 ceph-mon[33171]: osdmap e20: 3 total, 3 up, 3 in 2024-09-11T04:54:42.516 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:54:42.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40738]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T04:54:42.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40738]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40738]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40738]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40741]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T04:54:42.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40741]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40741]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40741]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.744 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40711]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T04:54:42.744 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40711]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.745 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40711]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.745 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40711]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.745 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40714]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T04:54:42.745 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40714]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.745 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40714]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.745 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:54:42 smithi137 sudo[40714]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51518]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T04:54:42.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51518]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51518]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51518]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51521]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T04:54:42.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51521]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51521]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:42 smithi103 sudo[51521]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 sudo[35118]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T04:54:42.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 sudo[35118]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 sudo[35118]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 sudo[35118]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:42.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 sudo[35121]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T04:54:42.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 sudo[35121]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T04:54:42.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 sudo[35121]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T04:54:42.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:42 smithi204 sudo[35121]: pam_unix(sudo:session): session closed for user root 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: osdmap e21: 3 total, 3 up, 3 in 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:43 smithi137 ceph-mon[32557]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: osdmap e21: 3 total, 3 up, 3 in 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:43 smithi103 ceph-mon[29354]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: osdmap e21: 3 total, 3 up, 3 in 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-11T04:54:43.649 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:43 smithi204 ceph-mon[33171]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T04:54:44.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:44 smithi137 ceph-mon[32557]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T04:54:44.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:44 smithi137 ceph-mon[32557]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-11T04:54:44.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:44 smithi137 ceph-mon[32557]: from='client.? 172.21.15.137:0/2375184648' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"} : dispatch 2024-09-11T04:54:44.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:44 smithi137 ceph-mon[32557]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"} : dispatch 2024-09-11T04:54:44.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:44 smithi137 ceph-mon[32557]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"}]': finished 2024-09-11T04:54:44.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:44 smithi137 ceph-mon[32557]: osdmap e23: 4 total, 3 up, 4 in 2024-09-11T04:54:44.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:44 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:54:44.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:44 smithi137 ceph-mon[32557]: from='client.? 172.21.15.137:0/133231135' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:54:44.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:44 smithi103 ceph-mon[29354]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T04:54:44.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:44 smithi103 ceph-mon[29354]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-11T04:54:44.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:44 smithi103 ceph-mon[29354]: from='client.? 172.21.15.137:0/2375184648' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"} : dispatch 2024-09-11T04:54:44.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:44 smithi103 ceph-mon[29354]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"} : dispatch 2024-09-11T04:54:44.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:44 smithi103 ceph-mon[29354]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"}]': finished 2024-09-11T04:54:44.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:44 smithi103 ceph-mon[29354]: osdmap e23: 4 total, 3 up, 4 in 2024-09-11T04:54:44.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:44 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:54:44.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:44 smithi103 ceph-mon[29354]: from='client.? 172.21.15.137:0/133231135' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:54:44.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:44 smithi204 ceph-mon[33171]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T04:54:44.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:44 smithi204 ceph-mon[33171]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-11T04:54:44.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:44 smithi204 ceph-mon[33171]: from='client.? 172.21.15.137:0/2375184648' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"} : dispatch 2024-09-11T04:54:44.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:44 smithi204 ceph-mon[33171]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"} : dispatch 2024-09-11T04:54:44.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:44 smithi204 ceph-mon[33171]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e86c6ed-5056-4216-a97e-43baee5291bf"}]': finished 2024-09-11T04:54:44.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:44 smithi204 ceph-mon[33171]: osdmap e23: 4 total, 3 up, 4 in 2024-09-11T04:54:44.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:44 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:54:44.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:44 smithi204 ceph-mon[33171]: from='client.? 172.21.15.137:0/133231135' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:54:45.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:45 smithi137 ceph-mon[32557]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:45.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:45 smithi103 ceph-mon[29354]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:45.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:45 smithi204 ceph-mon[33171]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:46.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:46 smithi103 ceph-mon[29354]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:46.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:46 smithi204 ceph-mon[33171]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:46.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:46 smithi137 ceph-mon[32557]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:48.713 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:48 smithi137 ceph-mon[32557]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:48.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:48 smithi103 ceph-mon[29354]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:48.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:48 smithi204 ceph-mon[33171]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:50.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:50 smithi103 ceph-mon[29354]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:50.832 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:50 smithi137 ceph-mon[32557]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:50.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:50 smithi204 ceph-mon[33171]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:51.594 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-11T04:54:51.594 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:51.594 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:51 smithi137 ceph-mon[32557]: Deploying daemon osd.3 on smithi137 2024-09-11T04:54:51.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-11T04:54:51.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:51.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:51 smithi103 ceph-mon[29354]: Deploying daemon osd.3 on smithi137 2024-09-11T04:54:51.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:51 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-11T04:54:51.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:51 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:54:51.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:51 smithi204 ceph-mon[33171]: Deploying daemon osd.3 on smithi137 2024-09-11T04:54:52.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:52 smithi137 ceph-mon[32557]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:52.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:52 smithi103 ceph-mon[29354]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:52.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:52 smithi204 ceph-mon[33171]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:54.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:54 smithi137 ceph-mon[32557]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:54.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:54 smithi103 ceph-mon[29354]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:54.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:54 smithi204 ceph-mon[33171]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:56.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:56 smithi137 ceph-mon[32557]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:56.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:56 smithi103 ceph-mon[29354]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:56.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:56 smithi204 ceph-mon[33171]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:57.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:57 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:57.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:57 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:57.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:57 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:57.834 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:57 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:57.834 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:57 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:57.835 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:57 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:57.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:57 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:54:57.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:57 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:57.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:57 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:54:58.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:54:58 smithi137 ceph-mon[32557]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:58.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:54:58 smithi103 ceph-mon[29354]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:54:58.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:54:58 smithi204 ceph-mon[33171]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:55:00.674 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 3 on host 'smithi137' 2024-09-11T04:55:00.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:00.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:00.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:00.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:00.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:00.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:55:00.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:00.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:00.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:00 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:01.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:01.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:55:01.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:01.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:00 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:01.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:01.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:55:01.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:01.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:00 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:01.329 DEBUG:teuthology.orchestra.run.smithi137:osd.3> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.3.service 2024-09-11T04:55:01.332 INFO:tasks.cephadm:Deploying osd.4 on smithi204 with /dev/vg_nvme/lv_4... 2024-09-11T04:55:01.332 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-11T04:55:01.584 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T04:55:02.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:02 smithi204 ceph-mon[33171]: from='osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-11T04:55:02.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:02 smithi204 ceph-mon[33171]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-11T04:55:02.442 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:02 smithi137 ceph-mon[32557]: from='osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-11T04:55:02.442 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:02 smithi137 ceph-mon[32557]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-11T04:55:02.442 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:55:02 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3[42453]: 2024-09-11T04:55:02.043+0000 7fa10b2c9640 -1 osd.3 0 log_to_monitors true 2024-09-11T04:55:02.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:02 smithi103 ceph-mon[29354]: from='osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-11T04:55:02.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:02 smithi103 ceph-mon[29354]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-11T04:55:03.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:03 smithi204 ceph-mon[33171]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T04:55:03.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:03 smithi204 ceph-mon[33171]: osdmap e24: 4 total, 3 up, 4 in 2024-09-11T04:55:03.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:03 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:03.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:03 smithi204 ceph-mon[33171]: from='osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:55:03.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:03 smithi204 ceph-mon[33171]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:55:03.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:03 smithi204 ceph-mon[33171]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:55:03.422 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:55:03 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3[42453]: 2024-09-11T04:55:03.119+0000 7fa10724c640 -1 osd.3 0 waiting for initial osdmap 2024-09-11T04:55:03.422 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:55:03 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3[42453]: 2024-09-11T04:55:03.122+0000 7fa103073640 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T04:55:03.422 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:03 smithi137 ceph-mon[32557]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T04:55:03.422 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:03 smithi137 ceph-mon[32557]: osdmap e24: 4 total, 3 up, 4 in 2024-09-11T04:55:03.422 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:03 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:03.422 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:03 smithi137 ceph-mon[32557]: from='osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:55:03.422 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:03 smithi137 ceph-mon[32557]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:55:03.423 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:03 smithi137 ceph-mon[32557]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:55:03.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:03 smithi103 ceph-mon[29354]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T04:55:03.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:03 smithi103 ceph-mon[29354]: osdmap e24: 4 total, 3 up, 4 in 2024-09-11T04:55:03.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:03 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:03.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:03 smithi103 ceph-mon[29354]: from='osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:55:03.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:03 smithi103 ceph-mon[29354]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-11T04:55:03.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:03 smithi103 ceph-mon[29354]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-11T04:55:03.803 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:55:03.830 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi204:vg_nvme/lv_4 2024-09-11T04:55:04.088 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T04:55:04.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: osdmap e25: 4 total, 3 up, 4 in 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940] boot 2024-09-11T04:55:04.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: osdmap e26: 4 total, 4 up, 4 in 2024-09-11T04:55:04.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:04 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:04.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-11T04:55:04.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: osdmap e25: 4 total, 3 up, 4 in 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940] boot 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: osdmap e26: 4 total, 4 up, 4 in 2024-09-11T04:55:04.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:04 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:04.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-11T04:55:04.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: osdmap e25: 4 total, 3 up, 4 in 2024-09-11T04:55:04.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:04.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:04.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:04.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:04.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:04.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:04.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:04.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: osd.3 [v2:172.21.15.137:6808/3756978940,v1:172.21.15.137:6809/3756978940] boot 2024-09-11T04:55:04.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: osdmap e26: 4 total, 4 up, 4 in 2024-09-11T04:55:04.571 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:04 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-11T04:55:05.401 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: purged_snaps scrub starts 2024-09-11T04:55:05.401 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: purged_snaps scrub ok 2024-09-11T04:55:05.401 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: Detected new or changed devices on smithi137 2024-09-11T04:55:05.401 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: Adjusting osd_memory_target on smithi137 to 8544M 2024-09-11T04:55:05.402 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: pgmap v96: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:05.402 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:55:05.402 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:55:05.402 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:05.402 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:05 smithi204 ceph-mon[33171]: osdmap e27: 4 total, 4 up, 4 in 2024-09-11T04:55:05.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: purged_snaps scrub starts 2024-09-11T04:55:05.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: purged_snaps scrub ok 2024-09-11T04:55:05.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: Detected new or changed devices on smithi137 2024-09-11T04:55:05.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: Adjusting osd_memory_target on smithi137 to 8544M 2024-09-11T04:55:05.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: pgmap v96: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:05.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:55:05.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:55:05.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:05.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:05 smithi137 ceph-mon[32557]: osdmap e27: 4 total, 4 up, 4 in 2024-09-11T04:55:05.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: purged_snaps scrub starts 2024-09-11T04:55:05.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: purged_snaps scrub ok 2024-09-11T04:55:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: Detected new or changed devices on smithi137 2024-09-11T04:55:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: Adjusting osd_memory_target on smithi137 to 8544M 2024-09-11T04:55:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: pgmap v96: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:55:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:55:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:05.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:05 smithi103 ceph-mon[29354]: osdmap e27: 4 total, 4 up, 4 in 2024-09-11T04:55:06.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:06 smithi204 ceph-mon[33171]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:55:06.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:06 smithi204 ceph-mon[33171]: osdmap e28: 4 total, 4 up, 4 in 2024-09-11T04:55:06.395 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:06 smithi137 ceph-mon[32557]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:55:06.395 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:06 smithi137 ceph-mon[32557]: osdmap e28: 4 total, 4 up, 4 in 2024-09-11T04:55:06.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:06 smithi103 ceph-mon[29354]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:55:06.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:06 smithi103 ceph-mon[29354]: osdmap e28: 4 total, 4 up, 4 in 2024-09-11T04:55:07.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:07 smithi204 ceph-mon[33171]: pgmap v99: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:07.412 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:07 smithi137 ceph-mon[32557]: pgmap v99: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:07.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:07 smithi103 ceph-mon[29354]: pgmap v99: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:08.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:08 smithi204 ceph-mon[33171]: from='client.? 172.21.15.204:0/519615677' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"} : dispatch 2024-09-11T04:55:08.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:08 smithi204 ceph-mon[33171]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"} : dispatch 2024-09-11T04:55:08.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:08 smithi204 ceph-mon[33171]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"}]': finished 2024-09-11T04:55:08.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:08 smithi204 ceph-mon[33171]: osdmap e29: 5 total, 4 up, 5 in 2024-09-11T04:55:08.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:08 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:08.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:08 smithi204 ceph-mon[33171]: from='client.? 172.21.15.204:0/1117127782' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:55:08.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:08 smithi137 ceph-mon[32557]: from='client.? 172.21.15.204:0/519615677' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"} : dispatch 2024-09-11T04:55:08.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:08 smithi137 ceph-mon[32557]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"} : dispatch 2024-09-11T04:55:08.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:08 smithi137 ceph-mon[32557]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"}]': finished 2024-09-11T04:55:08.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:08 smithi137 ceph-mon[32557]: osdmap e29: 5 total, 4 up, 5 in 2024-09-11T04:55:08.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:08 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:08.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:08 smithi137 ceph-mon[32557]: from='client.? 172.21.15.204:0/1117127782' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:55:08.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:08 smithi103 ceph-mon[29354]: from='client.? 172.21.15.204:0/519615677' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"} : dispatch 2024-09-11T04:55:08.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:08 smithi103 ceph-mon[29354]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"} : dispatch 2024-09-11T04:55:08.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:08 smithi103 ceph-mon[29354]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "debeb45f-24d7-4deb-b658-6f631cd011e6"}]': finished 2024-09-11T04:55:08.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:08 smithi103 ceph-mon[29354]: osdmap e29: 5 total, 4 up, 5 in 2024-09-11T04:55:08.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:08 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:08.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:08 smithi103 ceph-mon[29354]: from='client.? 172.21.15.204:0/1117127782' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:55:09.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:09 smithi204 ceph-mon[33171]: pgmap v101: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:09.463 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:09 smithi103 ceph-mon[29354]: pgmap v101: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:09.496 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:09 smithi137 ceph-mon[32557]: pgmap v101: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:10.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:10 smithi103 ceph-mon[29354]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:55:10.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:10 smithi204 ceph-mon[33171]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:55:10.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:10 smithi137 ceph-mon[32557]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:55:12.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:12 smithi204 ceph-mon[33171]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-11T04:55:12.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:12 smithi103 ceph-mon[29354]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-11T04:55:12.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:12 smithi137 ceph-mon[32557]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-11T04:55:14.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-11T04:55:14.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:14 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:14.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-11T04:55:14.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:14 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:14.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-11T04:55:14.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:14 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:15.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:15 smithi137 ceph-mon[32557]: Deploying daemon osd.4 on smithi204 2024-09-11T04:55:15.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:15 smithi137 ceph-mon[32557]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-11T04:55:15.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:15 smithi103 ceph-mon[29354]: Deploying daemon osd.4 on smithi204 2024-09-11T04:55:15.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:15 smithi103 ceph-mon[29354]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-11T04:55:15.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:15 smithi204 ceph-mon[33171]: Deploying daemon osd.4 on smithi204 2024-09-11T04:55:15.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:15 smithi204 ceph-mon[33171]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-11T04:55:16.766 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:16 smithi204 ceph-mon[33171]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:16.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:16 smithi103 ceph-mon[29354]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:16.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:16 smithi137 ceph-mon[32557]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:18.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:18 smithi103 ceph-mon[29354]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-11T04:55:18.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:18 smithi204 ceph-mon[33171]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-11T04:55:18.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:18 smithi137 ceph-mon[32557]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-11T04:55:20.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:20 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:20.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:20 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:20.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:20 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:20.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:20 smithi137 ceph-mon[32557]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:55:20.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:20 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:20.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:20 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:20.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:20 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:20.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:20 smithi103 ceph-mon[29354]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:55:20.859 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:20 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:20.859 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:20 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:20.859 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:20 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:20.860 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:20 smithi204 ceph-mon[33171]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:55:23.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:23 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:23.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:23 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:23.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:23 smithi204 ceph-mon[33171]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:23.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:23 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:23.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:23 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:23.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:23 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:23.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:23 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:23.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:23 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:23.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:23 smithi137 ceph-mon[32557]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:23.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:23 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:23.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:23 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:23.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:23 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:23.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:23 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:23.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:23 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:23.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:23 smithi103 ceph-mon[29354]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:23.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:23 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:23.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:23 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:23.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:23 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:24.579 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:24 smithi204 ceph-mon[33171]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:24.619 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 4 on host 'smithi204' 2024-09-11T04:55:24.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:24 smithi103 ceph-mon[29354]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:24.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:24 smithi137 ceph-mon[32557]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:25.251 DEBUG:teuthology.orchestra.run.smithi204:osd.4> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.4.service 2024-09-11T04:55:25.257 INFO:tasks.cephadm:Deploying osd.5 on smithi204 with /dev/vg_nvme/lv_3... 2024-09-11T04:55:25.257 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-11T04:55:25.715 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:25.715 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:25.715 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:25.715 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:25 smithi204 ceph-mon[33171]: from='osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-11T04:55:25.715 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:25 smithi204 ceph-mon[33171]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-11T04:55:25.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:25.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:25.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:25.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:25 smithi103 ceph-mon[29354]: from='osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-11T04:55:25.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:25 smithi103 ceph-mon[29354]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-11T04:55:25.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:25.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:25.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:25.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:25 smithi137 ceph-mon[32557]: from='osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-11T04:55:25.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:25 smithi137 ceph-mon[32557]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-11T04:55:26.695 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:26 smithi204 ceph-mon[33171]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T04:55:26.695 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:26 smithi204 ceph-mon[33171]: osdmap e30: 5 total, 4 up, 5 in 2024-09-11T04:55:26.696 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:26 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:26.696 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:26 smithi204 ceph-mon[33171]: from='osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:26.696 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:26 smithi204 ceph-mon[33171]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:26.696 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:26 smithi204 ceph-mon[33171]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:26.696 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:55:26 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4[37394]: 2024-09-11T04:55:26.625+0000 7f5c65542640 -1 osd.4 0 waiting for initial osdmap 2024-09-11T04:55:26.696 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:55:26 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4[37394]: 2024-09-11T04:55:26.630+0000 7f5c61369640 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T04:55:26.898 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T04:55:26.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:26 smithi137 ceph-mon[32557]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T04:55:26.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:26 smithi137 ceph-mon[32557]: osdmap e30: 5 total, 4 up, 5 in 2024-09-11T04:55:26.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:26 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:26.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:26 smithi137 ceph-mon[32557]: from='osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:26.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:26 smithi137 ceph-mon[32557]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:26.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:26 smithi137 ceph-mon[32557]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:27.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:26 smithi103 ceph-mon[29354]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T04:55:27.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:26 smithi103 ceph-mon[29354]: osdmap e30: 5 total, 4 up, 5 in 2024-09-11T04:55:27.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:26 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:27.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:26 smithi103 ceph-mon[29354]: from='osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:27.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:26 smithi103 ceph-mon[29354]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:27.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:26 smithi103 ceph-mon[29354]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:55:27.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:27 smithi204 ceph-mon[33171]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-11T04:55:27.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:27 smithi204 ceph-mon[33171]: osdmap e31: 5 total, 4 up, 5 in 2024-09-11T04:55:27.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:27 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:27.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:27 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:27.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:27 smithi137 ceph-mon[32557]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-11T04:55:27.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:27 smithi137 ceph-mon[32557]: osdmap e31: 5 total, 4 up, 5 in 2024-09-11T04:55:27.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:27 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:27.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:27 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:28.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:27 smithi103 ceph-mon[29354]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-11T04:55:28.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:27 smithi103 ceph-mon[29354]: osdmap e31: 5 total, 4 up, 5 in 2024-09-11T04:55:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:28.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:28.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: purged_snaps scrub starts 2024-09-11T04:55:28.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: purged_snaps scrub ok 2024-09-11T04:55:28.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577] boot 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: osdmap e32: 5 total, 5 up, 5 in 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: Detected new or changed devices on smithi204 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: Adjusting osd_memory_target on smithi204 to 21184M 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:28 smithi204 ceph-mon[33171]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:28.971 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: purged_snaps scrub starts 2024-09-11T04:55:28.971 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: purged_snaps scrub ok 2024-09-11T04:55:28.971 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577] boot 2024-09-11T04:55:28.971 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: osdmap e32: 5 total, 5 up, 5 in 2024-09-11T04:55:28.971 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:28.971 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: Detected new or changed devices on smithi204 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: Adjusting osd_memory_target on smithi204 to 21184M 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.972 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:28 smithi103 ceph-mon[29354]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: purged_snaps scrub starts 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: purged_snaps scrub ok 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: osd.4 [v2:172.21.15.204:6800/461897577,v1:172.21.15.204:6801/461897577] boot 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: osdmap e32: 5 total, 5 up, 5 in 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: Detected new or changed devices on smithi204 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: Adjusting osd_memory_target on smithi204 to 21184M 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:28.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:28.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:28.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:28 smithi137 ceph-mon[32557]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:29.753 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:29 smithi204 ceph-mon[33171]: osdmap e33: 5 total, 5 up, 5 in 2024-09-11T04:55:29.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:29 smithi137 ceph-mon[32557]: osdmap e33: 5 total, 5 up, 5 in 2024-09-11T04:55:30.031 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-11T04:55:30.059 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi204:vg_nvme/lv_3 2024-09-11T04:55:30.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:29 smithi103 ceph-mon[29354]: osdmap e33: 5 total, 5 up, 5 in 2024-09-11T04:55:30.302 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T04:55:30.765 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:30 smithi204 ceph-mon[33171]: osdmap e34: 5 total, 5 up, 5 in 2024-09-11T04:55:30.765 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:30 smithi204 ceph-mon[33171]: pgmap v117: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:30.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:30 smithi137 ceph-mon[32557]: osdmap e34: 5 total, 5 up, 5 in 2024-09-11T04:55:30.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:30 smithi137 ceph-mon[32557]: pgmap v117: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:31.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:30 smithi103 ceph-mon[29354]: osdmap e34: 5 total, 5 up, 5 in 2024-09-11T04:55:31.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:30 smithi103 ceph-mon[29354]: pgmap v117: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:31.785 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:31 smithi204 ceph-mon[33171]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:55:31.785 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:55:31.785 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:55:31.785 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:31.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:31 smithi137 ceph-mon[32557]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:55:31.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:55:31.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:55:31.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:32.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:31 smithi103 ceph-mon[29354]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:55:32.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T04:55:32.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T04:55:32.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:32.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:32 smithi137 ceph-mon[32557]: pgmap v118: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:33.041 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:32 smithi204 ceph-mon[33171]: pgmap v118: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:33.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:32 smithi103 ceph-mon[29354]: pgmap v118: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:33.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:33 smithi137 ceph-mon[32557]: from='client.? 172.21.15.204:0/1822720684' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"} : dispatch 2024-09-11T04:55:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:33 smithi137 ceph-mon[32557]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"} : dispatch 2024-09-11T04:55:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:33 smithi137 ceph-mon[32557]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"}]': finished 2024-09-11T04:55:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:33 smithi137 ceph-mon[32557]: osdmap e35: 6 total, 5 up, 6 in 2024-09-11T04:55:33.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:33 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:34.014 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:33 smithi204 ceph-mon[33171]: from='client.? 172.21.15.204:0/1822720684' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"} : dispatch 2024-09-11T04:55:34.014 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:33 smithi204 ceph-mon[33171]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"} : dispatch 2024-09-11T04:55:34.014 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:33 smithi204 ceph-mon[33171]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"}]': finished 2024-09-11T04:55:34.014 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:33 smithi204 ceph-mon[33171]: osdmap e35: 6 total, 5 up, 6 in 2024-09-11T04:55:34.014 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:33 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:34.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:33 smithi103 ceph-mon[29354]: from='client.? 172.21.15.204:0/1822720684' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"} : dispatch 2024-09-11T04:55:34.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:33 smithi103 ceph-mon[29354]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"} : dispatch 2024-09-11T04:55:34.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:33 smithi103 ceph-mon[29354]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "42907f3f-c110-4431-bac1-a984b2b8281e"}]': finished 2024-09-11T04:55:34.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:33 smithi103 ceph-mon[29354]: osdmap e35: 6 total, 5 up, 6 in 2024-09-11T04:55:34.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:33 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:34.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:34 smithi137 ceph-mon[32557]: from='client.? 172.21.15.204:0/3574915920' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:55:34.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:34 smithi137 ceph-mon[32557]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:55:35.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:34 smithi103 ceph-mon[29354]: from='client.? 172.21.15.204:0/3574915920' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:55:35.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:34 smithi103 ceph-mon[29354]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:55:35.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:34 smithi204 ceph-mon[33171]: from='client.? 172.21.15.204:0/3574915920' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T04:55:35.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:34 smithi204 ceph-mon[33171]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:55:36.796 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:36 smithi137 ceph-mon[32557]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-09-11T04:55:36.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:36 smithi103 ceph-mon[29354]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-09-11T04:55:36.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:36 smithi204 ceph-mon[33171]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-09-11T04:55:38.756 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:38 smithi204 ceph-mon[33171]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-09-11T04:55:38.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:38 smithi103 ceph-mon[29354]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-09-11T04:55:38.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:38 smithi137 ceph-mon[32557]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-09-11T04:55:40.709 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:40 smithi204 ceph-mon[33171]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:40.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:40 smithi103 ceph-mon[29354]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:40.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:40 smithi137 ceph-mon[32557]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:41.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-11T04:55:41.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:41.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:41 smithi103 ceph-mon[29354]: Deploying daemon osd.5 on smithi204 2024-09-11T04:55:41.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-11T04:55:41.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:41 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:41.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:41 smithi204 ceph-mon[33171]: Deploying daemon osd.5 on smithi204 2024-09-11T04:55:41.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-11T04:55:41.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:41.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:41 smithi137 ceph-mon[32557]: Deploying daemon osd.5 on smithi204 2024-09-11T04:55:42.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:42 smithi204 ceph-mon[33171]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:42.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:42 smithi103 ceph-mon[29354]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:42.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:42 smithi137 ceph-mon[32557]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T04:55:44.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:44 smithi103 ceph-mon[29354]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-11T04:55:44.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:44 smithi204 ceph-mon[33171]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-11T04:55:44.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:44 smithi137 ceph-mon[32557]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-11T04:55:46.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:46 smithi204 ceph-mon[33171]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:46.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:46 smithi103 ceph-mon[29354]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:46.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:46 smithi137 ceph-mon[32557]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:47.721 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:47 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:47.721 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:47 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:47.721 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:47 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:47.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:47 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:47.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:47 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:47.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:47 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:47.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:47 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:47.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:47 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:47.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:47 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:48.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:48 smithi204 ceph-mon[33171]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:48.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:48 smithi103 ceph-mon[29354]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:48.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:48 smithi137 ceph-mon[32557]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:50.709 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:50 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:50 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:50 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:50.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:50 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:50.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:50 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:50 smithi204 ceph-mon[33171]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:50.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:50 smithi137 ceph-mon[32557]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:50.750 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 5 on host 'smithi204' 2024-09-11T04:55:50.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:50.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:50.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:50.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:50 smithi103 ceph-mon[29354]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:51.348 DEBUG:teuthology.orchestra.run.smithi204:osd.5> sudo journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.5.service 2024-09-11T04:55:51.351 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-11T04:55:51.351 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T04:55:51.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:51 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:51.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:51 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:51.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:51 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:51.610 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:55:51.731 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:51.731 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:51.731 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:51.897 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:55:51 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5[43039]: 2024-09-11T04:55:51.726+0000 7f48e8f86640 -1 osd.5 0 log_to_monitors true 2024-09-11T04:55:51.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:55:51.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:51.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:52.375 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:55:52.754 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:52 smithi204 ceph-mon[33171]: from='osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-11T04:55:52.754 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:52 smithi204 ceph-mon[33171]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-11T04:55:52.754 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:52 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/1223055467' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T04:55:52.754 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:52 smithi204 ceph-mon[33171]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:52.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:52 smithi103 ceph-mon[29354]: from='osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-11T04:55:52.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:52 smithi103 ceph-mon[29354]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-11T04:55:52.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:52 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1223055467' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T04:55:52.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:52 smithi103 ceph-mon[29354]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:52.956 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":35,"num_osds":6,"num_up_osds":5,"osd_up_since":1726030527,"num_in_osds":6,"osd_in_since":1726030533,"num_remapped_pgs":0} 2024-09-11T04:55:52.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:52 smithi137 ceph-mon[32557]: from='osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-11T04:55:52.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:52 smithi137 ceph-mon[32557]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-11T04:55:52.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:52 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/1223055467' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T04:55:52.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:52 smithi137 ceph-mon[32557]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:53.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:53 smithi103 ceph-mon[29354]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T04:55:53.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:53 smithi103 ceph-mon[29354]: from='osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:53.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:53 smithi103 ceph-mon[29354]: osdmap e36: 6 total, 5 up, 6 in 2024-09-11T04:55:53.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:53 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:53.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:53 smithi103 ceph-mon[29354]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:53.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:53 smithi204 ceph-mon[33171]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T04:55:53.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:53 smithi204 ceph-mon[33171]: from='osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:53.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:53 smithi204 ceph-mon[33171]: osdmap e36: 6 total, 5 up, 6 in 2024-09-11T04:55:53.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:53 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:53.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:53 smithi204 ceph-mon[33171]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:53.958 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T04:55:53.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:53 smithi137 ceph-mon[32557]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T04:55:53.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:53 smithi137 ceph-mon[32557]: from='osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:53.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:53 smithi137 ceph-mon[32557]: osdmap e36: 6 total, 5 up, 6 in 2024-09-11T04:55:53.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:53 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:53.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:53 smithi137 ceph-mon[32557]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-11T04:55:54.212 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:55:54.235 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:55:53 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5[43039]: 2024-09-11T04:55:53.956+0000 7f48e571d640 -1 osd.5 0 waiting for initial osdmap 2024-09-11T04:55:54.235 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:55:53 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5[43039]: 2024-09-11T04:55:53.960+0000 7f48dcd28640 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T04:55:54.640 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: osdmap e37: 6 total, 5 up, 6 in 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='osd.5 ' entity='osd.5' 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: Detected new or changed devices on smithi204 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: Adjusting osd_memory_target on smithi204 to 10592M 2024-09-11T04:55:54.641 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.642 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:54.642 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:54.642 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.642 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:54 smithi103 ceph-mon[29354]: pgmap v132: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:54.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: osdmap e37: 6 total, 5 up, 6 in 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='osd.5 ' entity='osd.5' 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: Detected new or changed devices on smithi204 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: Adjusting osd_memory_target on smithi204 to 10592M 2024-09-11T04:55:54.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:54.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:54.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:54 smithi204 ceph-mon[33171]: pgmap v132: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:54.905 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:55:54.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-11T04:55:54.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: osdmap e37: 6 total, 5 up, 6 in 2024-09-11T04:55:54.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:54.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:54.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='osd.5 ' entity='osd.5' 2024-09-11T04:55:54.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: Detected new or changed devices on smithi204 2024-09-11T04:55:54.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:54.995 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-11T04:55:54.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: Adjusting osd_memory_target on smithi204 to 10592M 2024-09-11T04:55:54.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:55:54.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:55:54.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:55:54.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:54 smithi137 ceph-mon[32557]: pgmap v132: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:55:55.513 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":38,"num_osds":6,"num_up_osds":6,"osd_up_since":1726030554,"num_in_osds":6,"osd_in_since":1726030533,"num_remapped_pgs":1} 2024-09-11T04:55:55.514 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T04:55:55.754 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:55:55.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:55 smithi103 ceph-mon[29354]: purged_snaps scrub starts 2024-09-11T04:55:55.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:55 smithi103 ceph-mon[29354]: purged_snaps scrub ok 2024-09-11T04:55:55.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:55 smithi103 ceph-mon[29354]: osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342] boot 2024-09-11T04:55:55.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:55 smithi103 ceph-mon[29354]: osdmap e38: 6 total, 6 up, 6 in 2024-09-11T04:55:55.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:55.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:55 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/3483151270' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T04:55:55.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:55 smithi103 ceph-mon[29354]: osdmap e39: 6 total, 6 up, 6 in 2024-09-11T04:55:55.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:55 smithi204 ceph-mon[33171]: purged_snaps scrub starts 2024-09-11T04:55:55.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:55 smithi204 ceph-mon[33171]: purged_snaps scrub ok 2024-09-11T04:55:55.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:55 smithi204 ceph-mon[33171]: osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342] boot 2024-09-11T04:55:55.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:55 smithi204 ceph-mon[33171]: osdmap e38: 6 total, 6 up, 6 in 2024-09-11T04:55:55.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:55 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:55.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:55 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/3483151270' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T04:55:55.898 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:55 smithi204 ceph-mon[33171]: osdmap e39: 6 total, 6 up, 6 in 2024-09-11T04:55:55.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:55 smithi137 ceph-mon[32557]: purged_snaps scrub starts 2024-09-11T04:55:55.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:55 smithi137 ceph-mon[32557]: purged_snaps scrub ok 2024-09-11T04:55:55.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:55 smithi137 ceph-mon[32557]: osd.5 [v2:172.21.15.204:6808/1485465342,v1:172.21.15.204:6809/1485465342] boot 2024-09-11T04:55:55.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:55 smithi137 ceph-mon[32557]: osdmap e38: 6 total, 6 up, 6 in 2024-09-11T04:55:55.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:55 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-11T04:55:55.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:55 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/3483151270' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T04:55:55.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:55 smithi137 ceph-mon[32557]: osdmap e39: 6 total, 6 up, 6 in 2024-09-11T04:55:56.419 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:55:56.419 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":40,"fsid":"667b0474-6ff9-11ef-bcea-c7b262605968","created":"2024-09-11T04:51:30.476500+0000","modified":"2024-09-11T04:55:56.363136+0000","last_up_change":"2024-09-11T04:55:54.508215+0000","last_in_change":"2024-09-11T04:55:33.401030+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T04:54:40.699482+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"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":"4286168d-ec97-456a-9f55-0fad67f643f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6803","nonce":2101697018}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6805","nonce":2101697018}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6809","nonce":2101697018}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6807","nonce":2101697018}]},"public_addr":"172.21.15.103:6803/2101697018","cluster_addr":"172.21.15.103:6805/2101697018","heartbeat_back_addr":"172.21.15.103:6809/2101697018","heartbeat_front_addr":"172.21.15.103:6807/2101697018","state":["exists","up"]},{"osd":1,"uuid":"fb22a188-a401-48bd-8bd2-430a2c81041a","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.103:6810","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6811","nonce":1970421970}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6813","nonce":1970421970}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6817","nonce":1970421970}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6815","nonce":1970421970}]},"public_addr":"172.21.15.103:6811/1970421970","cluster_addr":"172.21.15.103:6813/1970421970","heartbeat_back_addr":"172.21.15.103:6817/1970421970","heartbeat_front_addr":"172.21.15.103:6815/1970421970","state":["exists","up"]},{"osd":2,"uuid":"23d8ac4e-ca08-4a4d-bac0-d6baa3936354","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.137:6800","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6801","nonce":1114163389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6803","nonce":1114163389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6807","nonce":1114163389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6805","nonce":1114163389}]},"public_addr":"172.21.15.137:6801/1114163389","cluster_addr":"172.21.15.137:6803/1114163389","heartbeat_back_addr":"172.21.15.137:6807/1114163389","heartbeat_front_addr":"172.21.15.137:6805/1114163389","state":["exists","up"]},{"osd":3,"uuid":"9e86c6ed-5056-4216-a97e-43baee5291bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6809","nonce":3756978940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6811","nonce":3756978940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6815","nonce":3756978940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6813","nonce":3756978940}]},"public_addr":"172.21.15.137:6809/3756978940","cluster_addr":"172.21.15.137:6811/3756978940","heartbeat_back_addr":"172.21.15.137:6815/3756978940","heartbeat_front_addr":"172.21.15.137:6813/3756978940","state":["exists","up"]},{"osd":4,"uuid":"debeb45f-24d7-4deb-b658-6f631cd011e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6801","nonce":461897577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6803","nonce":461897577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6807","nonce":461897577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6805","nonce":461897577}]},"public_addr":"172.21.15.204:6801/461897577","cluster_addr":"172.21.15.204:6803/461897577","heartbeat_back_addr":"172.21.15.204:6807/461897577","heartbeat_front_addr":"172.21.15.204:6805/461897577","state":["exists","up"]},{"osd":5,"uuid":"42907f3f-c110-4431-bac1-a984b2b8281e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6809","nonce":1485465342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6811","nonce":1485465342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6815","nonce":1485465342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6813","nonce":1485465342}]},"public_addr":"172.21.15.204:6809/1485465342","cluster_addr":"172.21.15.204:6811/1485465342","heartbeat_back_addr":"172.21.15.204:6815/1485465342","heartbeat_front_addr":"172.21.15.204:6813/1485465342","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:53:46.768806+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:54:12.196464+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:54:36.757636+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:03.094007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:26.163745+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:52.729171+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.103:0/549337514":"2024-09-12T04:52:24.396961+0000","172.21.15.103:6801/2863028029":"2024-09-12T04:52:24.396961+0000","172.21.15.103:6800/2863028029":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/3176694771":"2024-09-12T04:52:00.467146+0000","172.21.15.103:6801/1909234611":"2024-09-12T04:52:00.467146+0000","172.21.15.103:6800/1909234611":"2024-09-12T04:52:00.467146+0000","172.21.15.103:0/2322535522":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/2660991117":"2024-09-12T04:52:00.467146+0000","172.21.15.103:0/2953787293":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/923737608":"2024-09-12T04:52:00.467146+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T04:55:57.030 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-11T04:54:40.699482+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '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-09-11T04:55:57.030 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-11T04:55:57.273 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:55:57.629 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:57 smithi103 ceph-mon[29354]: osdmap e40: 6 total, 6 up, 6 in 2024-09-11T04:55:57.629 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:57 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/3903654378' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:55:57.629 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:57 smithi103 ceph-mon[29354]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:55:57.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:57 smithi204 ceph-mon[33171]: osdmap e40: 6 total, 6 up, 6 in 2024-09-11T04:55:57.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:57 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/3903654378' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:55:57.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:57 smithi204 ceph-mon[33171]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:55:57.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:57 smithi137 ceph-mon[32557]: osdmap e40: 6 total, 6 up, 6 in 2024-09-11T04:55:57.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:57 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/3903654378' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:55:57.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:57 smithi137 ceph-mon[32557]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:55:57.892 INFO:teuthology.orchestra.run.smithi103.stdout:pg_num: 1 2024-09-11T04:55:58.483 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:58 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/3128775553' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-11T04:55:58.511 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T04:55:58.512 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph config log 1 --format=json 2024-09-11T04:55:58.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:58 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/3128775553' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-11T04:55:58.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:58 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/3128775553' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-11T04:55:58.754 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:55:59.378 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:55:59.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:55:59 smithi103 ceph-mon[29354]: pgmap v137: 1 pgs: 1 peering; 577 KiB data, 161 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:55:59.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:55:59 smithi204 ceph-mon[33171]: pgmap v137: 1 pgs: 1 peering; 577 KiB data, 161 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:55:59.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:55:59 smithi137 ceph-mon[32557]: pgmap v137: 1 pgs: 1 peering; 577 KiB data, 161 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:55:59.984 INFO:teuthology.orchestra.run.smithi103.stdout:[{"version":19,"timestamp":"2024-09-11T04:55:54.275344+0000","name":"","changes":[{"name":"osd/host:smithi204/osd_memory_target","previous_value":"22213045862","new_value":"11106522931"}]}] 2024-09-11T04:55:59.984 INFO:tasks.ceph_manager:config epoch is 19 2024-09-11T04:55:59.985 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T04:55:59.985 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T04:55:59.985 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T04:56:00.226 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:00.602 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:00 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/123714153' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-11T04:56:00.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:00 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/123714153' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-11T04:56:00.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:00 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/123714153' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-11T04:56:00.917 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:56:01.531 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:01 smithi103 ceph-mon[29354]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:56:01.531 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:01 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2724690855' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-11T04:56:01.559 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":2985347190},{"type":"v1","addr":"172.21.15.103:6801","nonce":2985347190}]},"active_addr":"172.21.15.103:6801/2985347190","active_change":"2024-09-11T04:52:24.397066+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.103: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"]},"force_disabled_modules":{},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":1987164614}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":2151221794}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":1202732984}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":2463684199}]}]} 2024-09-11T04:56:01.564 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T04:56:01.564 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T04:56:01.564 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T04:56:01.647 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:01 smithi204 ceph-mon[33171]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:56:01.648 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:01 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/2724690855' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-11T04:56:01.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:01 smithi137 ceph-mon[32557]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:56:01.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:01 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2724690855' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-11T04:56:01.806 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:02.412 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:56:02.413 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":40,"fsid":"667b0474-6ff9-11ef-bcea-c7b262605968","created":"2024-09-11T04:51:30.476500+0000","modified":"2024-09-11T04:55:56.363136+0000","last_up_change":"2024-09-11T04:55:54.508215+0000","last_in_change":"2024-09-11T04:55:33.401030+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T04:54:40.699482+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"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":"4286168d-ec97-456a-9f55-0fad67f643f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6803","nonce":2101697018}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6805","nonce":2101697018}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6809","nonce":2101697018}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6807","nonce":2101697018}]},"public_addr":"172.21.15.103:6803/2101697018","cluster_addr":"172.21.15.103:6805/2101697018","heartbeat_back_addr":"172.21.15.103:6809/2101697018","heartbeat_front_addr":"172.21.15.103:6807/2101697018","state":["exists","up"]},{"osd":1,"uuid":"fb22a188-a401-48bd-8bd2-430a2c81041a","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.103:6810","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6811","nonce":1970421970}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6813","nonce":1970421970}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6817","nonce":1970421970}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6815","nonce":1970421970}]},"public_addr":"172.21.15.103:6811/1970421970","cluster_addr":"172.21.15.103:6813/1970421970","heartbeat_back_addr":"172.21.15.103:6817/1970421970","heartbeat_front_addr":"172.21.15.103:6815/1970421970","state":["exists","up"]},{"osd":2,"uuid":"23d8ac4e-ca08-4a4d-bac0-d6baa3936354","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.137:6800","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6801","nonce":1114163389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6803","nonce":1114163389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6807","nonce":1114163389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6805","nonce":1114163389}]},"public_addr":"172.21.15.137:6801/1114163389","cluster_addr":"172.21.15.137:6803/1114163389","heartbeat_back_addr":"172.21.15.137:6807/1114163389","heartbeat_front_addr":"172.21.15.137:6805/1114163389","state":["exists","up"]},{"osd":3,"uuid":"9e86c6ed-5056-4216-a97e-43baee5291bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6809","nonce":3756978940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6811","nonce":3756978940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6815","nonce":3756978940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6813","nonce":3756978940}]},"public_addr":"172.21.15.137:6809/3756978940","cluster_addr":"172.21.15.137:6811/3756978940","heartbeat_back_addr":"172.21.15.137:6815/3756978940","heartbeat_front_addr":"172.21.15.137:6813/3756978940","state":["exists","up"]},{"osd":4,"uuid":"debeb45f-24d7-4deb-b658-6f631cd011e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6801","nonce":461897577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6803","nonce":461897577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6807","nonce":461897577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6805","nonce":461897577}]},"public_addr":"172.21.15.204:6801/461897577","cluster_addr":"172.21.15.204:6803/461897577","heartbeat_back_addr":"172.21.15.204:6807/461897577","heartbeat_front_addr":"172.21.15.204:6805/461897577","state":["exists","up"]},{"osd":5,"uuid":"42907f3f-c110-4431-bac1-a984b2b8281e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6809","nonce":1485465342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6811","nonce":1485465342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6815","nonce":1485465342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6813","nonce":1485465342}]},"public_addr":"172.21.15.204:6809/1485465342","cluster_addr":"172.21.15.204:6811/1485465342","heartbeat_back_addr":"172.21.15.204:6815/1485465342","heartbeat_front_addr":"172.21.15.204:6813/1485465342","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:53:46.768806+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:54:12.196464+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:54:36.757636+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:03.094007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:26.163745+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:52.729171+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.103:0/549337514":"2024-09-12T04:52:24.396961+0000","172.21.15.103:6801/2863028029":"2024-09-12T04:52:24.396961+0000","172.21.15.103:6800/2863028029":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/3176694771":"2024-09-12T04:52:00.467146+0000","172.21.15.103:6801/1909234611":"2024-09-12T04:52:00.467146+0000","172.21.15.103:6800/1909234611":"2024-09-12T04:52:00.467146+0000","172.21.15.103:0/2322535522":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/2660991117":"2024-09-12T04:52:00.467146+0000","172.21.15.103:0/2953787293":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/923737608":"2024-09-12T04:52:00.467146+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T04:56:02.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:02 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1209843728' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:56:02.573 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:02 smithi103 ceph-mon[29354]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-09-11T04:56:02.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:02 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/1209843728' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:56:02.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:02 smithi137 ceph-mon[32557]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-09-11T04:56:02.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:02 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/1209843728' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:56:02.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:02 smithi204 ceph-mon[33171]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-09-11T04:56:03.028 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T04:56:03.028 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T04:56:03.272 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:03.922 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:56:03.923 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":40,"fsid":"667b0474-6ff9-11ef-bcea-c7b262605968","created":"2024-09-11T04:51:30.476500+0000","modified":"2024-09-11T04:55:56.363136+0000","last_up_change":"2024-09-11T04:55:54.508215+0000","last_in_change":"2024-09-11T04:55:33.401030+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T04:54:40.699482+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"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":"4286168d-ec97-456a-9f55-0fad67f643f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6803","nonce":2101697018}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6805","nonce":2101697018}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6809","nonce":2101697018}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":2101697018},{"type":"v1","addr":"172.21.15.103:6807","nonce":2101697018}]},"public_addr":"172.21.15.103:6803/2101697018","cluster_addr":"172.21.15.103:6805/2101697018","heartbeat_back_addr":"172.21.15.103:6809/2101697018","heartbeat_front_addr":"172.21.15.103:6807/2101697018","state":["exists","up"]},{"osd":1,"uuid":"fb22a188-a401-48bd-8bd2-430a2c81041a","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.103:6810","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6811","nonce":1970421970}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6813","nonce":1970421970}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6817","nonce":1970421970}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":1970421970},{"type":"v1","addr":"172.21.15.103:6815","nonce":1970421970}]},"public_addr":"172.21.15.103:6811/1970421970","cluster_addr":"172.21.15.103:6813/1970421970","heartbeat_back_addr":"172.21.15.103:6817/1970421970","heartbeat_front_addr":"172.21.15.103:6815/1970421970","state":["exists","up"]},{"osd":2,"uuid":"23d8ac4e-ca08-4a4d-bac0-d6baa3936354","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.137:6800","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6801","nonce":1114163389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6803","nonce":1114163389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6807","nonce":1114163389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":1114163389},{"type":"v1","addr":"172.21.15.137:6805","nonce":1114163389}]},"public_addr":"172.21.15.137:6801/1114163389","cluster_addr":"172.21.15.137:6803/1114163389","heartbeat_back_addr":"172.21.15.137:6807/1114163389","heartbeat_front_addr":"172.21.15.137:6805/1114163389","state":["exists","up"]},{"osd":3,"uuid":"9e86c6ed-5056-4216-a97e-43baee5291bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6809","nonce":3756978940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6811","nonce":3756978940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6815","nonce":3756978940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":3756978940},{"type":"v1","addr":"172.21.15.137:6813","nonce":3756978940}]},"public_addr":"172.21.15.137:6809/3756978940","cluster_addr":"172.21.15.137:6811/3756978940","heartbeat_back_addr":"172.21.15.137:6815/3756978940","heartbeat_front_addr":"172.21.15.137:6813/3756978940","state":["exists","up"]},{"osd":4,"uuid":"debeb45f-24d7-4deb-b658-6f631cd011e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6801","nonce":461897577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6803","nonce":461897577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6807","nonce":461897577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":461897577},{"type":"v1","addr":"172.21.15.204:6805","nonce":461897577}]},"public_addr":"172.21.15.204:6801/461897577","cluster_addr":"172.21.15.204:6803/461897577","heartbeat_back_addr":"172.21.15.204:6807/461897577","heartbeat_front_addr":"172.21.15.204:6805/461897577","state":["exists","up"]},{"osd":5,"uuid":"42907f3f-c110-4431-bac1-a984b2b8281e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6809","nonce":1485465342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6811","nonce":1485465342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6815","nonce":1485465342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":1485465342},{"type":"v1","addr":"172.21.15.204:6813","nonce":1485465342}]},"public_addr":"172.21.15.204:6809/1485465342","cluster_addr":"172.21.15.204:6811/1485465342","heartbeat_back_addr":"172.21.15.204:6815/1485465342","heartbeat_front_addr":"172.21.15.204:6813/1485465342","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:53:46.768806+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:54:12.196464+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:54:36.757636+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:03.094007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:26.163745+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T04:55:52.729171+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.103:0/549337514":"2024-09-12T04:52:24.396961+0000","172.21.15.103:6801/2863028029":"2024-09-12T04:52:24.396961+0000","172.21.15.103:6800/2863028029":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/3176694771":"2024-09-12T04:52:00.467146+0000","172.21.15.103:6801/1909234611":"2024-09-12T04:52:00.467146+0000","172.21.15.103:6800/1909234611":"2024-09-12T04:52:00.467146+0000","172.21.15.103:0/2322535522":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/2660991117":"2024-09-12T04:52:00.467146+0000","172.21.15.103:0/2953787293":"2024-09-12T04:52:24.396961+0000","172.21.15.103:0/923737608":"2024-09-12T04:52:00.467146+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T04:56:04.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:03 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2215586224' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:56:04.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:03 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2215586224' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:56:04.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:03 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/2215586224' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T04:56:04.566 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T04:56:04.567 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T04:56:04.567 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-11T04:56:04.568 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-11T04:56:04.568 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-11T04:56:04.568 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-11T04:56:04.848 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:04.852 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:05.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:04 smithi137 ceph-mon[32557]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-11T04:56:05.282 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:04 smithi103 ceph-mon[29354]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-11T04:56:05.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:04 smithi204 ceph-mon[33171]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-11T04:56:05.503 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:05.504 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:05.915 INFO:teuthology.orchestra.run.smithi103.stdout:111669149710 2024-09-11T04:56:05.916 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-11T04:56:06.612 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:06.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:06 smithi103 ceph-mon[29354]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-11T04:56:06.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:06 smithi204 ceph-mon[33171]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-11T04:56:06.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:06 smithi137 ceph-mon[32557]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-11T04:56:07.028 INFO:teuthology.orchestra.run.smithi103.stdout:34359738399 2024-09-11T04:56:07.028 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T04:56:08.029 INFO:teuthology.orchestra.run.smithi103.stdout:111669149710 2024-09-11T04:56:08.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:08 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2145810394' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-11T04:56:08.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:08 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/2145810394' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-11T04:56:08.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:08 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2145810394' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-11T04:56:08.749 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149710 got 111669149710 for osd.3 2024-09-11T04:56:08.750 DEBUG:teuthology.parallel:result is None 2024-09-11T04:56:09.183 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:09 smithi103 ceph-mon[29354]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:56:09.224 INFO:teuthology.orchestra.run.smithi103.stdout:77309411349 2024-09-11T04:56:09.224 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-11T04:56:09.237 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:09.237 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:09.240 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:09.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:09 smithi204 ceph-mon[33171]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:56:09.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:09 smithi137 ceph-mon[32557]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:56:10.489 INFO:teuthology.orchestra.run.smithi103.stdout:34359738399 2024-09-11T04:56:10.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:10 smithi103 ceph-mon[29354]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:56:10.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:10 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1042680093' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-11T04:56:10.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:10 smithi204 ceph-mon[33171]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:56:10.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:10 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/1042680093' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-11T04:56:10.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:10 smithi137 ceph-mon[32557]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T04:56:10.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:10 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/1042680093' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-11T04:56:11.526 INFO:teuthology.orchestra.run.smithi103.stdout:137438953483 2024-09-11T04:56:11.526 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-11T04:56:12.299 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738399 got 34359738399 for osd.0 2024-09-11T04:56:12.300 DEBUG:teuthology.parallel:result is None 2024-09-11T04:56:12.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:12 smithi103 ceph-mon[29354]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:12.743 INFO:teuthology.orchestra.run.smithi103.stdout:163208757255 2024-09-11T04:56:12.743 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-11T04:56:12.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:12 smithi204 ceph-mon[33171]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:12.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:12 smithi137 ceph-mon[32557]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:13.330 INFO:teuthology.orchestra.run.smithi103.stdout:55834574874 2024-09-11T04:56:13.330 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T04:56:13.424 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:13.424 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:13.438 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:14.477 INFO:teuthology.orchestra.run.smithi103.stdout:163208757255 2024-09-11T04:56:14.684 INFO:teuthology.orchestra.run.smithi103.stdout:137438953484 2024-09-11T04:56:14.685 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:14 smithi103 ceph-mon[29354]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:14.685 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:14 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1467748963' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-11T04:56:14.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:14 smithi204 ceph-mon[33171]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:14.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:14 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/1467748963' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-11T04:56:14.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:14 smithi137 ceph-mon[32557]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:14.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:14 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/1467748963' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-11T04:56:15.227 INFO:teuthology.orchestra.run.smithi103.stdout:77309411350 2024-09-11T04:56:15.666 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953483 got 137438953484 for osd.4 2024-09-11T04:56:15.666 DEBUG:teuthology.parallel:result is None 2024-09-11T04:56:15.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:15 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/2666147398' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-11T04:56:15.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:15 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/770749615' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-11T04:56:15.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:15 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/2666147398' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-11T04:56:15.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:15 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/770749615' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-11T04:56:15.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:15 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/2666147398' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-11T04:56:15.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:15 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/770749615' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-11T04:56:16.101 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411349 got 77309411350 for osd.2 2024-09-11T04:56:16.101 DEBUG:teuthology.parallel:result is None 2024-09-11T04:56:16.498 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:16.528 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757255 got 163208757255 for osd.5 2024-09-11T04:56:16.529 DEBUG:teuthology.parallel:result is None 2024-09-11T04:56:16.747 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:16 smithi103 ceph-mon[29354]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:16.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:16 smithi204 ceph-mon[33171]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:16.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:16 smithi137 ceph-mon[32557]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:17.129 INFO:teuthology.orchestra.run.smithi103.stdout:55834574875 2024-09-11T04:56:17.699 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:17 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/3510598055' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-11T04:56:17.727 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574875 for osd.1 2024-09-11T04:56:17.727 DEBUG:teuthology.parallel:result is None 2024-09-11T04:56:17.727 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T04:56:17.728 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T04:56:17.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:17 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/3510598055' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-11T04:56:17.969 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:17.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:17 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/3510598055' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-11T04:56:18.574 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:56:18.574 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-11T04:56:18.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:18 smithi103 ceph-mon[29354]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:18.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:18 smithi204 ceph-mon[33171]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:18.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:18 smithi137 ceph-mon[32557]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:19.201 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2024-09-11T04:56:18.439822+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":166040,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304872,"statfs":{"total":575970213888,"available":575800188928,"internally_reserved":0,"allocated":3944448,"data_stored":2594736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001900"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":63,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-09-11T04:55:56.567698+0000","last_change":"2024-09-11T04:55:56.567605+0000","last_active":"2024-09-11T04:55:56.567698+0000","last_peered":"2024-09-11T04:55:56.567698+0000","last_clean":"2024-09-11T04:55:56.567698+0000","last_became_active":"2024-09-11T04:55:56.562509+0000","last_became_peered":"2024-09-11T04:55:56.562509+0000","last_unstale":"2024-09-11T04:55:56.567698+0000","last_undegraded":"2024-09-11T04:55:56.567698+0000","last_fullsized":"2024-09-11T04:55:56.567698+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T04:54:41.145572+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T04:54:41.145572+0000","last_clean_scrub_stamp":"2024-09-11T04:54:41.145572+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-12T05:11:05.179784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757256,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27968,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717184,"statfs":{"total":95995035648,"available":95966396416,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":32,"seq":137438953485,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27384,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717768,"statfs":{"total":95995035648,"available":95966994432,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":26,"seq":111669149712,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574875,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738401,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27384,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717768,"statfs":{"total":95995035648,"available":95966994432,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":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-09-11T04:56:19.201 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T04:56:19.442 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:19.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:19 smithi103 ceph-mon[29354]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:19.997 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:19 smithi137 ceph-mon[32557]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:19.997 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:19 smithi204 ceph-mon[33171]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:20.084 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:56:20.084 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-11T04:56:20.705 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:20 smithi103 ceph-mon[29354]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:20.705 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:20 smithi103 ceph-mon[29354]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:20.733 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2024-09-11T04:56:18.439822+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":166040,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304872,"statfs":{"total":575970213888,"available":575800188928,"internally_reserved":0,"allocated":3944448,"data_stored":2594736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001900"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":63,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-09-11T04:55:56.567698+0000","last_change":"2024-09-11T04:55:56.567605+0000","last_active":"2024-09-11T04:55:56.567698+0000","last_peered":"2024-09-11T04:55:56.567698+0000","last_clean":"2024-09-11T04:55:56.567698+0000","last_became_active":"2024-09-11T04:55:56.562509+0000","last_became_peered":"2024-09-11T04:55:56.562509+0000","last_unstale":"2024-09-11T04:55:56.567698+0000","last_undegraded":"2024-09-11T04:55:56.567698+0000","last_fullsized":"2024-09-11T04:55:56.567698+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T04:54:41.145572+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T04:54:41.145572+0000","last_clean_scrub_stamp":"2024-09-11T04:54:41.145572+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-12T05:11:05.179784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757256,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27968,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717184,"statfs":{"total":95995035648,"available":95966396416,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":32,"seq":137438953485,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27384,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717768,"statfs":{"total":95995035648,"available":95966994432,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":26,"seq":111669149712,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574875,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738401,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27384,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717768,"statfs":{"total":95995035648,"available":95966994432,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":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-09-11T04:56:20.734 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T04:56:20.734 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T04:56:20.734 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T04:56:20.734 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T04:56:20.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:20 smithi204 ceph-mon[33171]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:20.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:20 smithi204 ceph-mon[33171]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:20.976 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:20.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:20 smithi137 ceph-mon[32557]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:20.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:20 smithi137 ceph-mon[32557]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:21.629 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-11T04:56:21.629 INFO:teuthology.orchestra.run.smithi103.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T04:56:21.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:21 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/4057305632' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-11T04:56:21.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:21 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/4057305632' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-11T04:56:22.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:21 smithi204 ceph-mon[33171]: from='client.? 172.21.15.103:0/4057305632' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-11T04:56:22.535 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T04:56:22.536 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T04:56:22.536 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T04:56:22.546 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2024-09-11T04:56:22.546 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 -- bash -c 'set -ex 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> for host in $HOSTNAMES; do 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> # find the hostname for "host.c" which will have no mgr 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> if [ "$HAS_MGRS" == "false" ]; then 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> HOST_C="${host}" 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> fi 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> done 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> # One last thing to worry about before draining the host 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> # is that the teuthology test tends to put the explicit 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> # hostnames in the placement for the mon service. 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> # We want to make sure we can drain without providing 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> # --force and there is a check for the host being removed 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> # being listed explicitly in the placements. Therefore, 2024-09-11T04:56:22.547 DEBUG:teuthology.orchestra.run.smithi103:> # we should remove it from the mon placement. 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> ceph orch ls mon --export > mon.yaml 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> ceph orch apply -i mon_adjusted.yaml 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> # now drain that host 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> ceph orch host drain $HOST_C --zap-osd-devices 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> # wait for drain to complete 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> sleep 15 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> done 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> # we want to check the ability to remove the host from 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> # the CRUSH map, so we should first verify the host is in 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> # the CRUSH map. 2024-09-11T04:56:22.548 DEBUG:teuthology.orchestra.run.smithi103:> ceph osd getcrushmap -o compiled-crushmap 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> exit 1 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> fi 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> # If the drain was successful, we should be able to remove the 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> # host without force with no issues. If there are still daemons 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> # we will get a response telling us to drain the host and a 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> # non-zero return code 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> ceph orch host rm $HOST_C --rm-crush-entry 2024-09-11T04:56:22.549 DEBUG:teuthology.orchestra.run.smithi103:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> sleep 30 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> ceph osd getcrushmap -o compiled-crushmap 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> exit 1 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> fi 2024-09-11T04:56:22.550 DEBUG:teuthology.orchestra.run.smithi103:> ' 2024-09-11T04:56:22.796 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T04:56:22.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:22 smithi103 ceph-mon[29354]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:22.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:22 smithi137 ceph-mon[32557]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:23.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:22 smithi204 ceph-mon[33171]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:23.224 INFO:teuthology.orchestra.run.smithi103.stderr:++ ceph orch host ls --format json 2024-09-11T04:56:23.224 INFO:teuthology.orchestra.run.smithi103.stderr:++ jq -r '.[] | .hostname' 2024-09-11T04:56:23.450 INFO:teuthology.orchestra.run.smithi103.stderr:+ HOSTNAMES='smithi103 2024-09-11T04:56:23.450 INFO:teuthology.orchestra.run.smithi103.stderr:smithi137 2024-09-11T04:56:23.451 INFO:teuthology.orchestra.run.smithi103.stderr:smithi204' 2024-09-11T04:56:23.451 INFO:teuthology.orchestra.run.smithi103.stderr:+ for host in $HOSTNAMES 2024-09-11T04:56:23.451 INFO:teuthology.orchestra.run.smithi103.stderr:++ ceph orch ps --hostname smithi103 --format json 2024-09-11T04:56:23.451 INFO:teuthology.orchestra.run.smithi103.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-11T04:56:23.746 INFO:teuthology.orchestra.run.smithi103.stderr:+ HAS_MGRS=true 2024-09-11T04:56:23.746 INFO:teuthology.orchestra.run.smithi103.stderr:+ '[' true == false ']' 2024-09-11T04:56:23.746 INFO:teuthology.orchestra.run.smithi103.stderr:+ for host in $HOSTNAMES 2024-09-11T04:56:23.747 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:23 smithi103 ceph-mon[29354]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:23.748 INFO:teuthology.orchestra.run.smithi103.stderr:++ ceph orch ps --hostname smithi137 --format json 2024-09-11T04:56:23.748 INFO:teuthology.orchestra.run.smithi103.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-11T04:56:23.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:23 smithi137 ceph-mon[32557]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:24.048 INFO:teuthology.orchestra.run.smithi103.stderr:+ HAS_MGRS=true 2024-09-11T04:56:24.048 INFO:teuthology.orchestra.run.smithi103.stderr:+ '[' true == false ']' 2024-09-11T04:56:24.048 INFO:teuthology.orchestra.run.smithi103.stderr:+ for host in $HOSTNAMES 2024-09-11T04:56:24.048 INFO:teuthology.orchestra.run.smithi103.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-11T04:56:24.048 INFO:teuthology.orchestra.run.smithi103.stderr:++ ceph orch ps --hostname smithi204 --format json 2024-09-11T04:56:24.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:23 smithi204 ceph-mon[33171]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:24.333 INFO:teuthology.orchestra.run.smithi103.stderr:+ HAS_MGRS=false 2024-09-11T04:56:24.334 INFO:teuthology.orchestra.run.smithi103.stderr:+ '[' false == false ']' 2024-09-11T04:56:24.334 INFO:teuthology.orchestra.run.smithi103.stderr:+ HOST_C=smithi204 2024-09-11T04:56:24.334 INFO:teuthology.orchestra.run.smithi103.stderr:+ ceph orch ls mon --export 2024-09-11T04:56:24.630 INFO:teuthology.orchestra.run.smithi103.stderr:+ sed /smithi204/d mon.yaml 2024-09-11T04:56:24.631 INFO:teuthology.orchestra.run.smithi103.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-09-11T04:56:24.906 INFO:teuthology.orchestra.run.smithi103.stdout:Scheduled mon update... 2024-09-11T04:56:24.906 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:24 smithi103 ceph-mon[29354]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi103", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:24.906 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:24 smithi103 ceph-mon[29354]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:24.906 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:24 smithi103 ceph-mon[29354]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:24.906 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:24 smithi103 ceph-mon[29354]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:24.917 INFO:teuthology.orchestra.run.smithi103.stderr:+ ceph orch host drain smithi204 --zap-osd-devices 2024-09-11T04:56:24.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:24 smithi137 ceph-mon[32557]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi103", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:24 smithi137 ceph-mon[32557]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:24 smithi137 ceph-mon[32557]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:24.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:24 smithi137 ceph-mon[32557]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:25.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:24 smithi204 ceph-mon[33171]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi103", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:25.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:24 smithi204 ceph-mon[33171]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi137", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:25.147 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:24 smithi204 ceph-mon[33171]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T04:56:25.148 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:24 smithi204 ceph-mon[33171]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:25.202 INFO:teuthology.orchestra.run.smithi103.stdout:Scheduled to remove the following daemons from host 'smithi204' 2024-09-11T04:56:25.202 INFO:teuthology.orchestra.run.smithi103.stdout:type id 2024-09-11T04:56:25.202 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------- --------------- 2024-09-11T04:56:25.203 INFO:teuthology.orchestra.run.smithi103.stdout:mon c 2024-09-11T04:56:25.203 INFO:teuthology.orchestra.run.smithi103.stdout:osd 4 2024-09-11T04:56:25.203 INFO:teuthology.orchestra.run.smithi103.stdout:osd 5 2024-09-11T04:56:25.213 INFO:teuthology.orchestra.run.smithi103.stderr:++ ceph orch ps --hostname smithi204 2024-09-11T04:56:25.504 INFO:teuthology.orchestra.run.smithi103.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T04:56:25.505 INFO:teuthology.orchestra.run.smithi103.stderr:mon.c smithi204 running (3m) 36s ago 3m 37.9M 2048M 19.3.0-4854-g8f219c47 589dd18248e4 d523adae2e12 2024-09-11T04:56:25.505 INFO:teuthology.orchestra.run.smithi103.stderr:osd.4 smithi204 running (65s) 36s ago 65s 30.5M 10.3G 19.3.0-4854-g8f219c47 589dd18248e4 0e0725a2db4a 2024-09-11T04:56:25.505 INFO:teuthology.orchestra.run.smithi103.stderr:osd.5 smithi204 running (39s) 36s ago 38s 12.1M 10.3G 19.3.0-4854-g8f219c47 589dd18248e4 1bc303fd33cd ' 2024-09-11T04:56:25.505 INFO:teuthology.orchestra.run.smithi103.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T04:56:25.505 INFO:teuthology.orchestra.run.smithi103.stderr:mon.c smithi204 running (3m) 36s ago 3m 37.9M 2048M 19.3.0-4854-g8f219c47 589dd18248e4 d523adae2e12 2024-09-11T04:56:25.505 INFO:teuthology.orchestra.run.smithi103.stderr:osd.4 smithi204 running (65s) 36s ago 65s 30.5M 10.3G 19.3.0-4854-g8f219c47 589dd18248e4 0e0725a2db4a 2024-09-11T04:56:25.505 INFO:teuthology.orchestra.run.smithi103.stderr:osd.5 smithi204 running (39s) 36s ago 38s 12.1M 10.3G 19.3.0-4854-g8f219c47 589dd18248e4 1bc303fd33cd ' '!=' 'No daemons reported' ']' 2024-09-11T04:56:25.505 INFO:teuthology.orchestra.run.smithi103.stderr:+ sleep 15 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: Saving service mon spec with placement smithi103:172.21.15.103=a;smithi137:172.21.15.137=b;count:3 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: Added label _no_schedule to host smithi204 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: Added label _no_conf_keyring to host smithi204 2024-09-11T04:56:26.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: osd.4 crush weight is 0.0872955322265625 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: osd.5 crush weight is 0.0872955322265625 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: Removing smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: Removing smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:26.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:26.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2024-09-11T04:56:26.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-11T04:56:26.246 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:25 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: Saving service mon spec with placement smithi103:172.21.15.103=a;smithi137:172.21.15.137=b;count:3 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: Added label _no_schedule to host smithi204 2024-09-11T04:56:26.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: Added label _no_conf_keyring to host smithi204 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: osd.4 crush weight is 0.0872955322265625 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: osd.5 crush weight is 0.0872955322265625 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: Removing smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: Removing smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:26.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:26.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:26.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:26.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2024-09-11T04:56:26.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-11T04:56:26.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:25 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: Saving service mon spec with placement smithi103:172.21.15.103=a;smithi137:172.21.15.137=b;count:3 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: Added label _no_schedule to host smithi204 2024-09-11T04:56:26.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: Added label _no_conf_keyring to host smithi204 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: osd.4 crush weight is 0.0872955322265625 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: osd.5 crush weight is 0.0872955322265625 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: Removing smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: Removing smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T04:56:26.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.400 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:26.400 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:26.400 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:26.400 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:26.400 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:26.400 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2024-09-11T04:56:26.400 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-11T04:56:26.400 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:25 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2024-09-11T04:56:26.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:26 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a[29350]: 2024-09-11T04:56:26.438+0000 7f256a2d9640 -1 mon.a@0(leader).osd e41 definitely_dead 0 2024-09-11T04:56:27.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:27.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-11T04:56:27.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: osdmap e41: 6 total, 6 up, 6 in 2024-09-11T04:56:27.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: osd.5 weight is now 0.0 2024-09-11T04:56:27.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:27.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:27.710 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2024-09-11T04:56:27.711 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-11T04:56:27.711 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2024-09-11T04:56:27.711 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-mon[33171]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:27.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: osdmap e41: 6 total, 6 up, 6 in 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: osd.5 weight is now 0.0 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2024-09-11T04:56:27.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:27 smithi137 ceph-mon[32557]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: osdmap e41: 6 total, 6 up, 6 in 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: osd.5 weight is now 0.0 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2024-09-11T04:56:27.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:27 smithi103 ceph-mon[29354]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:27.980 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:27 smithi204 systemd[1]: Stopping Ceph osd.4 for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:56:28.397 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4[37394]: 2024-09-11T04:56:27.979+0000 7f5c66557640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:56:28.398 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4[37394]: 2024-09-11T04:56:27.979+0000 7f5c66557640 -1 osd.4 41 *** Got signal Terminated *** 2024-09-11T04:56:28.398 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:27 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4[37394]: 2024-09-11T04:56:27.979+0000 7f5c66557640 -1 osd.4 41 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T04:56:28.721 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:28 smithi103 ceph-mon[29354]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T04:56:28.721 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:28 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-11T04:56:28.721 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:28 smithi103 ceph-mon[29354]: osdmap e42: 6 total, 5 up, 6 in 2024-09-11T04:56:28.721 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:28 smithi103 ceph-mon[29354]: osd.4 now down 2024-09-11T04:56:28.721 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:28 smithi103 ceph-mon[29354]: Removing daemon osd.4 from smithi204 -- ports [] 2024-09-11T04:56:28.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:28 smithi137 ceph-mon[32557]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T04:56:28.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:28 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-11T04:56:28.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:28 smithi137 ceph-mon[32557]: osdmap e42: 6 total, 5 up, 6 in 2024-09-11T04:56:28.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:28 smithi137 ceph-mon[32557]: osd.4 now down 2024-09-11T04:56:28.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:28 smithi137 ceph-mon[32557]: Removing daemon osd.4 from smithi204 -- ports [] 2024-09-11T04:56:28.780 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:28 smithi204 podman[46851]: 2024-09-11 04:56:28.500441953 +0000 UTC m=+0.647529830 container died 0e0725a2db4a42ba9c99a7b913b619860686b3fe0ac60150fcf03846b58c4b44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-11T04:56:28.781 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:28 smithi204 ceph-mon[33171]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T04:56:28.781 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:28 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-11T04:56:28.781 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:28 smithi204 ceph-mon[33171]: osdmap e42: 6 total, 5 up, 6 in 2024-09-11T04:56:28.781 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:28 smithi204 ceph-mon[33171]: osd.4 now down 2024-09-11T04:56:28.781 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:28 smithi204 ceph-mon[33171]: Removing daemon osd.4 from smithi204 -- ports [] 2024-09-11T04:56:29.147 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:28 smithi204 podman[46851]: 2024-09-11 04:56:28.954901254 +0000 UTC m=+1.101989131 container cleanup 0e0725a2db4a42ba9c99a7b913b619860686b3fe0ac60150fcf03846b58c4b44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4, org.label-schema.build-date=20240731, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T04:56:29.148 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:28 smithi204 bash[46851]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4 2024-09-11T04:56:29.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:29 smithi204 ceph-mon[33171]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:29.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:29 smithi204 ceph-mon[33171]: osdmap e43: 6 total, 5 up, 6 in 2024-09-11T04:56:29.570 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:29 smithi204 podman[46868]: 2024-09-11 04:56:29.231192651 +0000 UTC m=+0.722461818 container remove 0e0725a2db4a42ba9c99a7b913b619860686b3fe0ac60150fcf03846b58c4b44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-11T04:56:29.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:29 smithi137 ceph-mon[32557]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:29.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:29 smithi137 ceph-mon[32557]: osdmap e43: 6 total, 5 up, 6 in 2024-09-11T04:56:29.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:29 smithi103 ceph-mon[29354]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:29.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:29 smithi103 ceph-mon[29354]: osdmap e43: 6 total, 5 up, 6 in 2024-09-11T04:56:29.884 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:29 smithi204 podman[46954]: 2024-09-11 04:56:29.473312662 +0000 UTC m=+0.016305483 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T04:56:29.884 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:29 smithi204 podman[46954]: 2024-09-11 04:56:29.573658028 +0000 UTC m=+0.116650842 container create 0745450289ea5e8f0d5d5d11dffa235ea33cbf283b1de5b9ca0fb224fd38d753 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T04:56:29.884 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:29 smithi204 podman[46954]: 2024-09-11 04:56:29.784753355 +0000 UTC m=+0.327746170 container init 0745450289ea5e8f0d5d5d11dffa235ea33cbf283b1de5b9ca0fb224fd38d753 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T04:56:29.884 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:29 smithi204 podman[46954]: 2024-09-11 04:56:29.788182519 +0000 UTC m=+0.331175338 container start 0745450289ea5e8f0d5d5d11dffa235ea33cbf283b1de5b9ca0fb224fd38d753 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-11T04:56:29.884 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:29 smithi204 podman[46954]: 2024-09-11 04:56:29.884589235 +0000 UTC m=+0.427582063 container attach 0745450289ea5e8f0d5d5d11dffa235ea33cbf283b1de5b9ca0fb224fd38d753 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True) 2024-09-11T04:56:30.147 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:29 smithi204 podman[46954]: 2024-09-11 04:56:29.983462972 +0000 UTC m=+0.526455788 container died 0745450289ea5e8f0d5d5d11dffa235ea33cbf283b1de5b9ca0fb224fd38d753 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-11T04:56:30.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:30 smithi137 ceph-mon[32557]: osdmap e44: 6 total, 5 up, 6 in 2024-09-11T04:56:30.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:30 smithi103 ceph-mon[29354]: osdmap e44: 6 total, 5 up, 6 in 2024-09-11T04:56:30.894 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:30 smithi204 ceph-mon[33171]: osdmap e44: 6 total, 5 up, 6 in 2024-09-11T04:56:30.894 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:30 smithi204 podman[46977]: 2024-09-11 04:56:30.604850224 +0000 UTC m=+0.610944295 container remove 0745450289ea5e8f0d5d5d11dffa235ea33cbf283b1de5b9ca0fb224fd38d753 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2) 2024-09-11T04:56:30.894 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:30 smithi204 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-11T04:56:30.894 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:30 smithi204 systemd[1]: Stopped Ceph osd.4 for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:56:30.894 INFO:journalctl@ceph.osd.4.smithi204.stdout:Sep 11 04:56:30 smithi204 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.4.service: Consumed 1.517s CPU time. 2024-09-11T04:56:31.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:31.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: Removing key for osd.4 2024-09-11T04:56:31.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2024-09-11T04:56:31.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-11T04:56:31.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: Successfully removed osd.4 on smithi204 2024-09-11T04:56:31.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:56:31.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T04:56:31.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: Cluster is now healthy 2024-09-11T04:56:31.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-11T04:56:31.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: osdmap e45: 5 total, 5 up, 5 in 2024-09-11T04:56:31.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: Successfully purged osd.4 on smithi204 2024-09-11T04:56:31.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:31 smithi204 ceph-mon[33171]: Zapping devices for osd.4 on smithi204 2024-09-11T04:56:31.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:31.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: Removing key for osd.4 2024-09-11T04:56:31.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2024-09-11T04:56:31.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-11T04:56:31.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: Successfully removed osd.4 on smithi204 2024-09-11T04:56:31.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:56:31.745 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T04:56:31.745 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: Cluster is now healthy 2024-09-11T04:56:31.745 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-11T04:56:31.745 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: osdmap e45: 5 total, 5 up, 5 in 2024-09-11T04:56:31.745 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: Successfully purged osd.4 on smithi204 2024-09-11T04:56:31.745 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:31 smithi137 ceph-mon[32557]: Zapping devices for osd.4 on smithi204 2024-09-11T04:56:31.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-11T04:56:31.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: Removing key for osd.4 2024-09-11T04:56:31.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2024-09-11T04:56:31.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-11T04:56:31.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: Successfully removed osd.4 on smithi204 2024-09-11T04:56:31.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:56:31.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T04:56:31.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: Cluster is now healthy 2024-09-11T04:56:31.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-11T04:56:31.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: osdmap e45: 5 total, 5 up, 5 in 2024-09-11T04:56:31.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: Successfully purged osd.4 on smithi204 2024-09-11T04:56:31.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:31 smithi103 ceph-mon[29354]: Zapping devices for osd.4 on smithi204 2024-09-11T04:56:33.126 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:32 smithi204 ceph-mon[33171]: osdmap e46: 5 total, 5 up, 5 in 2024-09-11T04:56:33.126 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:32 smithi204 ceph-mon[33171]: pgmap v160: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:56:33.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:32 smithi137 ceph-mon[32557]: osdmap e46: 5 total, 5 up, 5 in 2024-09-11T04:56:33.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:32 smithi137 ceph-mon[32557]: pgmap v160: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:56:33.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:32 smithi103 ceph-mon[29354]: osdmap e46: 5 total, 5 up, 5 in 2024-09-11T04:56:33.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:32 smithi103 ceph-mon[29354]: pgmap v160: 1 pgs: 1 remapped+peering; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:56:33.920 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:33 smithi204 ceph-mon[33171]: osdmap e47: 5 total, 5 up, 5 in 2024-09-11T04:56:34.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:33 smithi137 ceph-mon[32557]: osdmap e47: 5 total, 5 up, 5 in 2024-09-11T04:56:34.257 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:33 smithi204 podman[47321]: 2024-09-11 04:56:33.996437962 +0000 UTC m=+0.018291891 container died d523adae2e12de1fb455db755aebd3e4a2773a0c3d6b5282ca6a5d2b8724bb79 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-c, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-11T04:56:34.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:33 smithi103 ceph-mon[29354]: osdmap e47: 5 total, 5 up, 5 in 2024-09-11T04:56:34.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:34 smithi204 podman[47321]: 2024-09-11 04:56:34.5495029 +0000 UTC m=+0.571356873 container remove d523adae2e12de1fb455db755aebd3e4a2773a0c3d6b5282ca6a5d2b8724bb79 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-c, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T04:56:35.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:35 smithi204 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-11T04:56:35.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 11 04:56:35 smithi204 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.c.service: Consumed 2.615s CPU time. 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: Successfully zapped devices for osd.4 on smithi204 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: Removing monitor c from monmap... 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: mon.b calling monitor election 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: mon.a calling monitor election 2024-09-11T04:56:36.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: monmap epoch 4 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: last_changed 2024-09-11T04:56:33.962677+0000 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: min_mon_release 19 (squid) 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: election_strategy: 1 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.b 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: fsmap 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: osdmap e47: 5 total, 5 up, 5 in 2024-09-11T04:56:36.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-11T04:56:36.322 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:36 smithi103 ceph-mon[29354]: overall HEALTH_OK 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: Successfully zapped devices for osd.4 on smithi204 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: Removing monitor c from monmap... 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: mon.b calling monitor election 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-11T04:56:36.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: mon.a calling monitor election 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: monmap epoch 4 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: fsid 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: last_changed 2024-09-11T04:56:33.962677+0000 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: created 2024-09-11T04:51:27.517897+0000 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: min_mon_release 19 (squid) 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: election_strategy: 1 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.b 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: fsmap 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: osdmap e47: 5 total, 5 up, 5 in 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-11T04:56:36.495 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:36 smithi137 ceph-mon[32557]: overall HEALTH_OK 2024-09-11T04:56:37.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:37 smithi103 ceph-mon[29354]: Removing daemon mon.c from smithi204 -- ports [] 2024-09-11T04:56:37.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:37 smithi103 ceph-mon[29354]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:56:37.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:37.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:37.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:37 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:56:37.493 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:37 smithi137 ceph-mon[32557]: Removing daemon mon.c from smithi204 -- ports [] 2024-09-11T04:56:37.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:37 smithi137 ceph-mon[32557]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T04:56:37.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:37 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:37.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:37 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:37.494 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:37 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:56:38.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:38 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:38.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:38 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:38.996 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:38 smithi137 ceph-mon[32557]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-11T04:56:39.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:38 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:39.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:38 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:39.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:38 smithi103 ceph-mon[29354]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-11T04:56:40.507 INFO:teuthology.orchestra.run.smithi103.stderr:++ ceph orch ps --hostname smithi204 2024-09-11T04:56:40.801 INFO:teuthology.orchestra.run.smithi103.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T04:56:40.801 INFO:teuthology.orchestra.run.smithi103.stderr:osd.5 smithi204 running (54s) 3s ago 53s 41.5M 10.3G 19.3.0-4854-g8f219c47 589dd18248e4 1bc303fd33cd ' 2024-09-11T04:56:40.801 INFO:teuthology.orchestra.run.smithi103.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T04:56:40.801 INFO:teuthology.orchestra.run.smithi103.stderr:osd.5 smithi204 running (54s) 3s ago 53s 41.5M 10.3G 19.3.0-4854-g8f219c47 589dd18248e4 1bc303fd33cd ' '!=' 'No daemons reported' ']' 2024-09-11T04:56:40.801 INFO:teuthology.orchestra.run.smithi103.stderr:+ sleep 15 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: Detected new or changed devices on smithi204 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: Updating smithi103:/etc/ceph/ceph.conf 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-11T04:56:40.802 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-mon[29354]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-11T04:56:40.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:40.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: Detected new or changed devices on smithi204 2024-09-11T04:56:40.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:40.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:40.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:40.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:56:40.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: Updating smithi103:/etc/ceph/ceph.conf 2024-09-11T04:56:40.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: Updating smithi137:/etc/ceph/ceph.conf 2024-09-11T04:56:40.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:40 smithi137 ceph-mon[32557]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-11T04:56:41.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:40 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a[29350]: 2024-09-11T04:56:40.857+0000 7f256a2d9640 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-09-11T04:56:42.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: Updating smithi103:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:56:42.243 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:42.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:42.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-11T04:56:42.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-11T04:56:42.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:41 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: Updating smithi103:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: Updating smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:42.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:42.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:42.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:42.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-11T04:56:42.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-11T04:56:42.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-11T04:56:42.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-11T04:56:42.321 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:41 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2024-09-11T04:56:42.397 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:42 smithi204 systemd[1]: Stopping Ceph osd.5 for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:56:42.397 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:42 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5[43039]: 2024-09-11T04:56:42.368+0000 7f48e5f1e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:56:42.398 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:42 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5[43039]: 2024-09-11T04:56:42.368+0000 7f48e5f1e640 -1 osd.5 47 *** Got signal Terminated *** 2024-09-11T04:56:42.398 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:42 smithi204 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5[43039]: 2024-09-11T04:56:42.368+0000 7f48e5f1e640 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T04:56:43.148 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:42 smithi204 podman[50114]: 2024-09-11 04:56:42.890410124 +0000 UTC m=+0.619828486 container died 1bc303fd33cd58fddc7b7cdc9b82940e7955a94bc08adf91886987daf2669f16 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T04:56:43.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:42 smithi137 ceph-mon[32557]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T04:56:43.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:42 smithi137 ceph-mon[32557]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-11T04:56:43.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:42 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-11T04:56:43.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:42 smithi137 ceph-mon[32557]: osdmap e48: 5 total, 4 up, 5 in 2024-09-11T04:56:43.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:42 smithi137 ceph-mon[32557]: osd.5 now down 2024-09-11T04:56:43.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:42 smithi137 ceph-mon[32557]: Removing daemon osd.5 from smithi204 -- ports [] 2024-09-11T04:56:43.244 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:42 smithi137 ceph-mon[32557]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-11T04:56:43.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:42 smithi103 ceph-mon[29354]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T04:56:43.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:42 smithi103 ceph-mon[29354]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-11T04:56:43.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:42 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-11T04:56:43.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:42 smithi103 ceph-mon[29354]: osdmap e48: 5 total, 4 up, 5 in 2024-09-11T04:56:43.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:42 smithi103 ceph-mon[29354]: osd.5 now down 2024-09-11T04:56:43.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:42 smithi103 ceph-mon[29354]: Removing daemon osd.5 from smithi204 -- ports [] 2024-09-11T04:56:43.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:42 smithi103 ceph-mon[29354]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-11T04:56:43.427 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:43 smithi204 podman[50114]: 2024-09-11 04:56:43.235281899 +0000 UTC m=+0.964700251 container cleanup 1bc303fd33cd58fddc7b7cdc9b82940e7955a94bc08adf91886987daf2669f16 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T04:56:43.427 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:43 smithi204 bash[50114]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5 2024-09-11T04:56:43.834 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:43 smithi204 podman[50131]: 2024-09-11 04:56:43.428179351 +0000 UTC m=+0.530930965 container remove 1bc303fd33cd58fddc7b7cdc9b82940e7955a94bc08adf91886987daf2669f16 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-11T04:56:44.139 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:43 smithi204 podman[50218]: 2024-09-11 04:56:43.73734525 +0000 UTC m=+0.015802775 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T04:56:44.139 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:43 smithi204 podman[50218]: 2024-09-11 04:56:43.870752633 +0000 UTC m=+0.149210192 container create cec4a34dd38734c70d381c27d9ad54118dfdfc1afe32d44f69a606475da7e091 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2) 2024-09-11T04:56:44.139 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:44 smithi204 podman[50218]: 2024-09-11 04:56:44.081311794 +0000 UTC m=+0.359769307 container init cec4a34dd38734c70d381c27d9ad54118dfdfc1afe32d44f69a606475da7e091 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T04:56:44.139 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:44 smithi204 podman[50218]: 2024-09-11 04:56:44.084485192 +0000 UTC m=+0.362942721 container start cec4a34dd38734c70d381c27d9ad54118dfdfc1afe32d44f69a606475da7e091 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T04:56:44.139 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:44 smithi204 podman[50218]: 2024-09-11 04:56:44.139641517 +0000 UTC m=+0.418099046 container attach cec4a34dd38734c70d381c27d9ad54118dfdfc1afe32d44f69a606475da7e091 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T04:56:44.397 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:44 smithi204 podman[50218]: 2024-09-11 04:56:44.272669598 +0000 UTC m=+0.551127111 container died cec4a34dd38734c70d381c27d9ad54118dfdfc1afe32d44f69a606475da7e091 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5-deactivate, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-11T04:56:44.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:44 smithi103 ceph-mon[29354]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:56:44.864 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:44 smithi204 podman[50241]: 2024-09-11 04:56:44.85102308 +0000 UTC m=+0.572292533 container remove cec4a34dd38734c70d381c27d9ad54118dfdfc1afe32d44f69a606475da7e091 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-11T04:56:44.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:44 smithi137 ceph-mon[32557]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-09-11T04:56:45.147 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:44 smithi204 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-11T04:56:45.147 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:44 smithi204 systemd[1]: Stopped Ceph osd.5 for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:56:45.147 INFO:journalctl@ceph.osd.5.smithi204.stdout:Sep 11 04:56:44 smithi204 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.5.service: Consumed 1.745s CPU time. 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: Removing key for osd.5 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: Successfully removed osd.5 on smithi204 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: Cluster is now healthy 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-11T04:56:45.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: osdmap e49: 4 total, 4 up, 4 in 2024-09-11T04:56:45.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: Successfully purged osd.5 on smithi204 2024-09-11T04:56:45.821 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:45 smithi103 ceph-mon[29354]: Zapping devices for osd.5 on smithi204 2024-09-11T04:56:45.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: Removing key for osd.5 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: Successfully removed osd.5 on smithi204 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: Cluster is now healthy 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: osdmap e49: 4 total, 4 up, 4 in 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: Successfully purged osd.5 on smithi204 2024-09-11T04:56:45.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:45 smithi137 ceph-mon[32557]: Zapping devices for osd.5 on smithi204 2024-09-11T04:56:46.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:46 smithi103 ceph-mon[29354]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:46.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:46 smithi137 ceph-mon[32557]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:48.916 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:48 smithi103 ceph-mon[29354]: Successfully zapped devices for osd.5 on smithi204 2024-09-11T04:56:48.917 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:48.917 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:48 smithi103 ceph-mon[29354]: Reconfiguring mon.a (monmap changed)... 2024-09-11T04:56:48.917 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:56:48.917 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:56:48.917 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:48 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:48.917 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:48 smithi103 ceph-mon[29354]: Reconfiguring daemon mon.a on smithi103 2024-09-11T04:56:48.917 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:48 smithi103 ceph-mon[29354]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:48.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:48 smithi137 ceph-mon[32557]: Successfully zapped devices for osd.5 on smithi204 2024-09-11T04:56:48.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:48 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:48.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:48 smithi137 ceph-mon[32557]: Reconfiguring mon.a (monmap changed)... 2024-09-11T04:56:48.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:48 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:56:48.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:48 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:56:48.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:48 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:48.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:48 smithi137 ceph-mon[32557]: Reconfiguring daemon mon.a on smithi103 2024-09-11T04:56:48.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:48 smithi137 ceph-mon[32557]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:50.658 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:50.658 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:50.659 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:50 smithi103 ceph-mon[29354]: Reconfiguring mgr.a (monmap changed)... 2024-09-11T04:56:50.659 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:56:50.659 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:56:50.659 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:50 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:50.659 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:50 smithi103 ceph-mon[29354]: Reconfiguring daemon mgr.a on smithi103 2024-09-11T04:56:50.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:50.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:50 smithi137 ceph-mon[32557]: Reconfiguring mgr.a (monmap changed)... 2024-09-11T04:56:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:56:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:56:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:50 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:50.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:50 smithi137 ceph-mon[32557]: Reconfiguring daemon mgr.a on smithi103 2024-09-11T04:56:51.420 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:51 smithi103 ceph-mon[29354]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:51.420 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:51.420 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:51.420 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-11T04:56:51.420 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:51 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:51.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:51 smithi137 ceph-mon[32557]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:51.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:51.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:51.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-11T04:56:51.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:51 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:52.596 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:52 smithi103 ceph-mon[29354]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T04:56:52.596 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:52 smithi103 ceph-mon[29354]: Reconfiguring daemon osd.0 on smithi103 2024-09-11T04:56:52.596 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:52 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:52.596 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:52 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:52.596 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:52 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T04:56:52.597 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:52 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:52.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:52 smithi137 ceph-mon[32557]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T04:56:52.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:52 smithi137 ceph-mon[32557]: Reconfiguring daemon osd.0 on smithi103 2024-09-11T04:56:52.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:52 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:52.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:52 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:52.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:52 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T04:56:52.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:52 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:53.381 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:53 smithi103 ceph-mon[29354]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T04:56:53.381 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:53 smithi103 ceph-mon[29354]: Reconfiguring daemon osd.1 on smithi103 2024-09-11T04:56:53.381 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:53 smithi103 ceph-mon[29354]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:53.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:53 smithi137 ceph-mon[32557]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T04:56:53.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:53 smithi137 ceph-mon[32557]: Reconfiguring daemon osd.1 on smithi103 2024-09-11T04:56:53.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:53 smithi137 ceph-mon[32557]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:54.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:54.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:54.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:54 smithi137 ceph-mon[32557]: Reconfiguring mon.b (monmap changed)... 2024-09-11T04:56:54.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:56:54.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:56:54.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:54 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:54.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:54 smithi137 ceph-mon[32557]: Reconfiguring daemon mon.b on smithi137 2024-09-11T04:56:54.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:54 smithi137 ceph-mon[32557]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:54.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:54.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:54.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:54 smithi103 ceph-mon[29354]: Reconfiguring mon.b (monmap changed)... 2024-09-11T04:56:54.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T04:56:54.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T04:56:54.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:54 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:54.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:54 smithi103 ceph-mon[29354]: Reconfiguring daemon mon.b on smithi137 2024-09-11T04:56:54.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:54 smithi103 ceph-mon[29354]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:55.803 INFO:teuthology.orchestra.run.smithi103.stderr:++ ceph orch ps --hostname smithi204 2024-09-11T04:56:56.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:56.069 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:56.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:55 smithi103 ceph-mon[29354]: Reconfiguring mgr.b (monmap changed)... 2024-09-11T04:56:56.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:56:56.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:56:56.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:55 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:56.070 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:55 smithi103 ceph-mon[29354]: Reconfiguring daemon mgr.b on smithi137 2024-09-11T04:56:56.093 INFO:teuthology.orchestra.run.smithi103.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-09-11T04:56:56.094 INFO:teuthology.orchestra.run.smithi103.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-09-11T04:56:56.094 INFO:teuthology.orchestra.run.smithi103.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-11T04:56:56.222 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:55 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:56.222 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:55 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:56.222 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:55 smithi137 ceph-mon[32557]: Reconfiguring mgr.b (monmap changed)... 2024-09-11T04:56:56.222 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:55 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T04:56:56.222 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:55 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T04:56:56.222 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:55 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:56.222 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:55 smithi137 ceph-mon[32557]: Reconfiguring daemon mgr.b on smithi137 2024-09-11T04:56:56.353 INFO:teuthology.orchestra.run.smithi103.stderr:17 2024-09-11T04:56:56.365 INFO:teuthology.orchestra.run.smithi103.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-11T04:56:56.377 INFO:teuthology.orchestra.run.smithi103.stderr:++ cat crushmap.txt 2024-09-11T04:56:56.378 INFO:teuthology.orchestra.run.smithi103.stderr:+ CRUSH_MAP='# begin crush map 2024-09-11T04:56:56.378 INFO:teuthology.orchestra.run.smithi103.stderr:tunable choose_local_tries 0 2024-09-11T04:56:56.378 INFO:teuthology.orchestra.run.smithi103.stderr:tunable choose_local_fallback_tries 0 2024-09-11T04:56:56.378 INFO:teuthology.orchestra.run.smithi103.stderr:tunable choose_total_tries 50 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:tunable chooseleaf_descend_once 1 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:tunable chooseleaf_vary_r 1 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:tunable chooseleaf_stable 1 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:tunable straw_calc_version 1 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:tunable allowed_bucket_algs 54 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:# devices 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:device 0 osd.0 class ssd 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:device 1 osd.1 class ssd 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:device 2 osd.2 class ssd 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr:device 3 osd.3 class ssd 2024-09-11T04:56:56.379 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:# types 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 0 osd 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 1 host 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 2 chassis 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 3 rack 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 4 row 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 5 pdu 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 6 pod 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 7 room 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 8 datacenter 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 9 zone 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 10 region 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr:type 11 root 2024-09-11T04:56:56.380 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr:# buckets 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr:host smithi103 { 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: id -3 # do not change unnecessarily 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: id -4 class ssd # do not change unnecessarily 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: # weight 0.17459 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: alg straw2 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: hash 0 # rjenkins1 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: item osd.0 weight 0.08730 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: item osd.1 weight 0.08730 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr:host smithi137 { 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: id -5 # do not change unnecessarily 2024-09-11T04:56:56.381 INFO:teuthology.orchestra.run.smithi103.stderr: id -6 class ssd # do not change unnecessarily 2024-09-11T04:56:56.382 INFO:teuthology.orchestra.run.smithi103.stderr: # weight 0.17459 2024-09-11T04:56:56.382 INFO:teuthology.orchestra.run.smithi103.stderr: alg straw2 2024-09-11T04:56:56.382 INFO:teuthology.orchestra.run.smithi103.stderr: hash 0 # rjenkins1 2024-09-11T04:56:56.382 INFO:teuthology.orchestra.run.smithi103.stderr: item osd.2 weight 0.08730 2024-09-11T04:56:56.385 INFO:teuthology.orchestra.run.smithi103.stderr: item osd.3 weight 0.08730 2024-09-11T04:56:56.385 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:56:56.385 INFO:teuthology.orchestra.run.smithi103.stderr:host smithi204 { 2024-09-11T04:56:56.385 INFO:teuthology.orchestra.run.smithi103.stderr: id -7 # do not change unnecessarily 2024-09-11T04:56:56.385 INFO:teuthology.orchestra.run.smithi103.stderr: id -8 class ssd # do not change unnecessarily 2024-09-11T04:56:56.385 INFO:teuthology.orchestra.run.smithi103.stderr: # weight 0.00000 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: alg straw2 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: hash 0 # rjenkins1 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr:root default { 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: id -1 # do not change unnecessarily 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: id -2 class ssd # do not change unnecessarily 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: # weight 0.34918 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: alg straw2 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: hash 0 # rjenkins1 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: item smithi103 weight 0.17459 2024-09-11T04:56:56.386 INFO:teuthology.orchestra.run.smithi103.stderr: item smithi137 weight 0.17459 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr: item smithi204 weight 0.00000 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr:# rules 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr:rule replicated_rule { 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr: id 0 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr: type replicated 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr: step take default 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr: step choose firstn 0 type osd 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr: step emit 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr:# end crush map' 2024-09-11T04:56:56.387 INFO:teuthology.orchestra.run.smithi103.stderr:+ grep -q smithi204 2024-09-11T04:56:56.388 INFO:teuthology.orchestra.run.smithi103.stderr:+ ceph orch host rm smithi204 --rm-crush-entry 2024-09-11T04:56:57.306 INFO:teuthology.orchestra.run.smithi103.stdout:Removed host 'smithi204' 2024-09-11T04:56:57.318 INFO:teuthology.orchestra.run.smithi103.stderr:+ sleep 30 2024-09-11T04:56:57.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: Reconfiguring daemon osd.2 on smithi137 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1109719339' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:57.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:57 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "smithi204"} : dispatch 2024-09-11T04:56:57.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:57.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:57.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:57.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T04:56:57.587 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-11T04:56:57.587 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:57.587 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: Reconfiguring daemon osd.2 on smithi137 2024-09-11T04:56:57.587 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/1109719339' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-11T04:56:57.587 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:57.587 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:57 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "smithi204"} : dispatch 2024-09-11T04:56:58.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi204", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi204"}]': finished 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: osdmap e50: 4 total, 4 up, 4 in 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"} : dispatch 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]': finished 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: Removed host smithi204 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-11T04:56:58.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:58 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:58.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi204", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T04:56:58.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi204"}]': finished 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: osdmap e50: 4 total, 4 up, 4 in 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"} : dispatch 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]': finished 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: Removed host smithi204 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-11T04:56:58.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:58 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:59.569 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T04:56:59.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: Reconfiguring daemon osd.3 on smithi137 2024-09-11T04:56:59.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:59.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:59.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:59.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:56:59.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:59.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:56:59.570 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:56:59 smithi103 ceph-mon[29354]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:59.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T04:56:59.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: Reconfiguring daemon osd.3 on smithi137 2024-09-11T04:56:59.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:56:59.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:59.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:56:59.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T04:56:59.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T04:56:59.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T04:56:59.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:56:59 smithi137 ceph-mon[32557]: from='mgr.14150 172.21.15.103:0/1762026893' entity='mgr.a' 2024-09-11T04:57:00.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:00 smithi103 ceph-mon[29354]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:00.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:00 smithi137 ceph-mon[32557]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:02.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:02 smithi103 ceph-mon[29354]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:02.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:02 smithi137 ceph-mon[32557]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:04.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:04 smithi103 ceph-mon[29354]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:04.994 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:04 smithi137 ceph-mon[32557]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:06.796 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:06 smithi137 ceph-mon[32557]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:06.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:06 smithi103 ceph-mon[29354]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:08.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:08 smithi103 ceph-mon[29354]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:08.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:08 smithi137 ceph-mon[32557]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:10.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:10 smithi103 ceph-mon[29354]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:10.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:10 smithi137 ceph-mon[32557]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:12.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:12 smithi103 ceph-mon[29354]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:12.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:12 smithi137 ceph-mon[32557]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:14.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:14 smithi103 ceph-mon[29354]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:14.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:14 smithi137 ceph-mon[32557]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:16.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:16 smithi103 ceph-mon[29354]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:16.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:16 smithi137 ceph-mon[32557]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:18.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:18 smithi103 ceph-mon[29354]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:18.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:18 smithi137 ceph-mon[32557]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:20.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:20 smithi103 ceph-mon[29354]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:20.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:20 smithi137 ceph-mon[32557]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:22.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:22 smithi103 ceph-mon[29354]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:22.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:22 smithi137 ceph-mon[32557]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:24.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:24 smithi103 ceph-mon[29354]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:24.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:24 smithi137 ceph-mon[32557]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:26.819 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:26 smithi103 ceph-mon[29354]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:26.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:26 smithi137 ceph-mon[32557]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:27.321 INFO:teuthology.orchestra.run.smithi103.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-11T04:57:27.586 INFO:teuthology.orchestra.run.smithi103.stderr:18 2024-09-11T04:57:27.597 INFO:teuthology.orchestra.run.smithi103.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-11T04:57:27.610 INFO:teuthology.orchestra.run.smithi103.stderr:++ cat crushmap.txt 2024-09-11T04:57:27.611 INFO:teuthology.orchestra.run.smithi103.stderr:+ CRUSH_MAP='# begin crush map 2024-09-11T04:57:27.611 INFO:teuthology.orchestra.run.smithi103.stderr:tunable choose_local_tries 0 2024-09-11T04:57:27.611 INFO:teuthology.orchestra.run.smithi103.stderr:tunable choose_local_fallback_tries 0 2024-09-11T04:57:27.611 INFO:teuthology.orchestra.run.smithi103.stderr:tunable choose_total_tries 50 2024-09-11T04:57:27.611 INFO:teuthology.orchestra.run.smithi103.stderr:tunable chooseleaf_descend_once 1 2024-09-11T04:57:27.611 INFO:teuthology.orchestra.run.smithi103.stderr:tunable chooseleaf_vary_r 1 2024-09-11T04:57:27.611 INFO:teuthology.orchestra.run.smithi103.stderr:tunable chooseleaf_stable 1 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:tunable straw_calc_version 1 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:tunable allowed_bucket_algs 54 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:# devices 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:device 0 osd.0 class ssd 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:device 1 osd.1 class ssd 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:device 2 osd.2 class ssd 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:device 3 osd.3 class ssd 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:# types 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:type 0 osd 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:type 1 host 2024-09-11T04:57:27.612 INFO:teuthology.orchestra.run.smithi103.stderr:type 2 chassis 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 3 rack 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 4 row 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 5 pdu 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 6 pod 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 7 room 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 8 datacenter 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 9 zone 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 10 region 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:type 11 root 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:# buckets 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr:host smithi103 { 2024-09-11T04:57:27.613 INFO:teuthology.orchestra.run.smithi103.stderr: id -3 # do not change unnecessarily 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: id -4 class ssd # do not change unnecessarily 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: # weight 0.17459 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: alg straw2 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: hash 0 # rjenkins1 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: item osd.0 weight 0.08730 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: item osd.1 weight 0.08730 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr:host smithi137 { 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: id -5 # do not change unnecessarily 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: id -6 class ssd # do not change unnecessarily 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: # weight 0.17459 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: alg straw2 2024-09-11T04:57:27.614 INFO:teuthology.orchestra.run.smithi103.stderr: hash 0 # rjenkins1 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: item osd.2 weight 0.08730 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: item osd.3 weight 0.08730 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr:root default { 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: id -1 # do not change unnecessarily 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: id -2 class ssd # do not change unnecessarily 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: # weight 0.34918 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: alg straw2 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: hash 0 # rjenkins1 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: item smithi103 weight 0.17459 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: item smithi137 weight 0.17459 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr:# rules 2024-09-11T04:57:27.615 INFO:teuthology.orchestra.run.smithi103.stderr:rule replicated_rule { 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr: id 0 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr: type replicated 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr: step take default 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr: step choose firstn 0 type osd 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr: step emit 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr:} 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr:# end crush map' 2024-09-11T04:57:27.616 INFO:teuthology.orchestra.run.smithi103.stderr:+ grep -q smithi204 2024-09-11T04:57:27.868 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:27 smithi103 ceph-mon[29354]: from='client.? 172.21.15.103:0/1183473605' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-11T04:57:27.993 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:27 smithi137 ceph-mon[32557]: from='client.? 172.21.15.103:0/1183473605' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-11T04:57:28.366 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T04:57:28.375 INFO:tasks.cephadm:Teardown begin 2024-09-11T04:57:28.376 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:57:28.404 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:57:28.439 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:57:28.473 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T04:57:28.473 DEBUG:teuthology.orchestra.run.smithi103:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T04:57:28.489 DEBUG:teuthology.orchestra.run.smithi137:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T04:57:28.507 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T04:57:28.530 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T04:57:28.530 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-11T04:57:28.531 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.a 2024-09-11T04:57:28.743 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:28 smithi137 ceph-mon[32557]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:28.838 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:28 smithi103 systemd[1]: Stopping Ceph mon.a for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:57:28.838 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:28 smithi103 ceph-mon[29354]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-09-11T04:57:29.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:28 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a[29350]: 2024-09-11T04:57:28.837+0000 7f256fae4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:57:29.319 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:28 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a[29350]: 2024-09-11T04:57:28.837+0000 7f256fae4640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-11T04:57:29.320 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:29 smithi103 podman[56009]: 2024-09-11 04:57:29.051163408 +0000 UTC m=+0.330057357 container died c6be43cede76b00f927c9b9f1fc3546703cccaaec87eaab3987b138aac8075ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T04:57:29.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:29 smithi103 podman[56009]: 2024-09-11 04:57:29.614349457 +0000 UTC m=+0.893243447 container cleanup c6be43cede76b00f927c9b9f1fc3546703cccaaec87eaab3987b138aac8075ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-11T04:57:29.820 INFO:journalctl@ceph.mon.a.smithi103.stdout:Sep 11 04:57:29 smithi103 bash[56009]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-a 2024-09-11T04:57:30.052 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.a.service' 2024-09-11T04:57:30.098 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:57:30.099 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-11T04:57:30.099 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-11T04:57:30.099 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.b 2024-09-11T04:57:30.404 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:30 smithi137 systemd[1]: Stopping Ceph mon.b for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:57:30.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:30 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-b[32553]: 2024-09-11T04:57:30.403+0000 7f41bdba7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:57:30.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:30 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-b[32553]: 2024-09-11T04:57:30.403+0000 7f41bdba7640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-09-11T04:57:30.744 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:30 smithi137 podman[47252]: 2024-09-11 04:57:30.516207566 +0000 UTC m=+0.221274197 container died 8cf1106f575baa9846020b46b0dc55fed4088719d204e629cdf6bddb4153ac7b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-b, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T04:57:31.162 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:30 smithi137 podman[47252]: 2024-09-11 04:57:30.886512607 +0000 UTC m=+0.591579235 container cleanup 8cf1106f575baa9846020b46b0dc55fed4088719d204e629cdf6bddb4153ac7b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T04:57:31.162 INFO:journalctl@ceph.mon.b.smithi137.stdout:Sep 11 04:57:30 smithi137 bash[47252]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mon-b 2024-09-11T04:57:31.305 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.b.service' 2024-09-11T04:57:31.352 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:57:31.352 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-11T04:57:31.352 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-11T04:57:31.352 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.c 2024-09-11T04:57:31.398 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mon.c.service' 2024-09-11T04:57:31.459 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:57:31.459 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-11T04:57:31.460 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-11T04:57:31.460 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.a 2024-09-11T04:57:31.777 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:57:31 smithi103 systemd[1]: Stopping Ceph mgr.a for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:57:32.070 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:57:31 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: 2024-09-11T04:57:31.776+0000 7f9997f22640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:57:32.070 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:57:31 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a[29581]: 2024-09-11T04:57:31.776+0000 7f9997f22640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-11T04:57:32.070 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:57:31 smithi103 podman[56229]: 2024-09-11 04:57:31.808348486 +0000 UTC m=+0.158396685 container died 50efc7a0726f8be6c0505c9f5bc50948aca69f4f3b941cb9fae50abaaa16e5cd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T04:57:32.545 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:57:32 smithi103 podman[56229]: 2024-09-11 04:57:32.269566327 +0000 UTC m=+0.619614565 container cleanup 50efc7a0726f8be6c0505c9f5bc50948aca69f4f3b941cb9fae50abaaa16e5cd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T04:57:32.545 INFO:journalctl@ceph.mgr.a.smithi103.stdout:Sep 11 04:57:32 smithi103 bash[56229]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-a 2024-09-11T04:57:32.692 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.a.service' 2024-09-11T04:57:32.725 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:57:32.726 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-11T04:57:32.726 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-11T04:57:32.726 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.b 2024-09-11T04:57:33.028 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:32 smithi137 systemd[1]: Stopping Ceph mgr.b for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:57:33.283 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:33 smithi137 podman[47377]: 2024-09-11 04:57:33.029018904 +0000 UTC m=+0.110761075 container died 660fa54f583a0ad61a65d5b9decb818131d6bcb7fc1e47486a0d7deb04768144 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T04:57:33.550 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:33 smithi137 podman[47377]: 2024-09-11 04:57:33.366088157 +0000 UTC m=+0.447830322 container cleanup 660fa54f583a0ad61a65d5b9decb818131d6bcb7fc1e47486a0d7deb04768144 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T04:57:33.550 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:33 smithi137 bash[47377]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-b 2024-09-11T04:57:33.786 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.b.service' 2024-09-11T04:57:33.808 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:33 smithi137 podman[47390]: 2024-09-11 04:57:33.550624258 +0000 UTC m=+0.517355239 container remove 660fa54f583a0ad61a65d5b9decb818131d6bcb7fc1e47486a0d7deb04768144 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0) 2024-09-11T04:57:33.808 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:33 smithi137 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-11T04:57:33.808 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:33 smithi137 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-09-11T04:57:33.808 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:33 smithi137 systemd[1]: Stopped Ceph mgr.b for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:57:33.808 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Sep 11 04:57:33 smithi137 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@mgr.b.service: Consumed 6.212s CPU time. 2024-09-11T04:57:33.820 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:57:33.820 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-11T04:57:33.820 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-11T04:57:33.820 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.0 2024-09-11T04:57:34.124 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:33 smithi103 systemd[1]: Stopping Ceph osd.0 for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:57:34.569 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:34 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0[42486]: 2024-09-11T04:57:34.124+0000 7f5c59c05640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:57:34.569 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:34 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0[42486]: 2024-09-11T04:57:34.124+0000 7f5c59c05640 -1 osd.0 50 *** Got signal Terminated *** 2024-09-11T04:57:34.570 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:34 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0[42486]: 2024-09-11T04:57:34.124+0000 7f5c59c05640 -1 osd.0 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T04:57:39.819 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:39 smithi103 podman[56351]: 2024-09-11 04:57:39.546055691 +0000 UTC m=+5.532792835 container died 406c99d1b746a5ba42a37f41ea856b694da5aae2b7aa7bac6a503a050d2ba70c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T04:57:40.192 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:39 smithi103 podman[56351]: 2024-09-11 04:57:39.941117535 +0000 UTC m=+5.927854676 container cleanup 406c99d1b746a5ba42a37f41ea856b694da5aae2b7aa7bac6a503a050d2ba70c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2) 2024-09-11T04:57:40.192 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:39 smithi103 bash[56351]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0 2024-09-11T04:57:40.511 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:40 smithi103 podman[56368]: 2024-09-11 04:57:40.1924675 +0000 UTC m=+0.646239576 container remove 406c99d1b746a5ba42a37f41ea856b694da5aae2b7aa7bac6a503a050d2ba70c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T04:57:40.820 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:40 smithi103 podman[56458]: 2024-09-11 04:57:40.414442193 +0000 UTC m=+0.015654897 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T04:57:40.820 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:40 smithi103 podman[56458]: 2024-09-11 04:57:40.526758226 +0000 UTC m=+0.127970963 container create b58645b34cae84eda616e96603bb19509ab251575f12318da99ae8b7eaf6eb9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0-deactivate, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-11T04:57:40.820 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:40 smithi103 podman[56458]: 2024-09-11 04:57:40.754098159 +0000 UTC m=+0.355310850 container init b58645b34cae84eda616e96603bb19509ab251575f12318da99ae8b7eaf6eb9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-11T04:57:40.820 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:40 smithi103 podman[56458]: 2024-09-11 04:57:40.757302249 +0000 UTC m=+0.358514950 container start b58645b34cae84eda616e96603bb19509ab251575f12318da99ae8b7eaf6eb9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-11T04:57:41.231 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:40 smithi103 podman[56458]: 2024-09-11 04:57:40.845762924 +0000 UTC m=+0.446975628 container attach b58645b34cae84eda616e96603bb19509ab251575f12318da99ae8b7eaf6eb9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731) 2024-09-11T04:57:41.231 INFO:journalctl@ceph.osd.0.smithi103.stdout:Sep 11 04:57:40 smithi103 podman[56458]: 2024-09-11 04:57:40.949109853 +0000 UTC m=+0.550322551 container died b58645b34cae84eda616e96603bb19509ab251575f12318da99ae8b7eaf6eb9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-0-deactivate, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-11T04:57:41.526 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.0.service' 2024-09-11T04:57:41.565 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:57:41.566 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-11T04:57:41.566 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-11T04:57:41.566 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.1 2024-09-11T04:57:41.793 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:41 smithi103 systemd[1]: Stopping Ceph osd.1 for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:57:42.069 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:41 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1[48017]: 2024-09-11T04:57:41.937+0000 7faadbcd6640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:57:42.069 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:41 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1[48017]: 2024-09-11T04:57:41.937+0000 7faadbcd6640 -1 osd.1 50 *** Got signal Terminated *** 2024-09-11T04:57:42.069 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:41 smithi103 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1[48017]: 2024-09-11T04:57:41.937+0000 7faadbcd6640 -1 osd.1 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T04:57:47.661 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:47 smithi103 podman[56563]: 2024-09-11 04:57:47.377899279 +0000 UTC m=+5.573723151 container stop 203c2c291c8e61489fc6e66d620640afd8df01299b53bf9e08d20a13e98a287f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-11T04:57:47.661 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:47 smithi103 podman[56563]: 2024-09-11 04:57:47.408771391 +0000 UTC m=+5.604595274 container died 203c2c291c8e61489fc6e66d620640afd8df01299b53bf9e08d20a13e98a287f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-11T04:57:47.970 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:47 smithi103 podman[56563]: 2024-09-11 04:57:47.827802316 +0000 UTC m=+6.023626187 container cleanup 203c2c291c8e61489fc6e66d620640afd8df01299b53bf9e08d20a13e98a287f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-11T04:57:47.970 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:47 smithi103 bash[56563]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1 2024-09-11T04:57:48.319 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:47 smithi103 podman[56594]: 2024-09-11 04:57:47.970620572 +0000 UTC m=+0.585569939 container remove 203c2c291c8e61489fc6e66d620640afd8df01299b53bf9e08d20a13e98a287f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T04:57:48.674 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:48 smithi103 podman[56680]: 2024-09-11 04:57:48.258805429 +0000 UTC m=+0.015918934 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T04:57:48.674 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:48 smithi103 podman[56680]: 2024-09-11 04:57:48.379925022 +0000 UTC m=+0.137038513 container create e8aeef3bbf25cafe522ec44f21548915e80a64efe1b11adb0bf636985e97bcdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T04:57:48.674 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:48 smithi103 podman[56680]: 2024-09-11 04:57:48.591279327 +0000 UTC m=+0.348392823 container init e8aeef3bbf25cafe522ec44f21548915e80a64efe1b11adb0bf636985e97bcdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, CEPH_POINT_RELEASE=) 2024-09-11T04:57:48.675 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:48 smithi103 podman[56680]: 2024-09-11 04:57:48.594431244 +0000 UTC m=+0.351544746 container start e8aeef3bbf25cafe522ec44f21548915e80a64efe1b11adb0bf636985e97bcdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-11T04:57:48.675 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:48 smithi103 podman[56680]: 2024-09-11 04:57:48.67462655 +0000 UTC m=+0.431740061 container attach e8aeef3bbf25cafe522ec44f21548915e80a64efe1b11adb0bf636985e97bcdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2) 2024-09-11T04:57:49.069 INFO:journalctl@ceph.osd.1.smithi103.stdout:Sep 11 04:57:48 smithi103 podman[56680]: 2024-09-11 04:57:48.789477018 +0000 UTC m=+0.546590520 container died e8aeef3bbf25cafe522ec44f21548915e80a64efe1b11adb0bf636985e97bcdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T04:57:49.348 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.1.service' 2024-09-11T04:57:49.389 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:57:49.389 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-11T04:57:49.389 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-11T04:57:49.389 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.2 2024-09-11T04:57:49.686 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:49 smithi137 systemd[1]: Stopping Ceph osd.2 for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:57:49.993 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:49 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2[36691]: 2024-09-11T04:57:49.685+0000 7f8fb64f7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:57:49.993 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:49 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2[36691]: 2024-09-11T04:57:49.685+0000 7f8fb64f7640 -1 osd.2 50 *** Got signal Terminated *** 2024-09-11T04:57:49.993 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:49 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2[36691]: 2024-09-11T04:57:49.685+0000 7f8fb64f7640 -1 osd.2 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T04:57:55.419 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:55 smithi137 podman[47509]: 2024-09-11 04:57:55.134381202 +0000 UTC m=+5.546656810 container died 2fd83d4e29b406dacf9248cffb5f783d75aa1d0603d9f0df581d2dc448a81cc8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-11T04:57:55.743 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:55 smithi137 podman[47509]: 2024-09-11 04:57:55.602080792 +0000 UTC m=+6.014356441 container cleanup 2fd83d4e29b406dacf9248cffb5f783d75aa1d0603d9f0df581d2dc448a81cc8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-11T04:57:55.743 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:55 smithi137 bash[47509]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2 2024-09-11T04:57:56.208 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:55 smithi137 podman[47524]: 2024-09-11 04:57:55.870005549 +0000 UTC m=+0.734401927 container remove 2fd83d4e29b406dacf9248cffb5f783d75aa1d0603d9f0df581d2dc448a81cc8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux ) 2024-09-11T04:57:56.459 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:56 smithi137 podman[47613]: 2024-09-11 04:57:56.11153471 +0000 UTC m=+0.015805113 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T04:57:56.459 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:56 smithi137 podman[47613]: 2024-09-11 04:57:56.220784025 +0000 UTC m=+0.125054418 container create 271314d1f4f694c01dfa90390884dbcad6f2a808834a943bc211ffbce5b7af4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T04:57:56.459 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:56 smithi137 podman[47613]: 2024-09-11 04:57:56.456457337 +0000 UTC m=+0.360727738 container init 271314d1f4f694c01dfa90390884dbcad6f2a808834a943bc211ffbce5b7af4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-11T04:57:56.459 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:56 smithi137 podman[47613]: 2024-09-11 04:57:56.459742132 +0000 UTC m=+0.364012528 container start 271314d1f4f694c01dfa90390884dbcad6f2a808834a943bc211ffbce5b7af4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T04:57:56.744 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:56 smithi137 podman[47613]: 2024-09-11 04:57:56.581541156 +0000 UTC m=+0.485811561 container attach 271314d1f4f694c01dfa90390884dbcad6f2a808834a943bc211ffbce5b7af4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-11T04:57:56.744 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:56 smithi137 podman[47613]: 2024-09-11 04:57:56.646447113 +0000 UTC m=+0.550717507 container died 271314d1f4f694c01dfa90390884dbcad6f2a808834a943bc211ffbce5b7af4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True) 2024-09-11T04:57:57.193 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:57 smithi137 podman[47636]: 2024-09-11 04:57:57.176791025 +0000 UTC m=+0.524542558 container remove 271314d1f4f694c01dfa90390884dbcad6f2a808834a943bc211ffbce5b7af4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-11T04:57:57.193 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:57 smithi137 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-11T04:57:57.193 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:57 smithi137 systemd[1]: Stopped Ceph osd.2 for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:57:57.193 INFO:journalctl@ceph.osd.2.smithi137.stdout:Sep 11 04:57:57 smithi137 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.2.service: Consumed 2.283s CPU time. 2024-09-11T04:57:57.194 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.2.service' 2024-09-11T04:57:57.233 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:57:57.234 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-11T04:57:57.234 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-11T04:57:57.234 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.3 2024-09-11T04:57:57.454 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:57:57 smithi137 systemd[1]: Stopping Ceph osd.3 for 667b0474-6ff9-11ef-bcea-c7b262605968... 2024-09-11T04:57:57.743 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:57:57 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3[42453]: 2024-09-11T04:57:57.545+0000 7fa108261640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T04:57:57.744 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:57:57 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3[42453]: 2024-09-11T04:57:57.545+0000 7fa108261640 -1 osd.3 50 *** Got signal Terminated *** 2024-09-11T04:57:57.744 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:57:57 smithi137 ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3[42453]: 2024-09-11T04:57:57.545+0000 7fa108261640 -1 osd.3 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T04:58:03.139 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:02 smithi137 podman[47716]: 2024-09-11 04:58:02.8744643 +0000 UTC m=+5.421659580 container died aab05cb20666d73a77f56316b12a3a24a96576a02152c890c6ef16897eddbd26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T04:58:03.493 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:03 smithi137 podman[47716]: 2024-09-11 04:58:03.262372456 +0000 UTC m=+5.809567739 container cleanup aab05cb20666d73a77f56316b12a3a24a96576a02152c890c6ef16897eddbd26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-11T04:58:03.493 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:03 smithi137 bash[47716]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3 2024-09-11T04:58:03.813 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:03 smithi137 podman[47742]: 2024-09-11 04:58:03.51334552 +0000 UTC m=+0.637350877 container remove aab05cb20666d73a77f56316b12a3a24a96576a02152c890c6ef16897eddbd26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-11T04:58:04.116 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:03 smithi137 podman[47833]: 2024-09-11 04:58:03.814091138 +0000 UTC m=+0.109925956 container create 824df96dc14e4aeed7494e31026f47405938f1c09628a30366118b5a6ea296cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T04:58:04.116 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:03 smithi137 podman[47833]: 2024-09-11 04:58:03.719939887 +0000 UTC m=+0.015774714 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T04:58:04.116 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:04 smithi137 podman[47833]: 2024-09-11 04:58:04.033318723 +0000 UTC m=+0.329153541 container init 824df96dc14e4aeed7494e31026f47405938f1c09628a30366118b5a6ea296cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T04:58:04.116 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:04 smithi137 podman[47833]: 2024-09-11 04:58:04.036391307 +0000 UTC m=+0.332226129 container start 824df96dc14e4aeed7494e31026f47405938f1c09628a30366118b5a6ea296cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T04:58:04.116 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:04 smithi137 podman[47833]: 2024-09-11 04:58:04.116621948 +0000 UTC m=+0.412456766 container attach 824df96dc14e4aeed7494e31026f47405938f1c09628a30366118b5a6ea296cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux ) 2024-09-11T04:58:04.493 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:04 smithi137 podman[47833]: 2024-09-11 04:58:04.223053648 +0000 UTC m=+0.518888476 container died 824df96dc14e4aeed7494e31026f47405938f1c09628a30366118b5a6ea296cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T04:58:04.753 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:04 smithi137 podman[47856]: 2024-09-11 04:58:04.736260912 +0000 UTC m=+0.506915008 container remove 824df96dc14e4aeed7494e31026f47405938f1c09628a30366118b5a6ea296cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-667b0474-6ff9-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD) 2024-09-11T04:58:04.754 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:04 smithi137 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-11T04:58:04.754 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:04 smithi137 systemd[1]: Stopped Ceph osd.3 for 667b0474-6ff9-11ef-bcea-c7b262605968. 2024-09-11T04:58:04.754 INFO:journalctl@ceph.osd.3.smithi137.stdout:Sep 11 04:58:04 smithi137 systemd[1]: ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.3.service: Consumed 1.878s CPU time. 2024-09-11T04:58:04.755 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.3.service' 2024-09-11T04:58:04.794 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:58:04.794 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-11T04:58:04.794 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-11T04:58:04.794 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.4 2024-09-11T04:58:04.841 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.4.service' 2024-09-11T04:58:04.878 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:58:04.878 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-11T04:58:04.878 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-11T04:58:04.878 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.5 2024-09-11T04:58:04.957 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-667b0474-6ff9-11ef-bcea-c7b262605968@osd.5.service' 2024-09-11T04:58:05.030 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T04:58:05.031 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-11T04:58:05.031 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T04:58:05.232 INFO:teuthology.orchestra.run.smithi103.stdout:Deleting cluster with fsid: 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:58:06.492 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T04:58:06.693 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:58:07.978 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T04:58:08.178 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:58:08.623 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:58:08.656 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:58:08.684 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T04:58:08.710 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T04:58:08.712 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi103/crash 2024-09-11T04:58:08.713 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash -- . 2024-09-11T04:58:08.751 INFO:teuthology.orchestra.run.smithi103.stderr:tar: /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T04:58:08.751 INFO:teuthology.orchestra.run.smithi103.stderr:tar: Error is not recoverable: exiting now 2024-09-11T04:58:08.753 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi137/crash 2024-09-11T04:58:08.754 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash -- . 2024-09-11T04:58:08.789 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T04:58:08.789 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-09-11T04:58:08.791 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi204/crash 2024-09-11T04:58:08.792 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash -- . 2024-09-11T04:58:08.836 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T04:58:08.836 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-09-11T04:58:08.837 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T04:58:08.838 DEBUG:teuthology.orchestra.run.smithi103:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-11T04:58:08.869 INFO:tasks.cephadm:Compressing logs... 2024-09-11T04:58:08.869 DEBUG:teuthology.orchestra.run.smithi103:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T04:58:08.912 DEBUG:teuthology.orchestra.run.smithi137:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T04:58:08.914 DEBUG:teuthology.orchestra.run.smithi204:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T04:58:08.935 INFO:teuthology.orchestra.run.smithi103.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T04:58:08.936 INFO:teuthology.orchestra.run.smithi103.stderr:: No such file or directory 2024-09-11T04:58:08.936 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T04:58:08.936 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mgr.a.log 2024-09-11T04:58:08.939 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.0.log: /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T04:58:08.939 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-11T04:58:08.939 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-11T04:58:08.939 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-11T04:58:08.941 INFO:teuthology.orchestra.run.smithi137.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T04:58:08.941 INFO:teuthology.orchestra.run.smithi137.stderr:: No such file or directory 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mgr.b.log 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr: 82.7% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log: 90.1% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T04:58:08.942 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.b.log: /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.3.log: 85.8% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-11T04:58:08.943 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/cephadm.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T04:58:08.943 INFO:teuthology.orchestra.run.smithi137.stderr: 90.0% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mgr.b.log.gz 2024-09-11T04:58:08.943 INFO:teuthology.orchestra.run.smithi137.stderr: 91.3% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T04:58:08.944 INFO:teuthology.orchestra.run.smithi103.stderr:gzip/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log: -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log 2024-09-11T04:58:08.944 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.a.log: 82.9% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-11T04:58:08.944 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log: 89.9% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-11T04:58:08.945 INFO:teuthology.orchestra.run.smithi103.stderr: 86.0% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-11T04:58:08.945 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T04:58:08.945 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cephadm.log: 87.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T04:58:08.945 INFO:teuthology.orchestra.run.smithi103.stderr: 91.4% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T04:58:08.947 INFO:teuthology.orchestra.run.smithi204.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T04:58:08.947 INFO:teuthology.orchestra.run.smithi204.stderr:: No such file or directory 2024-09-11T04:58:08.947 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-11T04:58:08.947 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-11T04:58:08.947 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-11T04:58:08.947 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-11T04:58:08.948 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-11T04:58:08.948 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.c.log: /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log 2024-09-11T04:58:08.948 INFO:teuthology.orchestra.run.smithi204.stderr: 80.5% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-11T04:58:08.948 INFO:teuthology.orchestra.run.smithi204.stderr:gzip/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.5.log: -5 90.0% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-11T04:58:08.948 INFO:teuthology.orchestra.run.smithi204.stderr: --verbose -- /var/log/ceph/cephadm.log 2024-09-11T04:58:08.948 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 85.3% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-11T04:58:08.948 INFO:teuthology.orchestra.run.smithi204.stderr: 89.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T04:58:08.948 INFO:teuthology.orchestra.run.smithi204.stderr: 91.4% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T04:58:08.956 INFO:teuthology.orchestra.run.smithi204.stderr: 93.0% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-11T04:58:08.957 INFO:teuthology.orchestra.run.smithi204.stderr: 92.9% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-11T04:58:08.969 INFO:teuthology.orchestra.run.smithi103.stderr: 93.3% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T04:58:08.977 INFO:teuthology.orchestra.run.smithi137.stderr: 93.0% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-11T04:58:08.986 INFO:teuthology.orchestra.run.smithi204.stderr: 92.5% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-11T04:58:08.988 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-11T04:58:08.988 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.059s 2024-09-11T04:58:08.988 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m0.101s 2024-09-11T04:58:08.988 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.018s 2024-09-11T04:58:08.988 INFO:teuthology.orchestra.run.smithi103.stderr: 93.1% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T04:58:08.993 INFO:teuthology.orchestra.run.smithi137.stderr: 93.3% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-11T04:58:08.996 INFO:teuthology.orchestra.run.smithi103.stderr: 89.5% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mgr.a.log.gz 2024-09-11T04:58:08.998 INFO:teuthology.orchestra.run.smithi137.stderr: 92.2% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-11T04:58:09.000 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-09-11T04:58:09.000 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m0.074s 2024-09-11T04:58:09.000 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m0.169s 2024-09-11T04:58:09.000 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.023s 2024-09-11T04:58:09.145 INFO:teuthology.orchestra.run.smithi103.stderr: 91.0% -- replaced with /var/log/ceph/667b0474-6ff9-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-11T04:58:09.147 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-11T04:58:09.147 INFO:teuthology.orchestra.run.smithi103.stderr:real 0m0.222s 2024-09-11T04:58:09.147 INFO:teuthology.orchestra.run.smithi103.stderr:user 0m0.358s 2024-09-11T04:58:09.147 INFO:teuthology.orchestra.run.smithi103.stderr:sys 0m0.035s 2024-09-11T04:58:09.148 INFO:tasks.cephadm:Archiving logs... 2024-09-11T04:58:09.148 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/log/ceph to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi103/log 2024-09-11T04:58:09.149 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T04:58:09.278 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi137/log 2024-09-11T04:58:09.279 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T04:58:09.334 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi204/log 2024-09-11T04:58:09.335 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T04:58:09.379 INFO:tasks.cephadm:Removing cluster... 2024-09-11T04:58:09.379 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 --force 2024-09-11T04:58:09.568 INFO:teuthology.orchestra.run.smithi103.stdout:Deleting cluster with fsid: 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:58:09.822 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 --force 2024-09-11T04:58:10.014 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:58:10.264 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 667b0474-6ff9-11ef-bcea-c7b262605968 --force 2024-09-11T04:58:10.468 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: 667b0474-6ff9-11ef-bcea-c7b262605968 2024-09-11T04:58:10.716 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T04:58:10.717 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T04:58:10.734 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T04:58:10.750 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T04:58:10.766 INFO:tasks.cephadm:Teardown complete 2024-09-11T04:58:10.766 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-11T04:58:10.781 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-11T04:58:10.782 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-11T04:58:10.784 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-11T04:58:10.793 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-11T04:58:10.900 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T04:58:10.912 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T04:58:10.912 DEBUG:teuthology.orchestra.run.smithi103:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T04:58:10.914 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T04:58:10.917 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T04:58:10.927 INFO:teuthology.orchestra.run.smithi103.stderr:bash: line 1: ntpq: command not found 2024-09-11T04:58:10.929 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-09-11T04:58:10.931 INFO:teuthology.orchestra.run.smithi204.stderr:bash: line 1: ntpq: command not found 2024-09-11T04:58:10.932 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T04:58:10.932 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-09-11T04:58:10.932 INFO:teuthology.orchestra.run.smithi103.stdout:^* hv01.front.sepia.ceph.com 3 6 377 0 +445us[ +452us] +/- 51ms 2024-09-11T04:58:10.932 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 0 -1459us[-1451us] +/- 65ms 2024-09-11T04:58:10.932 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 +937us[ +944us] +/- 59ms 2024-09-11T04:58:10.932 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:58:10.933 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T04:58:10.933 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-09-11T04:58:10.933 INFO:teuthology.orchestra.run.smithi137.stdout:^* hv01.front.sepia.ceph.com 3 6 377 63 +467us[ +570us] +/- 50ms 2024-09-11T04:58:10.934 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 -1472us[-1472us] +/- 64ms 2024-09-11T04:58:10.934 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 +965us[ +965us] +/- 59ms 2024-09-11T04:58:10.934 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:58:10.935 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T04:58:10.935 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-09-11T04:58:10.935 INFO:teuthology.orchestra.run.smithi204.stdout:^* hv01.front.sepia.ceph.com 3 6 377 0 +474us[ +573us] +/- 51ms 2024-09-11T04:58:10.935 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 -1484us[-1388us] +/- 64ms 2024-09-11T04:58:10.935 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 65 +946us[+1042us] +/- 59ms 2024-09-11T04:58:10.935 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T04:58:10.936 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T04:58:10.977 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T04:58:10.978 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T04:58:11.094 DEBUG:teuthology.orchestra.run.smithi103:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T04:58:11.164 DEBUG:teuthology.orchestra.run.smithi137:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T04:58:11.229 DEBUG:teuthology.orchestra.run.smithi204:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T04:58:11.294 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T04:58:11.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:58:11.322 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T04:58:11.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:58:11.350 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T04:58:11.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:58:11.377 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T04:58:11.388 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T04:58:11.458 INFO:teuthology.task.internal:Duration was 814.267000 seconds 2024-09-11T04:58:11.459 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T04:58:11.545 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T04:58:11.545 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T04:58:11.548 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T04:58:11.550 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T04:58:11.586 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T04:58:11.586 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T04:58:11.589 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T04:58:12.033 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T04:58:12.033 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi103.front.sepia.ceph.com 2024-09-11T04:58:12.033 DEBUG:teuthology.orchestra.run.smithi103:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T04:58:12.054 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-09-11T04:58:12.054 DEBUG:teuthology.orchestra.run.smithi137:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T04:58:12.098 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-09-11T04:58:12.098 DEBUG:teuthology.orchestra.run.smithi204:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T04:58:12.127 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T04:58:12.127 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T04:58:12.129 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T04:58:12.141 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T04:58:12.195 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T04:58:12.196 DEBUG:teuthology.orchestra.run.smithi103:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T04:58:12.198 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T04:58:12.208 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T04:58:12.377 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T04:58:12.387 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T04:58:12.387 DEBUG:teuthology.orchestra.run.smithi103:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T04:58:12.412 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T04:58:12.437 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T04:58:12.565 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T04:58:12.575 DEBUG:teuthology.orchestra.run.smithi103:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T04:58:12.577 DEBUG:teuthology.orchestra.run.smithi137:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T04:58:12.579 DEBUG:teuthology.orchestra.run.smithi204:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T04:58:12.599 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = core 2024-09-11T04:58:12.600 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-09-11T04:58:12.629 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-09-11T04:58:12.658 DEBUG:teuthology.orchestra.run.smithi103:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T04:58:12.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:58:12.687 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T04:58:12.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:58:12.702 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T04:58:12.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T04:58:12.717 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T04:58:12.727 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T04:58:12.728 DEBUG:teuthology.misc:Transferring archived files from smithi103:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi103 2024-09-11T04:58:12.728 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T04:58:12.765 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi137 2024-09-11T04:58:12.765 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T04:58:12.802 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7900172/remote/smithi204 2024-09-11T04:58:12.802 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T04:58:12.836 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T04:58:12.836 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T04:58:12.838 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T04:58:12.841 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T04:58:12.886 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T04:58:12.896 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T04:58:12.896 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T04:58:12.984 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T04:58:12.985 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T04:58:12.987 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T04:58:12.990 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T04:58:13.000 INFO:teuthology.orchestra.run.smithi103.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 04:58 /home/ubuntu/cephtest 2024-09-11T04:58:13.002 INFO:teuthology.orchestra.run.smithi137.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 04:58 /home/ubuntu/cephtest 2024-09-11T04:58:13.004 INFO:teuthology.orchestra.run.smithi204.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 04:58 /home/ubuntu/cephtest 2024-09-11T04:58:13.005 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T04:58:13.118 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T04:58:13.327 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} duration: 814.2669999599457 flavor: default owner: scheduled_hyelloji@teuthology success: true 2024-09-11T04:58:13.328 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T04:58:13.411 INFO:teuthology.run:pass