2024-09-10T18:41:52.323 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T18:41:52.344 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T18:41:52.421 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268 branch: wip-guits-quincy-2024-09-09-1810-quincy description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_host_drain} email: gabrioux@ibm.com first_in_suite: false job_id: '7900268' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-quincy-2024-09-09-1810-quincy 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 sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: quincy-orch-centos-9-teuth sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 4625 sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: quincy-orch-centos-9-teuth suite_path: /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d targets: smithi070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHk5yJZ/wabv+H/aFTg0RtZPXNspqgmmEnpn8Ms9wVjlCHa07kFSDnMMoc74XHWAHjZrHbJloQ53nwXV8u6Tzk= smithi102.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL6qqIkLMJfFDtQXyrt5bruu5pwBnlKszP06R3JuYLqEgcGQZEb55TOoZtl7oBL9XHR4UZFuKE3/5a7CinpGIxI= smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIYd4/vj0qGbWVR8ZDDKfWUq6AqqIww7y37kn1zKCNuVDjAj4qUtUf/kHNjzR4VhEXAv+fF8uXcFZHdwgKepovo= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -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# 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)\nwhile [ \"$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\ncrushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat\ \ crushmap.txt)\nif ! 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\n\ fi\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\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if 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:53:37 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-10T18:41:52.421 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa; will attempt to use it 2024-09-10T18:41:52.422 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks 2024-09-10T18:41:52.422 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T18:41:52.423 INFO:teuthology.task.internal:Checking packages... 2024-09-10T18:41:52.444 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5be57395ea235535910512ae73ba8e7ff25fe588' 2024-09-10T18:41:52.444 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T18:41:52.444 INFO:teuthology.packaging:ref: None 2024-09-10T18:41:52.444 INFO:teuthology.packaging:tag: None 2024-09-10T18:41:52.444 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:41:52.444 INFO:teuthology.packaging:sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:41:52.444 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:41:52.589 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1606.g5be57395 2024-09-10T18:41:52.591 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T18:41:52.597 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T18:41:52.597 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T18:41:52.659 INFO:teuthology.task.internal:Saving configuration 2024-09-10T18:41:52.670 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T18:41:52.676 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T18:41:52.697 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268', '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-10 18:36:54.061641', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHk5yJZ/wabv+H/aFTg0RtZPXNspqgmmEnpn8Ms9wVjlCHa07kFSDnMMoc74XHWAHjZrHbJloQ53nwXV8u6Tzk='} 2024-09-10T18:41:52.713 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi102.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268', '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-10 18:36:54.059406', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL6qqIkLMJfFDtQXyrt5bruu5pwBnlKszP06R3JuYLqEgcGQZEb55TOoZtl7oBL9XHR4UZFuKE3/5a7CinpGIxI='} 2024-09-10T18:41:52.727 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268', '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-10 18:36:54.063329', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIYd4/vj0qGbWVR8ZDDKfWUq6AqqIww7y37kn1zKCNuVDjAj4qUtUf/kHNjzR4VhEXAv+fF8uXcFZHdwgKepovo='} 2024-09-10T18:41:52.727 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T18:41:52.733 INFO:teuthology.task.internal:roles: ubuntu@smithi070.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-09-10T18:41:52.733 INFO:teuthology.task.internal:roles: ubuntu@smithi102.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-09-10T18:41:52.733 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-10T18:41:52.733 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T18:41:52.807 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0e829dbac0>, signals=[15]) 2024-09-10T18:41:52.807 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T18:41:52.811 INFO:teuthology.task.internal:Opening connections... 2024-09-10T18:41:52.812 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi070.front.sepia.ceph.com 2024-09-10T18:41:52.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:41:52.888 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi102.front.sepia.ceph.com 2024-09-10T18:41:52.889 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:41:52.964 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2024-09-10T18:41:52.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:41:53.041 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T18:41:53.048 DEBUG:teuthology.orchestra.run.smithi070:> uname -m 2024-09-10T18:41:53.066 INFO:teuthology.orchestra.run.smithi070.stdout:x86_64 2024-09-10T18:41:53.067 DEBUG:teuthology.orchestra.run.smithi070:> cat /etc/os-release 2024-09-10T18:41:53.125 INFO:teuthology.orchestra.run.smithi070.stdout:NAME="CentOS Stream" 2024-09-10T18:41:53.125 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION="9" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:ID="centos" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_ID="9" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:ANSI_COLOR="0;31" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:41:53.126 INFO:teuthology.orchestra.run.smithi070.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:41:53.127 INFO:teuthology.lock.ops:Updating smithi070.front.sepia.ceph.com on lock server 2024-09-10T18:41:53.155 DEBUG:teuthology.orchestra.run.smithi102:> uname -m 2024-09-10T18:41:53.174 INFO:teuthology.orchestra.run.smithi102.stdout:x86_64 2024-09-10T18:41:53.174 DEBUG:teuthology.orchestra.run.smithi102:> cat /etc/os-release 2024-09-10T18:41:53.232 INFO:teuthology.orchestra.run.smithi102.stdout:NAME="CentOS Stream" 2024-09-10T18:41:53.232 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION="9" 2024-09-10T18:41:53.232 INFO:teuthology.orchestra.run.smithi102.stdout:ID="centos" 2024-09-10T18:41:53.232 INFO:teuthology.orchestra.run.smithi102.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:41:53.232 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION_ID="9" 2024-09-10T18:41:53.232 INFO:teuthology.orchestra.run.smithi102.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:41:53.232 INFO:teuthology.orchestra.run.smithi102.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:41:53.232 INFO:teuthology.orchestra.run.smithi102.stdout:ANSI_COLOR="0;31" 2024-09-10T18:41:53.233 INFO:teuthology.orchestra.run.smithi102.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:41:53.233 INFO:teuthology.orchestra.run.smithi102.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:41:53.233 INFO:teuthology.orchestra.run.smithi102.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:41:53.233 INFO:teuthology.orchestra.run.smithi102.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:41:53.233 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:41:53.233 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:41:53.234 INFO:teuthology.lock.ops:Updating smithi102.front.sepia.ceph.com on lock server 2024-09-10T18:41:53.264 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2024-09-10T18:41:53.283 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2024-09-10T18:41:53.284 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="CentOS Stream" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="9" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:ID="centos" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="9" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:ANSI_COLOR="0;31" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:41:53.341 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:41:53.342 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:41:53.342 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:41:53.342 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:41:53.342 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2024-09-10T18:41:53.372 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T18:41:53.381 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T18:41:53.385 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T18:41:53.386 DEBUG:teuthology.orchestra.run.smithi070:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:41:53.388 DEBUG:teuthology.orchestra.run.smithi102:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:41:53.390 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:41:53.407 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T18:41:53.413 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T18:41:53.413 DEBUG:teuthology.orchestra.run.smithi070:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:41:53.446 DEBUG:teuthology.orchestra.run.smithi102:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:41:53.449 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:41:53.565 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T18:41:53.637 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T18:41:53.651 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T18:41:53.652 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-10T18:41:53.652 DEBUG:teuthology.orchestra.run.smithi070:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:41:53.653 DEBUG:teuthology.orchestra.run.smithi102:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:41:53.653 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:41:53.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:41:53.670 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2024-09-10T18:41:53.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:41:53.670 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-09-10T18:41:53.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:41:53.671 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-09-10T18:41:53.727 INFO:teuthology.orchestra.run.smithi102.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:41:53.727 INFO:teuthology.task.kernel:Running kernel on smithi102: 5.14.0-503.el9.x86_64 2024-09-10T18:41:53.727 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum install -y kernel 2024-09-10T18:41:53.729 INFO:teuthology.orchestra.run.smithi173.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:41:53.729 INFO:teuthology.task.kernel:Running kernel on smithi173: 5.14.0-503.el9.x86_64 2024-09-10T18:41:53.729 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum install -y kernel 2024-09-10T18:41:53.730 INFO:teuthology.orchestra.run.smithi070.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:41:53.730 INFO:teuthology.task.kernel:Running kernel on smithi070: 5.14.0-503.el9.x86_64 2024-09-10T18:41:53.730 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum install -y kernel 2024-09-10T18:41:56.102 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.2 MB 00:00 2024-09-10T18:41:56.328 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.2 MB 00:00 2024-09-10T18:41:58.153 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - AppStream 22 MB/s | 20 MB 00:00 2024-09-10T18:42:00.331 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 9 - BaseOS 1.7 MB/s | 8.2 MB 00:04 2024-09-10T18:42:02.695 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 9 - AppStream 3.9 MB/s | 20 MB 00:05 2024-09-10T18:42:03.378 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - CRB 4.8 MB/s | 6.5 MB 00:01 2024-09-10T18:42:03.848 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 20 MB 00:02 2024-09-10T18:42:04.929 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - Extras packages 83 kB/s | 19 kB 00:00 2024-09-10T18:42:05.675 INFO:teuthology.orchestra.run.smithi102.stdout:Extra Packages for Enterprise Linux 36 MB/s | 23 MB 00:00 2024-09-10T18:42:07.003 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-10T18:42:08.757 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 9 - CRB 6.0 MB/s | 6.5 MB 00:01 2024-09-10T18:42:08.779 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 19 kB 00:00 2024-09-10T18:42:09.566 INFO:teuthology.orchestra.run.smithi173.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-10T18:42:10.424 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 19 kB 00:00 2024-09-10T18:42:11.294 INFO:teuthology.orchestra.run.smithi070.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-10T18:42:11.364 INFO:teuthology.orchestra.run.smithi102.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-09-10T18:42:13.329 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:42:13.329 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:42:13.426 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout: Package Architecture Version Repository Size 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:42:13.434 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:42:13.435 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:42:13.435 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:42:13.435 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:42:13.435 INFO:teuthology.orchestra.run.smithi102.stdout:Install 4 Packages 2024-09-10T18:42:13.435 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:42:13.435 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 79 M 2024-09-10T18:42:13.435 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 126 M 2024-09-10T18:42:13.435 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:42:13.666 INFO:teuthology.orchestra.run.smithi102.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 207 kB/s | 23 kB 00:00 2024-09-10T18:42:14.989 INFO:teuthology.orchestra.run.smithi173.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-10T18:42:15.458 INFO:teuthology.orchestra.run.smithi102.stdout:(2/4): kernel-modules-core-5.14.0-505.el9.x86_6 16 MB/s | 29 MB 00:01 2024-09-10T18:42:16.016 INFO:teuthology.orchestra.run.smithi102.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 14 MB/s | 35 MB 00:02 2024-09-10T18:42:16.316 INFO:teuthology.orchestra.run.smithi102.stdout:(4/4): kernel-core-5.14.0-505.el9.x86_64.rpm 5.7 MB/s | 16 MB 00:02 2024-09-10T18:42:16.316 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:42:16.317 INFO:teuthology.orchestra.run.smithi102.stdout:Total 27 MB/s | 79 MB 00:02 2024-09-10T18:42:16.633 INFO:teuthology.orchestra.run.smithi070.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-09-10T18:42:16.995 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:42:17.029 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:42:17.029 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:42:17.112 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:42:17.122 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:42:17.123 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:42:17.123 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:42:17.123 INFO:teuthology.orchestra.run.smithi173.stdout:Install 4 Packages 2024-09-10T18:42:17.123 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:42:17.123 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 79 M 2024-09-10T18:42:17.123 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 126 M 2024-09-10T18:42:17.124 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:42:17.240 INFO:teuthology.orchestra.run.smithi173.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 234 kB/s | 23 kB 00:00 2024-09-10T18:42:17.330 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:42:17.330 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:42:17.599 INFO:teuthology.orchestra.run.smithi173.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-09-10T18:42:18.024 INFO:teuthology.orchestra.run.smithi173.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 39 MB/s | 35 MB 00:00 2024-09-10T18:42:18.269 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:42:18.269 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:42:18.424 INFO:teuthology.orchestra.run.smithi173.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 24 MB/s | 29 MB 00:01 2024-09-10T18:42:18.425 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:42:18.425 INFO:teuthology.orchestra.run.smithi173.stdout:Total 60 MB/s | 79 MB 00:01 2024-09-10T18:42:18.647 INFO:teuthology.orchestra.run.smithi070.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:42:18.648 INFO:teuthology.orchestra.run.smithi070.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:42:18.739 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:42:18.746 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout: Package Architecture Version Repository Size 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:42:18.747 INFO:teuthology.orchestra.run.smithi070.stdout:Install 4 Packages 2024-09-10T18:42:18.748 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:42:18.748 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 79 M 2024-09-10T18:42:18.748 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 126 M 2024-09-10T18:42:18.748 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:42:18.876 INFO:teuthology.orchestra.run.smithi070.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 280 kB/s | 23 kB 00:00 2024-09-10T18:42:19.112 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:42:19.463 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:42:19.463 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:42:20.443 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:42:20.444 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:42:20.476 INFO:teuthology.orchestra.run.smithi070.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 9.3 MB/s | 16 MB 00:01 2024-09-10T18:42:20.697 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:42:21.345 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:42:21.434 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:42:21.943 INFO:teuthology.orchestra.run.smithi070.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 9.3 MB/s | 29 MB 00:03 2024-09-10T18:42:22.894 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:42:23.549 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:42:23.641 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:42:24.118 INFO:teuthology.orchestra.run.smithi070.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 6.5 MB/s | 35 MB 00:05 2024-09-10T18:42:24.118 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:42:24.118 INFO:teuthology.orchestra.run.smithi070.stdout:Total 15 MB/s | 79 MB 00:05 2024-09-10T18:42:24.230 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:42:24.363 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:42:24.795 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:42:25.176 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:42:25.176 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:42:26.129 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:42:26.129 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:42:26.433 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:42:26.581 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:42:28.585 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:42:29.184 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:42:29.211 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:42:29.222 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:42:29.293 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:42:31.389 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:42:31.482 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:42:32.070 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:42:32.221 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:42:34.057 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:42:36.315 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:42:37.032 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:42:37.071 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:42:41.906 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:12.228 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:12.268 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:12.635 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:12.636 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:43:12.636 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:43:12.636 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:43:13.448 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:13.448 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:43:13.449 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:43:13.449 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:13.449 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:43:13.449 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:43:13.449 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:43:13.449 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:43:13.449 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:43:13.798 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi102.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:13.874 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:43:13.874 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-10T18:43:13.874 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:43:13.874 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:43:13.874 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-10T18:43:13.875 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi102.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:43:13.875 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi102.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:13.933 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:43:13.933 DEBUG:teuthology.orchestra.run.smithi102:> sudo rpm -qi grub2-tools 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi102.stdout:Name : grub2-tools 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi102.stdout:Epoch : 1 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Version : 2.06 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Release : 82.el9 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Architecture: x86_64 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Group : Unspecified 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Size : 8274670 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:License : GPLv3+ 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Packager : builder@centos.org 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:Vendor : CentOS 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi102.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout:Summary : Support tools for GRUB. 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout:Description : 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout:hardware devices. 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi102.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:43:13.968 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:43:13.968 INFO:teuthology.task.kernel:Updating grub on smithi102 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:43:13.968 DEBUG:teuthology.orchestra.run.smithi102:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:43:14.710 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:14.715 INFO:teuthology.orchestra.run.smithi102.stderr:Generating grub configuration file ... 2024-09-10T18:43:14.750 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:15.090 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:15.090 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:43:15.090 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:43:15.091 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:43:15.951 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:15.951 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:43:15.951 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:43:15.951 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:15.952 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:43:15.952 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:43:15.952 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:43:15.952 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:43:15.952 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:43:15.976 INFO:teuthology.orchestra.run.smithi102.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:43:16.005 INFO:teuthology.orchestra.run.smithi102.stderr:done 2024-09-10T18:43:16.007 DEBUG:teuthology.orchestra.run.smithi102:> mktemp 2024-09-10T18:43:16.024 INFO:teuthology.orchestra.run.smithi102.stdout:/tmp/tmp.ivpWXBMVSz 2024-09-10T18:43:16.024 DEBUG:teuthology.orchestra.run.smithi102:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ivpWXBMVSz 2024-09-10T18:43:16.091 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 0666 /tmp/tmp.ivpWXBMVSz 2024-09-10T18:43:16.226 DEBUG:teuthology.orchestra.remote:smithi102:/tmp/tmp.ivpWXBMVSz is 6KB 2024-09-10T18:43:16.275 DEBUG:teuthology.orchestra.run.smithi102:> rm -fr /tmp/tmp.ivpWXBMVSz 2024-09-10T18:43:16.290 DEBUG:teuthology.orchestra.run.smithi102:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:43:16.316 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:43:16.352 INFO:teuthology.orchestra.run.smithi102.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:43:16.352 INFO:teuthology.orchestra.run.smithi102.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:43:16.353 INFO:teuthology.orchestra.run.smithi102.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:43:16.353 INFO:teuthology.orchestra.run.smithi102.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:43:16.354 DEBUG:teuthology.orchestra.run.smithi102:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:43:16.405 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:16.405 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:43:16.405 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-10T18:43:16.405 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:43:16.405 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:43:16.406 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-10T18:43:16.406 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi173.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:43:16.406 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:43:16.465 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:16.465 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:43:16.465 DEBUG:teuthology.orchestra.run.smithi173:> sudo rpm -qi grub2-tools 2024-09-10T18:43:16.500 INFO:teuthology.orchestra.run.smithi173.stdout:Name : grub2-tools 2024-09-10T18:43:16.500 INFO:teuthology.orchestra.run.smithi173.stdout:Epoch : 1 2024-09-10T18:43:16.500 INFO:teuthology.orchestra.run.smithi173.stdout:Version : 2.06 2024-09-10T18:43:16.500 INFO:teuthology.orchestra.run.smithi173.stdout:Release : 82.el9 2024-09-10T18:43:16.500 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: x86_64 2024-09-10T18:43:16.500 INFO:teuthology.orchestra.run.smithi173.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:43:16.500 INFO:teuthology.orchestra.run.smithi173.stdout:Group : Unspecified 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Size : 8274670 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:License : GPLv3+ 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Packager : builder@centos.org 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Vendor : CentOS 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Summary : Support tools for GRUB. 2024-09-10T18:43:16.501 INFO:teuthology.orchestra.run.smithi173.stdout:Description : 2024-09-10T18:43:16.502 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:43:16.502 INFO:teuthology.orchestra.run.smithi173.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:43:16.502 INFO:teuthology.orchestra.run.smithi173.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:43:16.502 INFO:teuthology.orchestra.run.smithi173.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:43:16.502 INFO:teuthology.orchestra.run.smithi173.stdout:hardware devices. 2024-09-10T18:43:16.502 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:43:16.502 INFO:teuthology.orchestra.run.smithi173.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:43:16.503 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:43:16.503 INFO:teuthology.task.kernel:Updating grub on smithi173 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:43:16.503 DEBUG:teuthology.orchestra.run.smithi173:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:43:16.507 DEBUG:teuthology.orchestra.run.smithi102:> sudo shutdown -r now 2024-09-10T18:43:17.063 INFO:teuthology.orchestra.run.smithi173.stderr:Generating grub configuration file ... 2024-09-10T18:43:18.343 INFO:teuthology.orchestra.run.smithi173.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:43:18.374 INFO:teuthology.orchestra.run.smithi173.stderr:done 2024-09-10T18:43:18.385 DEBUG:teuthology.orchestra.run.smithi173:> mktemp 2024-09-10T18:43:18.401 INFO:teuthology.orchestra.run.smithi173.stdout:/tmp/tmp.qzwxJWtIQP 2024-09-10T18:43:18.401 DEBUG:teuthology.orchestra.run.smithi173:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qzwxJWtIQP 2024-09-10T18:43:18.468 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0666 /tmp/tmp.qzwxJWtIQP 2024-09-10T18:43:18.604 DEBUG:teuthology.orchestra.remote:smithi173:/tmp/tmp.qzwxJWtIQP is 6KB 2024-09-10T18:43:18.654 DEBUG:teuthology.orchestra.run.smithi173:> rm -fr /tmp/tmp.qzwxJWtIQP 2024-09-10T18:43:18.668 DEBUG:teuthology.orchestra.run.smithi173:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:43:18.731 INFO:teuthology.orchestra.run.smithi173.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:43:18.731 INFO:teuthology.orchestra.run.smithi173.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:43:18.731 INFO:teuthology.orchestra.run.smithi173.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:43:18.731 INFO:teuthology.orchestra.run.smithi173.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:43:18.733 DEBUG:teuthology.orchestra.run.smithi173:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:43:18.878 DEBUG:teuthology.orchestra.run.smithi173:> sudo shutdown -r now 2024-09-10T18:43:20.242 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:20.283 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:20.653 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:20.653 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:43:20.653 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:43:20.653 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:43:21.497 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:43:21.497 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:43:21.497 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:43:21.497 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:21.498 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:43:21.498 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:43:21.498 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:43:21.498 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:43:21.498 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:43:21.834 DEBUG:teuthology.orchestra.run.smithi070:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:43:21.938 INFO:teuthology.orchestra.run.smithi070.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:21.938 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:43:21.939 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-10T18:43:21.939 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:43:21.939 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:43:21.939 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-10T18:43:21.939 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi070.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:43:21.939 DEBUG:teuthology.orchestra.run.smithi070:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:43:21.998 INFO:teuthology.orchestra.run.smithi070.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:43:21.998 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:43:21.999 DEBUG:teuthology.orchestra.run.smithi070:> sudo rpm -qi grub2-tools 2024-09-10T18:43:22.030 INFO:teuthology.orchestra.run.smithi070.stdout:Name : grub2-tools 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Epoch : 1 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Version : 2.06 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Release : 82.el9 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: x86_64 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Group : Unspecified 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Size : 8274670 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:License : GPLv3+ 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:43:22.031 INFO:teuthology.orchestra.run.smithi070.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:Packager : builder@centos.org 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:Vendor : CentOS 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:Summary : Support tools for GRUB. 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:Description : 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:hardware devices. 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:43:22.032 INFO:teuthology.orchestra.run.smithi070.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:43:22.033 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:43:22.033 INFO:teuthology.task.kernel:Updating grub on smithi070 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:43:22.033 DEBUG:teuthology.orchestra.run.smithi070:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:43:22.697 INFO:teuthology.orchestra.run.smithi070.stderr:Generating grub configuration file ... 2024-09-10T18:43:24.025 INFO:teuthology.orchestra.run.smithi070.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:43:24.052 INFO:teuthology.orchestra.run.smithi070.stderr:done 2024-09-10T18:43:24.058 DEBUG:teuthology.orchestra.run.smithi070:> mktemp 2024-09-10T18:43:24.074 INFO:teuthology.orchestra.run.smithi070.stdout:/tmp/tmp.g9Su2HdStY 2024-09-10T18:43:24.074 DEBUG:teuthology.orchestra.run.smithi070:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.g9Su2HdStY 2024-09-10T18:43:24.141 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 0666 /tmp/tmp.g9Su2HdStY 2024-09-10T18:43:24.283 DEBUG:teuthology.orchestra.remote:smithi070:/tmp/tmp.g9Su2HdStY is 6KB 2024-09-10T18:43:24.302 DEBUG:teuthology.orchestra.run.smithi070:> rm -fr /tmp/tmp.g9Su2HdStY 2024-09-10T18:43:24.317 DEBUG:teuthology.orchestra.run.smithi070:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:43:24.387 INFO:teuthology.orchestra.run.smithi070.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:43:24.387 INFO:teuthology.orchestra.run.smithi070.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:43:24.387 INFO:teuthology.orchestra.run.smithi070.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:43:24.387 INFO:teuthology.orchestra.run.smithi070.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:43:24.388 DEBUG:teuthology.orchestra.run.smithi070:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:43:24.541 DEBUG:teuthology.orchestra.run.smithi070:> sudo shutdown -r now 2024-09-10T18:43:46.531 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-10T18:43:46.532 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-10T18:43:46.533 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:43:48.883 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-10T18:43:48.884 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-09-10T18:43:48.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:43:54.549 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-10T18:43:54.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-10T18:43:54.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:44:05.057 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2024-09-10T18:44:07.357 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2024-09-10T18:44:12.989 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-09-10T18:44:14.059 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-10T18:44:14.061 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:44:16.360 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-09-10T18:44:16.360 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:44:17.117 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2024-09-10T18:44:19.421 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2024-09-10T18:44:21.993 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-10T18:44:21.993 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:44:25.053 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-09-10T18:44:29.121 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-10T18:44:29.121 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:44:31.424 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-09-10T18:44:31.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:44:37.057 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-10T18:44:37.058 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:44:47.549 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2024-09-10T18:45:02.561 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-10T18:45:02.562 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:45:03.034 DEBUG:teuthology.orchestra.run.smithi102:> true 2024-09-10T18:45:03.255 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-09-10T18:45:03.409 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-10T18:45:03.409 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:45:03.410 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2024-09-10T18:45:03.425 INFO:teuthology.orchestra.run.smithi102.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:45:03.425 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-10T18:45:03.425 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:45:03.425 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:45:03.652 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-09-10T18:45:03.652 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:45:03.653 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-09-10T18:45:03.667 INFO:teuthology.orchestra.run.smithi173.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:45:03.667 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-10T18:45:03.667 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:45:03.667 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:45:04.427 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-10T18:45:04.427 DEBUG:teuthology.orchestra.run.smithi102:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:45:04.537 INFO:teuthology.orchestra.run.smithi102.stdout:ttyS1 2024-09-10T18:45:04.566 DEBUG:teuthology.parallel:result is None 2024-09-10T18:45:04.668 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-10T18:45:04.669 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:45:04.777 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2024-09-10T18:45:04.801 DEBUG:teuthology.parallel:result is None 2024-09-10T18:45:08.827 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-09-10T18:45:09.299 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-10T18:45:09.299 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:45:09.299 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-09-10T18:45:09.314 INFO:teuthology.orchestra.run.smithi070.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:45:09.314 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-10T18:45:09.314 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:45:09.314 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:45:10.315 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-10T18:45:10.315 DEBUG:teuthology.orchestra.run.smithi070:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:45:10.429 INFO:teuthology.orchestra.run.smithi070.stdout:ttyS1 2024-09-10T18:45:10.446 DEBUG:teuthology.parallel:result is None 2024-09-10T18:45:10.446 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T18:45:10.453 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T18:45:10.454 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:45:10.456 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:45:10.460 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:45:10.479 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T18:45:10.486 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T18:45:10.496 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T18:45:10.497 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:45:10.511 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:45:10.516 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:45:10.637 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T18:45:10.644 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T18:45:10.644 DEBUG:teuthology.orchestra.run.smithi070:> 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-10T18:45:10.646 DEBUG:teuthology.orchestra.run.smithi102:> 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-10T18:45:10.649 DEBUG:teuthology.orchestra.run.smithi173:> 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-10T18:45:10.680 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:45:10.683 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:45:10.691 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:45:10.694 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:45:10.727 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:45:10.738 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:45:10.739 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T18:45:10.746 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T18:45:10.747 DEBUG:teuthology.orchestra.run.smithi070:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:45:10.749 DEBUG:teuthology.orchestra.run.smithi102:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:45:10.751 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:45:10.779 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T18:45:10.789 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T18:45:10.789 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:45:10.813 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:45:10.818 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:45:10.836 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:45:10.902 DEBUG:teuthology.orchestra.run.smithi070:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:45:11.010 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:45:11.046 DEBUG:teuthology.orchestra.run.smithi070:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:45:11.093 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:45:11.093 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:45:11.158 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:45:11.201 DEBUG:teuthology.orchestra.run.smithi102:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:45:11.262 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:45:11.346 DEBUG:teuthology.orchestra.run.smithi102:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:45:11.388 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:45:11.388 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:45:11.454 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:45:11.499 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:45:11.559 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:45:11.600 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:45:11.645 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:45:11.645 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:45:11.712 DEBUG:teuthology.orchestra.run.smithi070:> sudo service rsyslog restart 2024-09-10T18:45:11.714 DEBUG:teuthology.orchestra.run.smithi102:> sudo service rsyslog restart 2024-09-10T18:45:11.716 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2024-09-10T18:45:11.753 INFO:teuthology.orchestra.run.smithi070.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:45:11.762 INFO:teuthology.orchestra.run.smithi102.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:45:11.799 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:45:12.271 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T18:45:12.279 INFO:teuthology.task.internal:Starting timer... 2024-09-10T18:45:12.279 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T18:45:12.329 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T18:45:12.337 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-10T18:45:12.338 DEBUG:teuthology.orchestra.run.smithi070:> sudo service auditd rotate 2024-09-10T18:45:12.414 INFO:teuthology.orchestra.run.smithi070.stdout:Rotating logs: 2024-09-10T18:45:12.416 DEBUG:teuthology.orchestra.run.smithi102:> sudo service auditd rotate 2024-09-10T18:45:12.471 INFO:teuthology.orchestra.run.smithi102.stdout:Rotating logs: 2024-09-10T18:45:12.474 DEBUG:teuthology.orchestra.run.smithi173:> sudo service auditd rotate 2024-09-10T18:45:12.516 INFO:teuthology.orchestra.run.smithi173.stdout:Rotating logs: 2024-09-10T18:45:12.517 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T18:45:12.518 DEBUG:teuthology.orchestra.run.smithi070:> /usr/sbin/getenforce 2024-09-10T18:45:12.559 INFO:teuthology.orchestra.run.smithi070.stdout:Permissive 2024-09-10T18:45:12.559 DEBUG:teuthology.orchestra.run.smithi102:> /usr/sbin/getenforce 2024-09-10T18:45:12.605 INFO:teuthology.orchestra.run.smithi102.stdout:Permissive 2024-09-10T18:45:12.606 DEBUG:teuthology.orchestra.run.smithi173:> /usr/sbin/getenforce 2024-09-10T18:45:12.662 INFO:teuthology.orchestra.run.smithi173.stdout:Permissive 2024-09-10T18:45:12.662 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi070.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi102.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi173.front.sepia.ceph.com': 'permissive'} 2024-09-10T18:45:12.662 DEBUG:teuthology.orchestra.run.smithi070:> 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 2024-09-10T18:45:12.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:45:12.688 DEBUG:teuthology.orchestra.run.smithi102:> 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 2024-09-10T18:45:12.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:45:12.720 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-09-10T18:45:12.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:45:12.749 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T18:45:12.750 DEBUG:teuthology.orchestra.run.smithi070:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:45:12.788 DEBUG:teuthology.orchestra.run.smithi102:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:45:12.830 DEBUG:teuthology.orchestra.run.smithi173:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:45:12.869 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T18:45:12.879 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T18:45:12.890 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-10T18:45:12.891 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi070.front.sepia.ceph.com,smithi102.front.sepia.ceph.com,smithi173.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T18:49:03.212 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi070.front.sepia.ceph.com'), Remote(name='ubuntu@smithi102.front.sepia.ceph.com'), Remote(name='ubuntu@smithi173.front.sepia.ceph.com')] 2024-09-10T18:49:03.213 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-10T18:49:03.214 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:49:03.290 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-09-10T18:49:03.368 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-10T18:49:03.368 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-10T18:49:03.369 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:49:03.440 DEBUG:teuthology.orchestra.run.smithi102:> true 2024-09-10T18:49:03.525 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-10T18:49:03.525 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-09-10T18:49:03.526 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:49:03.599 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-09-10T18:49:03.676 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-09-10T18:49:03.677 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T18:49:03.687 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T18:49:03.688 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:49:03.688 DEBUG:teuthology.orchestra.run.smithi070:> 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-10T18:49:03.691 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:49:03.691 DEBUG:teuthology.orchestra.run.smithi102:> 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-10T18:49:03.693 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:49:03.693 DEBUG:teuthology.orchestra.run.smithi173:> 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-10T18:49:03.718 INFO:teuthology.orchestra.run.smithi070.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:49:03.721 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:49:03.732 INFO:teuthology.orchestra.run.smithi070.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:49:03.735 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:49:03.745 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:49:03.757 INFO:teuthology.orchestra.run.smithi070.stderr:sudo: ntpd: command not found 2024-09-10T18:49:03.759 INFO:teuthology.orchestra.run.smithi102.stderr:sudo: ntpd: command not found 2024-09-10T18:49:03.760 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:49:03.768 INFO:teuthology.orchestra.run.smithi070.stdout:506 Cannot talk to daemon 2024-09-10T18:49:03.770 INFO:teuthology.orchestra.run.smithi102.stdout:506 Cannot talk to daemon 2024-09-10T18:49:03.782 INFO:teuthology.orchestra.run.smithi070.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:49:03.784 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:49:03.784 INFO:teuthology.orchestra.run.smithi173.stderr:sudo: ntpd: command not found 2024-09-10T18:49:03.795 INFO:teuthology.orchestra.run.smithi173.stdout:506 Cannot talk to daemon 2024-09-10T18:49:03.796 INFO:teuthology.orchestra.run.smithi070.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:49:03.798 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:49:03.809 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:49:03.823 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:49:03.849 INFO:teuthology.orchestra.run.smithi070.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:49:03.852 INFO:teuthology.orchestra.run.smithi102.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:49:03.853 INFO:teuthology.orchestra.run.smithi070.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:49:03.853 INFO:teuthology.orchestra.run.smithi070.stdout:=============================================================================== 2024-09-10T18:49:03.853 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.853 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.853 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.853 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.855 INFO:teuthology.orchestra.run.smithi102.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:49:03.855 INFO:teuthology.orchestra.run.smithi102.stdout:=============================================================================== 2024-09-10T18:49:03.855 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.856 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.856 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.856 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.887 INFO:teuthology.orchestra.run.smithi173.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:49:03.890 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:49:03.890 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2024-09-10T18:49:03.890 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.890 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.891 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.891 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:49:03.891 INFO:teuthology.run_tasks:Running task pexec... 2024-09-10T18:49:03.901 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-10T18:49:03.902 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi070.front.sepia.ceph.com 2024-09-10T18:49:03.902 DEBUG:teuthology.orchestra.run.smithi070:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T18:49:03.902 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi102.front.sepia.ceph.com 2024-09-10T18:49:03.902 DEBUG:teuthology.orchestra.run.smithi102:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T18:49:03.903 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi173.front.sepia.ceph.com 2024-09-10T18:49:03.903 DEBUG:teuthology.orchestra.run.smithi173:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T18:49:04.254 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:49:04.254 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:49:04.262 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:04.262 INFO:teuthology.orchestra.run.smithi102.stdout: Package Architecture Version Repository Size 2024-09-10T18:49:04.262 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:04.262 INFO:teuthology.orchestra.run.smithi102.stdout:Removing: 2024-09-10T18:49:04.262 INFO:teuthology.orchestra.run.smithi102.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T18:49:04.262 INFO:teuthology.orchestra.run.smithi102.stdout:Removing unused dependencies: 2024-09-10T18:49:04.263 INFO:teuthology.orchestra.run.smithi102.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T18:49:04.263 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:04.263 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:49:04.263 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:04.263 INFO:teuthology.orchestra.run.smithi102.stdout:Remove 2 Packages 2024-09-10T18:49:04.263 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:04.263 INFO:teuthology.orchestra.run.smithi102.stdout:Freed space: 5.5 M 2024-09-10T18:49:04.263 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout: Package Architecture Version Repository Size 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout:Removing: 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout:Removing unused dependencies: 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:04.264 INFO:teuthology.orchestra.run.smithi070.stdout:Remove 2 Packages 2024-09-10T18:49:04.265 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:04.265 INFO:teuthology.orchestra.run.smithi070.stdout:Freed space: 5.5 M 2024-09-10T18:49:04.265 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:49:04.267 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:49:04.267 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:49:04.268 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:49:04.268 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:49:04.280 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:49:04.291 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:04.291 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout:Removing: 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout:Removing unused dependencies: 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout:Remove 2 Packages 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout:Freed space: 5.5 M 2024-09-10T18:49:04.292 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:49:04.296 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:49:04.296 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:49:04.330 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:49:04.330 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:49:04.333 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:49:04.333 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:49:04.355 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:49:04.355 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:49:04.472 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:49:04.480 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:49:04.501 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:49:04.565 INFO:teuthology.orchestra.run.smithi070.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T18:49:04.572 INFO:teuthology.orchestra.run.smithi102.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T18:49:04.573 INFO:teuthology.orchestra.run.smithi173.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T18:49:04.625 INFO:teuthology.orchestra.run.smithi070.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T18:49:04.626 INFO:teuthology.orchestra.run.smithi102.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T18:49:04.626 INFO:teuthology.orchestra.run.smithi173.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T18:49:05.131 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T18:49:05.131 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T18:49:05.145 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T18:49:05.145 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T18:49:05.188 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T18:49:05.188 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T18:49:05.404 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T18:49:05.404 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:05.404 INFO:teuthology.orchestra.run.smithi173.stdout:Removed: 2024-09-10T18:49:05.404 INFO:teuthology.orchestra.run.smithi173.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T18:49:05.404 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:05.404 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:49:05.409 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T18:49:05.409 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:05.409 INFO:teuthology.orchestra.run.smithi070.stdout:Removed: 2024-09-10T18:49:05.409 INFO:teuthology.orchestra.run.smithi070.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T18:49:05.409 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:05.409 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:49:05.542 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T18:49:05.542 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:05.542 INFO:teuthology.orchestra.run.smithi102.stdout:Removed: 2024-09-10T18:49:05.542 INFO:teuthology.orchestra.run.smithi102.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T18:49:05.542 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:05.543 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:49:06.238 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 06:48:10 PM UTC. 2024-09-10T18:49:06.319 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:00:48 ago on Tue 10 Sep 2024 06:48:18 PM UTC. 2024-09-10T18:49:06.376 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:49:06.377 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:06.377 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:49:06.377 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:06.377 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:49:06.377 INFO:teuthology.orchestra.run.smithi173.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T18:49:06.377 INFO:teuthology.orchestra.run.smithi173.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T18:49:06.377 INFO:teuthology.orchestra.run.smithi173.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:06.378 INFO:teuthology.orchestra.run.smithi173.stdout:Install 7 Packages 2024-09-10T18:49:06.379 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:06.389 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:56 ago on Tue 10 Sep 2024 06:48:10 PM UTC. 2024-09-10T18:49:06.406 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 5.2 M 2024-09-10T18:49:06.406 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 19 M 2024-09-10T18:49:06.407 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:49:06.464 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:49:06.465 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:06.465 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:49:06.465 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:06.466 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:49:06.466 INFO:teuthology.orchestra.run.smithi070.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T18:49:06.466 INFO:teuthology.orchestra.run.smithi070.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T18:49:06.466 INFO:teuthology.orchestra.run.smithi070.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T18:49:06.466 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:49:06.466 INFO:teuthology.orchestra.run.smithi070.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T18:49:06.467 INFO:teuthology.orchestra.run.smithi070.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T18:49:06.467 INFO:teuthology.orchestra.run.smithi070.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T18:49:06.467 INFO:teuthology.orchestra.run.smithi070.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T18:49:06.467 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:06.467 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:49:06.467 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:06.468 INFO:teuthology.orchestra.run.smithi070.stdout:Install 7 Packages 2024-09-10T18:49:06.468 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:06.488 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 5.2 M 2024-09-10T18:49:06.488 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 19 M 2024-09-10T18:49:06.488 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:49:06.523 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T18:49:06.524 INFO:teuthology.orchestra.run.smithi102.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T18:49:06.525 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:06.525 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:49:06.525 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:06.525 INFO:teuthology.orchestra.run.smithi102.stdout:Install 7 Packages 2024-09-10T18:49:06.525 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:06.537 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 5.2 M 2024-09-10T18:49:06.537 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 19 M 2024-09-10T18:49:06.537 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:49:06.867 INFO:teuthology.orchestra.run.smithi173.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 438 kB/s | 44 kB 00:00 2024-09-10T18:49:06.888 INFO:teuthology.orchestra.run.smithi070.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 445 kB/s | 44 kB 00:00 2024-09-10T18:49:06.892 INFO:teuthology.orchestra.run.smithi173.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 834 kB/s | 106 kB 00:00 2024-09-10T18:49:06.914 INFO:teuthology.orchestra.run.smithi070.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 847 kB/s | 106 kB 00:00 2024-09-10T18:49:06.926 INFO:teuthology.orchestra.run.smithi173.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-10T18:49:06.947 INFO:teuthology.orchestra.run.smithi070.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-10T18:49:06.951 INFO:teuthology.orchestra.run.smithi173.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-10T18:49:06.972 INFO:teuthology.orchestra.run.smithi070.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-10T18:49:06.985 INFO:teuthology.orchestra.run.smithi173.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.0 MB/s | 906 kB 00:00 2024-09-10T18:49:07.006 INFO:teuthology.orchestra.run.smithi070.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.1 MB/s | 906 kB 00:00 2024-09-10T18:49:07.017 INFO:teuthology.orchestra.run.smithi102.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 115 kB/s | 44 kB 00:00 2024-09-10T18:49:07.048 INFO:teuthology.orchestra.run.smithi070.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.2 MB/s | 837 kB 00:00 2024-09-10T18:49:07.060 INFO:teuthology.orchestra.run.smithi173.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.1 MB/s | 837 kB 00:00 2024-09-10T18:49:07.110 INFO:teuthology.orchestra.run.smithi102.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 222 kB/s | 106 kB 00:00 2024-09-10T18:49:07.227 INFO:teuthology.orchestra.run.smithi102.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 344 kB/s | 72 kB 00:00 2024-09-10T18:49:07.227 INFO:teuthology.orchestra.run.smithi173.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-10T18:49:07.227 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:49:07.228 INFO:teuthology.orchestra.run.smithi173.stdout:Total 6.3 MB/s | 5.2 MB 00:00 2024-09-10T18:49:07.252 INFO:teuthology.orchestra.run.smithi102.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 594 kB/s | 84 kB 00:00 2024-09-10T18:49:07.336 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:49:07.350 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:49:07.351 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:49:07.469 INFO:teuthology.orchestra.run.smithi102.stdout:(5/7): runc-1.1.13-4.el9.x86_64.rpm 15 MB/s | 3.2 MB 00:00 2024-09-10T18:49:07.651 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:49:07.651 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:49:07.698 INFO:teuthology.orchestra.run.smithi070.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 4.4 MB/s | 3.2 MB 00:00 2024-09-10T18:49:07.698 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:49:07.698 INFO:teuthology.orchestra.run.smithi070.stdout:Total 4.3 MB/s | 5.2 MB 00:01 2024-09-10T18:49:07.702 INFO:teuthology.orchestra.run.smithi102.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.7 MB/s | 837 kB 00:00 2024-09-10T18:49:07.808 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:49:07.823 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:49:07.823 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:49:08.094 INFO:teuthology.orchestra.run.smithi102.stdout:(7/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 620 kB/s | 906 kB 00:01 2024-09-10T18:49:08.095 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:49:08.095 INFO:teuthology.orchestra.run.smithi102.stdout:Total 3.3 MB/s | 5.2 MB 00:01 2024-09-10T18:49:08.131 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:49:08.161 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:49:08.161 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:49:08.207 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:49:08.222 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:49:08.222 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:49:08.230 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T18:49:08.264 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T18:49:08.293 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T18:49:08.500 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T18:49:08.532 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T18:49:08.541 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:49:08.541 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:49:08.638 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:49:08.717 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T18:49:08.752 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T18:49:08.780 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T18:49:08.973 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T18:49:08.993 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T18:49:09.010 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T18:49:09.013 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:49:09.019 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T18:49:09.087 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T18:49:09.123 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T18:49:09.131 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T18:49:09.160 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T18:49:09.189 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:09.374 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T18:49:09.408 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T18:49:09.466 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T18:49:09.499 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T18:49:09.612 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T18:49:09.678 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:09.841 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T18:49:09.881 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T18:49:09.995 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T18:49:10.064 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:10.236 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:10.236 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T18:49:10.236 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T18:49:10.236 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T18:49:10.236 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T18:49:10.236 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T18:49:10.237 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T18:49:10.613 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:10.614 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:10.614 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:49:10.614 INFO:teuthology.orchestra.run.smithi173.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T18:49:10.614 INFO:teuthology.orchestra.run.smithi173.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T18:49:10.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T18:49:10.614 INFO:teuthology.orchestra.run.smithi173.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T18:49:10.614 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:10.614 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:49:10.739 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:10.740 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T18:49:10.740 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T18:49:10.740 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T18:49:10.740 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T18:49:10.740 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T18:49:10.740 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T18:49:11.025 DEBUG:teuthology.parallel:result is None 2024-09-10T18:49:11.063 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:11.063 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T18:49:11.063 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T18:49:11.063 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T18:49:11.063 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T18:49:11.063 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T18:49:11.063 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T18:49:11.136 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:11.136 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:11.136 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:49:11.137 INFO:teuthology.orchestra.run.smithi070.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T18:49:11.137 INFO:teuthology.orchestra.run.smithi070.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T18:49:11.137 INFO:teuthology.orchestra.run.smithi070.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T18:49:11.137 INFO:teuthology.orchestra.run.smithi070.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T18:49:11.137 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:11.138 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:11.451 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:49:11.516 DEBUG:teuthology.parallel:result is None 2024-09-10T18:49:11.833 DEBUG:teuthology.parallel:result is None 2024-09-10T18:49:11.833 INFO:teuthology.run_tasks:Running task install... 2024-09-10T18:49:11.841 DEBUG:teuthology.task.install:project ceph 2024-09-10T18:49:11.841 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5be57395ea235535910512ae73ba8e7ff25fe588'}} 2024-09-10T18:49:11.841 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5be57395ea235535910512ae73ba8e7ff25fe588'} 2024-09-10T18:49:11.842 INFO:teuthology.task.install:Using flavor: default 2024-09-10T18:49:11.847 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-10T18:49:11.847 INFO:teuthology.task.install:extra packages: [] 2024-09-10T18:49:11.848 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': '5be57395ea235535910512ae73ba8e7ff25fe588', 'tag': None, 'wait_for_package': False} 2024-09-10T18:49:11.848 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:11.850 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': '5be57395ea235535910512ae73ba8e7ff25fe588', 'tag': None, 'wait_for_package': False} 2024-09-10T18:49:11.850 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:11.851 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': '5be57395ea235535910512ae73ba8e7ff25fe588', 'tag': None, 'wait_for_package': False} 2024-09-10T18:49:11.851 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:11.988 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/ 2024-09-10T18:49:11.988 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1606.g5be57395 2024-09-10T18:49:11.997 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/ 2024-09-10T18:49:11.997 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1606.g5be57395 2024-09-10T18:49:12.001 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/ 2024-09-10T18:49:12.001 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1606.g5be57395 2024-09-10T18:49:12.098 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T18:49:12.098 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:49:12.098 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T18:49:12.107 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T18:49:12.107 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:49:12.107 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T18:49:12.114 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-09-1810-quincy/5be57395ea235535910512ae73ba8e7ff25fe588/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T18:49:12.114 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:49:12.114 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T18:49:12.124 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-10T18:49:12.124 DEBUG:teuthology.orchestra.run.smithi070:> 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/5be57395ea235535910512ae73ba8e7ff25fe588/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T18:49:12.138 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-10T18:49:12.139 DEBUG:teuthology.orchestra.run.smithi173:> 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/5be57395ea235535910512ae73ba8e7ff25fe588/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T18:49:12.141 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-10T18:49:12.141 DEBUG:teuthology.orchestra.run.smithi102:> 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/5be57395ea235535910512ae73ba8e7ff25fe588/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T18:49:12.189 DEBUG:teuthology.orchestra.run.smithi070:> 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-10T18:49:12.208 DEBUG:teuthology.orchestra.run.smithi102:> 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-10T18:49:12.211 DEBUG:teuthology.orchestra.run.smithi173:> 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-10T18:49:12.267 DEBUG:teuthology.orchestra.run.smithi070:> 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-10T18:49:12.283 DEBUG:teuthology.orchestra.run.smithi102:> 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-10T18:49:12.290 DEBUG:teuthology.orchestra.run.smithi173:> 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-10T18:49:12.331 INFO:teuthology.orchestra.run.smithi070.stdout:check_obsoletes = 1 2024-09-10T18:49:12.333 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum clean all 2024-09-10T18:49:12.356 INFO:teuthology.orchestra.run.smithi173.stdout:check_obsoletes = 1 2024-09-10T18:49:12.358 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum clean all 2024-09-10T18:49:12.358 INFO:teuthology.orchestra.run.smithi102.stdout:check_obsoletes = 1 2024-09-10T18:49:12.360 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum clean all 2024-09-10T18:49:12.567 INFO:teuthology.orchestra.run.smithi070.stdout:45 files removed 2024-09-10T18:49:12.592 INFO:teuthology.orchestra.run.smithi102.stdout:45 files removed 2024-09-10T18:49:12.594 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-radosgw 2024-09-10T18:49:12.602 INFO:teuthology.orchestra.run.smithi173.stdout:45 files removed 2024-09-10T18:49:12.623 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-radosgw 2024-09-10T18:49:12.630 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-radosgw 2024-09-10T18:49:13.166 INFO:teuthology.orchestra.run.smithi070.stdout:ceph packages for x86_64 278 kB/s | 77 kB 00:00 2024-09-10T18:49:13.177 INFO:teuthology.orchestra.run.smithi102.stdout:ceph packages for x86_64 303 kB/s | 77 kB 00:00 2024-09-10T18:49:13.184 INFO:teuthology.orchestra.run.smithi173.stdout:ceph packages for x86_64 287 kB/s | 77 kB 00:00 2024-09-10T18:49:13.450 INFO:teuthology.orchestra.run.smithi070.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-10T18:49:13.461 INFO:teuthology.orchestra.run.smithi102.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-10T18:49:13.468 INFO:teuthology.orchestra.run.smithi173.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-10T18:49:13.720 INFO:teuthology.orchestra.run.smithi102.stdout:ceph source packages 8.1 kB/s | 1.8 kB 00:00 2024-09-10T18:49:13.725 INFO:teuthology.orchestra.run.smithi070.stdout:ceph source packages 7.5 kB/s | 1.8 kB 00:00 2024-09-10T18:49:13.744 INFO:teuthology.orchestra.run.smithi173.stdout:ceph source packages 7.5 kB/s | 1.8 kB 00:00 2024-09-10T18:49:14.194 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 9 - BaseOS 20 MB/s | 8.2 MB 00:00 2024-09-10T18:49:15.320 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - BaseOS 5.3 MB/s | 8.2 MB 00:01 2024-09-10T18:49:15.475 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 8.2 MB 00:01 2024-09-10T18:49:16.012 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-10T18:49:17.079 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-10T18:49:20.429 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-10T18:49:20.551 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 9 - AppStream 5.1 MB/s | 20 MB 00:03 2024-09-10T18:49:22.005 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 19 kB 00:00 2024-09-10T18:49:22.522 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-09-10T18:49:22.893 INFO:teuthology.orchestra.run.smithi173.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-10T18:49:24.024 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 19 kB 00:00 2024-09-10T18:49:24.836 INFO:teuthology.orchestra.run.smithi102.stdout:Extra Packages for Enterprise Linux 33 MB/s | 23 MB 00:00 2024-09-10T18:49:25.859 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.5 MB 00:01 2024-09-10T18:49:27.718 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 19 kB 00:00 2024-09-10T18:49:28.348 INFO:teuthology.orchestra.run.smithi173.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-10T18:49:28.514 INFO:teuthology.orchestra.run.smithi070.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-10T18:49:30.300 INFO:teuthology.orchestra.run.smithi102.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-10T18:49:30.737 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:49:30.738 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:30.738 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-radosgw x86_64 2:17.2.7-1606.g5be57395.el9 ceph 14 M 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout:Upgrading: 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout: librados2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 3.1 M 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout: librbd1 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.9 M 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-base x86_64 2:17.2.7-1606.g5be57395.el9 ceph 5.0 M 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-common x86_64 2:17.2.7-1606.g5be57395.el9 ceph 22 M 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-selinux x86_64 2:17.2.7-1606.g5be57395.el9 ceph 25 k 2024-09-10T18:49:30.739 INFO:teuthology.orchestra.run.smithi173.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 637 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: libradosstriper1 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 458 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: librgw2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 4.9 M 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-argparse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 45 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common x86_64 2:17.2.7-1606.g5be57395.el9 ceph 120 k 2024-09-10T18:49:30.740 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cephfs x86_64 2:17.2.7-1606.g5be57395.el9 ceph 156 k 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rados x86_64 2:17.2.7-1606.g5be57395.el9 ceph 320 k 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rbd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 295 k 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rgw x86_64 2:17.2.7-1606.g5be57395.el9 ceph 99 k 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout:Install 22 Packages 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout:Upgrade 2 Packages 2024-09-10T18:49:30.741 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:30.742 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 58 M 2024-09-10T18:49:30.742 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:49:31.808 INFO:teuthology.orchestra.run.smithi173.stdout:(1/24): ceph-base-17.2.7-1606.g5be57395.el9.x86 5.5 MB/s | 5.0 MB 00:00 2024-09-10T18:49:31.883 INFO:teuthology.orchestra.run.smithi173.stdout:(2/24): ceph-selinux-17.2.7-1606.g5be57395.el9. 335 kB/s | 25 kB 00:00 2024-09-10T18:49:31.958 INFO:teuthology.orchestra.run.smithi173.stdout:(3/24): libcephfs2-17.2.7-1606.g5be57395.el9.x8 8.3 MB/s | 637 kB 00:00 2024-09-10T18:49:32.017 INFO:teuthology.orchestra.run.smithi173.stdout:(4/24): libradosstriper1-17.2.7-1606.g5be57395. 7.7 MB/s | 458 kB 00:00 2024-09-10T18:49:32.343 INFO:teuthology.orchestra.run.smithi173.stdout:(5/24): librgw2-17.2.7-1606.g5be57395.el9.x86_6 15 MB/s | 4.9 MB 00:00 2024-09-10T18:49:32.393 INFO:teuthology.orchestra.run.smithi173.stdout:(6/24): python3-ceph-argparse-17.2.7-1606.g5be5 907 kB/s | 45 kB 00:00 2024-09-10T18:49:32.459 INFO:teuthology.orchestra.run.smithi173.stdout:(7/24): python3-ceph-common-17.2.7-1606.g5be573 1.8 MB/s | 120 kB 00:00 2024-09-10T18:49:32.518 INFO:teuthology.orchestra.run.smithi173.stdout:(8/24): python3-cephfs-17.2.7-1606.g5be57395.el 2.6 MB/s | 156 kB 00:00 2024-09-10T18:49:32.669 INFO:teuthology.orchestra.run.smithi173.stdout:(9/24): ceph-radosgw-17.2.7-1606.g5be57395.el9. 8.2 MB/s | 14 MB 00:01 2024-09-10T18:49:32.693 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:49:32.693 INFO:teuthology.orchestra.run.smithi173.stdout:(10/24): python3-rados-17.2.7-1606.g5be57395.el 1.8 MB/s | 320 kB 00:00 2024-09-10T18:49:32.695 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:32.695 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:49:32.695 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:32.695 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:49:32.695 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-radosgw x86_64 2:17.2.7-1606.g5be57395.el9 ceph 14 M 2024-09-10T18:49:32.695 INFO:teuthology.orchestra.run.smithi102.stdout:Upgrading: 2024-09-10T18:49:32.695 INFO:teuthology.orchestra.run.smithi102.stdout: librados2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 3.1 M 2024-09-10T18:49:32.695 INFO:teuthology.orchestra.run.smithi102.stdout: librbd1 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.9 M 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-base x86_64 2:17.2.7-1606.g5be57395.el9 ceph 5.0 M 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-common x86_64 2:17.2.7-1606.g5be57395.el9 ceph 22 M 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-selinux x86_64 2:17.2.7-1606.g5be57395.el9 ceph 25 k 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: libcephfs2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 637 k 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: libradosstriper1 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 458 k 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T18:49:32.696 INFO:teuthology.orchestra.run.smithi102.stdout: librgw2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 4.9 M 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: python3-ceph-argparse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 45 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: python3-ceph-common x86_64 2:17.2.7-1606.g5be57395.el9 ceph 120 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cephfs x86_64 2:17.2.7-1606.g5be57395.el9 ceph 156 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: python3-rados x86_64 2:17.2.7-1606.g5be57395.el9 ceph 320 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: python3-rbd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 295 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: python3-rgw x86_64 2:17.2.7-1606.g5be57395.el9 ceph 99 k 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:32.697 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:49:32.698 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:32.698 INFO:teuthology.orchestra.run.smithi102.stdout:Install 22 Packages 2024-09-10T18:49:32.698 INFO:teuthology.orchestra.run.smithi102.stdout:Upgrade 2 Packages 2024-09-10T18:49:32.698 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:32.698 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 58 M 2024-09-10T18:49:32.698 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:49:32.719 INFO:teuthology.orchestra.run.smithi173.stdout:(11/24): python3-rbd-17.2.7-1606.g5be57395.el9. 5.8 MB/s | 295 kB 00:00 2024-09-10T18:49:32.744 INFO:teuthology.orchestra.run.smithi173.stdout:(12/24): python3-rgw-17.2.7-1606.g5be57395.el9. 1.9 MB/s | 99 kB 00:00 2024-09-10T18:49:32.986 INFO:teuthology.orchestra.run.smithi173.stdout:(13/24): ceph-common-17.2.7-1606.g5be57395.el9. 11 MB/s | 22 MB 00:02 2024-09-10T18:49:33.078 INFO:teuthology.orchestra.run.smithi173.stdout:(14/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 135 kB/s | 45 kB 00:00 2024-09-10T18:49:33.103 INFO:teuthology.orchestra.run.smithi173.stdout:(15/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 417 kB/s | 160 kB 00:00 2024-09-10T18:49:33.162 INFO:teuthology.orchestra.run.smithi173.stdout:(16/24): python3-prettytable-0.7.2-27.el9.noarc 724 kB/s | 42 kB 00:00 2024-09-10T18:49:33.204 INFO:teuthology.orchestra.run.smithi173.stdout:(17/24): librdkafka-1.6.1-102.el9.x86_64.rpm 3.0 MB/s | 662 kB 00:00 2024-09-10T18:49:33.246 INFO:teuthology.orchestra.run.smithi173.stdout:(18/24): gperftools-libs-2.9.1-2.el9.x86_64.rpm 3.6 MB/s | 309 kB 00:00 2024-09-10T18:49:33.271 INFO:teuthology.orchestra.run.smithi173.stdout:(19/24): libunwind-1.6.2-1.el9.x86_64.rpm 2.8 MB/s | 67 kB 00:00 2024-09-10T18:49:33.296 INFO:teuthology.orchestra.run.smithi173.stdout:(20/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.3 MB/s | 292 kB 00:00 2024-09-10T18:49:33.313 INFO:teuthology.orchestra.run.smithi173.stdout:(21/24): liboath-2.6.7-2.el9.x86_64.rpm 453 kB/s | 49 kB 00:00 2024-09-10T18:49:33.364 INFO:teuthology.orchestra.run.smithi173.stdout:(22/24): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-10T18:49:33.514 INFO:teuthology.orchestra.run.smithi173.stdout:(23/24): librbd1-17.2.7-1606.g5be57395.el9.x86_ 15 MB/s | 2.9 MB 00:00 2024-09-10T18:49:33.573 INFO:teuthology.orchestra.run.smithi173.stdout:(24/24): librados2-17.2.7-1606.g5be57395.el9.x8 11 MB/s | 3.1 MB 00:00 2024-09-10T18:49:33.577 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:49:33.577 INFO:teuthology.orchestra.run.smithi173.stdout:Total 20 MB/s | 58 MB 00:02 2024-09-10T18:49:33.642 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:49:33.676 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:49:33.676 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:49:33.903 INFO:teuthology.orchestra.run.smithi070.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-10T18:49:33.968 INFO:teuthology.orchestra.run.smithi102.stdout:(1/24): ceph-base-17.2.7-1606.g5be57395.el9.x86 6.7 MB/s | 5.0 MB 00:00 2024-09-10T18:49:34.010 INFO:teuthology.orchestra.run.smithi102.stdout:(2/24): ceph-selinux-17.2.7-1606.g5be57395.el9. 608 kB/s | 25 kB 00:00 2024-09-10T18:49:34.102 INFO:teuthology.orchestra.run.smithi102.stdout:(3/24): libcephfs2-17.2.7-1606.g5be57395.el9.x8 6.8 MB/s | 637 kB 00:00 2024-09-10T18:49:34.147 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:49:34.147 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:49:34.186 INFO:teuthology.orchestra.run.smithi102.stdout:(4/24): libradosstriper1-17.2.7-1606.g5be57395. 5.4 MB/s | 458 kB 00:00 2024-09-10T18:49:34.544 INFO:teuthology.orchestra.run.smithi102.stdout:(5/24): ceph-radosgw-17.2.7-1606.g5be57395.el9. 11 MB/s | 14 MB 00:01 2024-09-10T18:49:34.653 INFO:teuthology.orchestra.run.smithi102.stdout:(6/24): librgw2-17.2.7-1606.g5be57395.el9.x86_6 11 MB/s | 4.9 MB 00:00 2024-09-10T18:49:34.678 INFO:teuthology.orchestra.run.smithi102.stdout:(7/24): python3-ceph-argparse-17.2.7-1606.g5be5 338 kB/s | 45 kB 00:00 2024-09-10T18:49:34.711 INFO:teuthology.orchestra.run.smithi102.stdout:(8/24): python3-ceph-common-17.2.7-1606.g5be573 2.0 MB/s | 120 kB 00:00 2024-09-10T18:49:34.737 INFO:teuthology.orchestra.run.smithi102.stdout:(9/24): python3-cephfs-17.2.7-1606.g5be57395.el 2.6 MB/s | 156 kB 00:00 2024-09-10T18:49:34.779 INFO:teuthology.orchestra.run.smithi102.stdout:(10/24): python3-rados-17.2.7-1606.g5be57395.el 4.7 MB/s | 320 kB 00:00 2024-09-10T18:49:34.804 INFO:teuthology.orchestra.run.smithi102.stdout:(11/24): python3-rbd-17.2.7-1606.g5be57395.el9. 4.3 MB/s | 295 kB 00:00 2024-09-10T18:49:34.838 INFO:teuthology.orchestra.run.smithi102.stdout:(12/24): python3-rgw-17.2.7-1606.g5be57395.el9. 1.7 MB/s | 99 kB 00:00 2024-09-10T18:49:35.097 INFO:teuthology.orchestra.run.smithi102.stdout:(13/24): ceph-common-17.2.7-1606.g5be57395.el9. 12 MB/s | 22 MB 00:01 2024-09-10T18:49:35.164 INFO:teuthology.orchestra.run.smithi102.stdout:(14/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 139 kB/s | 45 kB 00:00 2024-09-10T18:49:35.189 INFO:teuthology.orchestra.run.smithi102.stdout:(15/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 417 kB/s | 160 kB 00:00 2024-09-10T18:49:35.231 INFO:teuthology.orchestra.run.smithi102.stdout:(16/24): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-09-10T18:49:35.256 INFO:teuthology.orchestra.run.smithi102.stdout:(17/24): python3-prettytable-0.7.2-27.el9.noarc 632 kB/s | 42 kB 00:00 2024-09-10T18:49:35.306 INFO:teuthology.orchestra.run.smithi102.stdout:(18/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.0 MB/s | 292 kB 00:00 2024-09-10T18:49:35.340 INFO:teuthology.orchestra.run.smithi102.stdout:(19/24): liboath-2.6.7-2.el9.x86_64.rpm 580 kB/s | 49 kB 00:00 2024-09-10T18:49:35.355 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:49:35.365 INFO:teuthology.orchestra.run.smithi102.stdout:(20/24): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.3 MB/s | 309 kB 00:00 2024-09-10T18:49:35.390 INFO:teuthology.orchestra.run.smithi102.stdout:(21/24): libunwind-1.6.2-1.el9.x86_64.rpm 823 kB/s | 67 kB 00:00 2024-09-10T18:49:35.458 INFO:teuthology.orchestra.run.smithi102.stdout:(22/24): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-09-10T18:49:35.599 INFO:teuthology.orchestra.run.smithi102.stdout:(23/24): librbd1-17.2.7-1606.g5be57395.el9.x86_ 14 MB/s | 2.9 MB 00:00 2024-09-10T18:49:35.666 INFO:teuthology.orchestra.run.smithi102.stdout:(24/24): librados2-17.2.7-1606.g5be57395.el9.x8 10 MB/s | 3.1 MB 00:00 2024-09-10T18:49:35.672 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:49:35.672 INFO:teuthology.orchestra.run.smithi102.stdout:Total 20 MB/s | 58 MB 00:02 2024-09-10T18:49:35.732 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:49:35.736 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-10T18:49:35.765 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:49:35.765 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:49:35.800 INFO:teuthology.orchestra.run.smithi173.stdout: Upgrading : librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:35.921 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:36.038 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 3/26 2024-09-10T18:49:36.059 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:36.130 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:36.192 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-10T18:49:36.231 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-10T18:49:36.245 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:49:36.246 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:49:36.323 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-radosgw x86_64 2:17.2.7-1606.g5be57395.el9 ceph 14 M 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout:Upgrading: 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout: librados2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 3.1 M 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout: librbd1 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.9 M 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-base x86_64 2:17.2.7-1606.g5be57395.el9 ceph 5.0 M 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-common x86_64 2:17.2.7-1606.g5be57395.el9 ceph 22 M 2024-09-10T18:49:36.325 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-selinux x86_64 2:17.2.7-1606.g5be57395.el9 ceph 25 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: libcephfs2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 637 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: libradosstriper1 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 458 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: librgw2 x86_64 2:17.2.7-1606.g5be57395.el9 ceph 4.9 M 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ceph-argparse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 45 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ceph-common x86_64 2:17.2.7-1606.g5be57395.el9 ceph 120 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cephfs x86_64 2:17.2.7-1606.g5be57395.el9 ceph 156 k 2024-09-10T18:49:36.326 INFO:teuthology.orchestra.run.smithi070.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout: python3-rados x86_64 2:17.2.7-1606.g5be57395.el9 ceph 320 k 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout: python3-rbd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 295 k 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout: python3-rgw x86_64 2:17.2.7-1606.g5be57395.el9 ceph 99 k 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout:Install 22 Packages 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout:Upgrade 2 Packages 2024-09-10T18:49:36.327 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:36.328 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 58 M 2024-09-10T18:49:36.328 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:49:36.671 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-10T18:49:36.704 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 8/26 2024-09-10T18:49:36.767 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 8/26 2024-09-10T18:49:36.795 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-10T18:49:36.847 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9. 10/26 2024-09-10T18:49:36.884 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 11/26 2024-09-10T18:49:36.937 INFO:teuthology.orchestra.run.smithi070.stdout:(1/24): ceph-base-17.2.7-1606.g5be57395.el9.x86 9.5 MB/s | 5.0 MB 00:00 2024-09-10T18:49:36.946 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 12/26 2024-09-10T18:49:36.982 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 13/26 2024-09-10T18:49:36.987 INFO:teuthology.orchestra.run.smithi070.stdout:(2/24): ceph-selinux-17.2.7-1606.g5be57395.el9. 506 kB/s | 25 kB 00:00 2024-09-10T18:49:37.031 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 13/26 2024-09-10T18:49:37.071 INFO:teuthology.orchestra.run.smithi070.stdout:(3/24): libcephfs2-17.2.7-1606.g5be57395.el9.x8 7.5 MB/s | 637 kB 00:00 2024-09-10T18:49:37.081 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-10T18:49:37.132 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/26 2024-09-10T18:49:37.155 INFO:teuthology.orchestra.run.smithi070.stdout:(4/24): libradosstriper1-17.2.7-1606.g5be57395. 5.4 MB/s | 458 kB 00:00 2024-09-10T18:49:37.174 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-10T18:49:37.473 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-10T18:49:37.476 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:49:37.492 INFO:teuthology.orchestra.run.smithi070.stdout:(5/24): librgw2-17.2.7-1606.g5be57395.el9.x86_6 15 MB/s | 4.9 MB 00:00 2024-09-10T18:49:37.520 INFO:teuthology.orchestra.run.smithi173.stdout: Upgrading : librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 18/26 2024-09-10T18:49:37.611 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 18/26 2024-09-10T18:49:37.638 INFO:teuthology.orchestra.run.smithi070.stdout:(6/24): ceph-radosgw-17.2.7-1606.g5be57395.el9. 12 MB/s | 14 MB 00:01 2024-09-10T18:49:37.664 INFO:teuthology.orchestra.run.smithi070.stdout:(7/24): python3-ceph-argparse-17.2.7-1606.g5be5 264 kB/s | 45 kB 00:00 2024-09-10T18:49:37.689 INFO:teuthology.orchestra.run.smithi070.stdout:(8/24): python3-ceph-common-17.2.7-1606.g5be573 2.3 MB/s | 120 kB 00:00 2024-09-10T18:49:37.692 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 19/26 2024-09-10T18:49:37.714 INFO:teuthology.orchestra.run.smithi070.stdout:(9/24): python3-cephfs-17.2.7-1606.g5be57395.el 3.0 MB/s | 156 kB 00:00 2024-09-10T18:49:37.722 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x8 20/26 2024-09-10T18:49:37.748 INFO:teuthology.orchestra.run.smithi070.stdout:(10/24): python3-rados-17.2.7-1606.g5be57395.el 5.4 MB/s | 320 kB 00:00 2024-09-10T18:49:37.806 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-10T18:49:37.910 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:37.965 INFO:teuthology.orchestra.run.smithi070.stdout:(11/24): ceph-common-17.2.7-1606.g5be57395.el9. 14 MB/s | 22 MB 00:01 2024-09-10T18:49:37.990 INFO:teuthology.orchestra.run.smithi070.stdout:(12/24): python3-rgw-17.2.7-1606.g5be57395.el9. 410 kB/s | 99 kB 00:00 2024-09-10T18:49:38.003 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:38.015 INFO:teuthology.orchestra.run.smithi070.stdout:(13/24): python3-rbd-17.2.7-1606.g5be57395.el9. 979 kB/s | 295 kB 00:00 2024-09-10T18:49:38.066 INFO:teuthology.orchestra.run.smithi070.stdout:(14/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 602 kB/s | 45 kB 00:00 2024-09-10T18:49:38.080 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 3/26 2024-09-10T18:49:38.091 INFO:teuthology.orchestra.run.smithi070.stdout:(15/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-09-10T18:49:38.111 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:38.133 INFO:teuthology.orchestra.run.smithi070.stdout:(16/24): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-09-10T18:49:38.158 INFO:teuthology.orchestra.run.smithi070.stdout:(17/24): python3-prettytable-0.7.2-27.el9.noarc 631 kB/s | 42 kB 00:00 2024-09-10T18:49:38.183 INFO:teuthology.orchestra.run.smithi070.stdout:(18/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-09-10T18:49:38.200 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:38.234 INFO:teuthology.orchestra.run.smithi070.stdout:(19/24): liboath-2.6.7-2.el9.x86_64.rpm 644 kB/s | 49 kB 00:00 2024-09-10T18:49:38.254 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-10T18:49:38.259 INFO:teuthology.orchestra.run.smithi070.stdout:(20/24): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.4 MB/s | 309 kB 00:00 2024-09-10T18:49:38.284 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-10T18:49:38.285 INFO:teuthology.orchestra.run.smithi070.stdout:(21/24): libunwind-1.6.2-1.el9.x86_64.rpm 780 kB/s | 67 kB 00:00 2024-09-10T18:49:38.343 INFO:teuthology.orchestra.run.smithi070.stdout:(22/24): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-10T18:49:38.452 INFO:teuthology.orchestra.run.smithi070.stdout:(23/24): librados2-17.2.7-1606.g5be57395.el9.x8 16 MB/s | 3.1 MB 00:00 2024-09-10T18:49:38.510 INFO:teuthology.orchestra.run.smithi070.stdout:(24/24): librbd1-17.2.7-1606.g5be57395.el9.x86_ 13 MB/s | 2.9 MB 00:00 2024-09-10T18:49:38.516 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:49:38.516 INFO:teuthology.orchestra.run.smithi070.stdout:Total 27 MB/s | 58 MB 00:02 2024-09-10T18:49:38.579 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:49:38.612 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:49:38.612 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:49:38.729 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-10T18:49:38.765 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 8/26 2024-09-10T18:49:38.810 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 8/26 2024-09-10T18:49:38.839 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-10T18:49:38.886 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9. 10/26 2024-09-10T18:49:38.928 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 11/26 2024-09-10T18:49:38.989 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 12/26 2024-09-10T18:49:39.017 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 13/26 2024-09-10T18:49:39.083 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 13/26 2024-09-10T18:49:39.091 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:49:39.091 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:49:39.123 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-10T18:49:39.167 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/26 2024-09-10T18:49:39.199 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-10T18:49:39.492 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-10T18:49:39.540 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 18/26 2024-09-10T18:49:39.627 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 18/26 2024-09-10T18:49:39.701 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 19/26 2024-09-10T18:49:39.733 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x8 20/26 2024-09-10T18:49:40.137 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:40.178 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:40.262 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:49:40.648 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-10T18:49:40.716 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:40.721 INFO:teuthology.orchestra.run.smithi070.stdout: Upgrading : librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:40.756 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 22/26 2024-09-10T18:49:40.825 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:40.852 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 22/26 2024-09-10T18:49:40.852 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T18:49:40.852 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T18:49:40.853 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:40.890 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:40.909 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 3/26 2024-09-10T18:49:40.939 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:41.027 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:41.073 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-10T18:49:41.111 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-10T18:49:41.548 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-10T18:49:41.576 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 8/26 2024-09-10T18:49:41.638 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 8/26 2024-09-10T18:49:41.675 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-10T18:49:41.718 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9. 10/26 2024-09-10T18:49:41.755 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 11/26 2024-09-10T18:49:41.817 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 12/26 2024-09-10T18:49:41.839 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 13/26 2024-09-10T18:49:41.897 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 13/26 2024-09-10T18:49:41.937 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-10T18:49:41.981 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/26 2024-09-10T18:49:42.022 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-10T18:49:42.137 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:42.171 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:42.315 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-10T18:49:42.352 INFO:teuthology.orchestra.run.smithi070.stdout: Upgrading : librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 18/26 2024-09-10T18:49:42.442 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 18/26 2024-09-10T18:49:42.516 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 19/26 2024-09-10T18:49:42.546 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x8 20/26 2024-09-10T18:49:42.697 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:42.733 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 22/26 2024-09-10T18:49:42.837 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 22/26 2024-09-10T18:49:42.837 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T18:49:42.837 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T18:49:42.837 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:42.876 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:44.991 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:45.027 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:45.557 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 21/26 2024-09-10T18:49:45.614 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 22/26 2024-09-10T18:49:45.698 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 22/26 2024-09-10T18:49:45.698 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T18:49:45.698 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T18:49:45.698 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:45.731 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:50.808 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:50.808 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /sys 2024-09-10T18:49:50.808 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /proc 2024-09-10T18:49:50.808 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /mnt 2024-09-10T18:49:50.808 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /var/tmp 2024-09-10T18:49:50.808 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /home 2024-09-10T18:49:50.809 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /root 2024-09-10T18:49:50.809 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /tmp 2024-09-10T18:49:50.809 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 24/26 2024-09-10T18:49:52.211 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 24/26 2024-09-10T18:49:52.211 INFO:teuthology.orchestra.run.smithi173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:49:52.211 INFO:teuthology.orchestra.run.smithi173.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T18:49:52.211 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T18:49:52.212 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T18:49:52.212 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:52.213 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-10T18:49:52.310 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-10T18:49:52.310 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:52.799 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:52.799 INFO:teuthology.orchestra.run.smithi102.stdout:skipping the directory /sys 2024-09-10T18:49:52.799 INFO:teuthology.orchestra.run.smithi102.stdout:skipping the directory /proc 2024-09-10T18:49:52.799 INFO:teuthology.orchestra.run.smithi102.stdout:skipping the directory /mnt 2024-09-10T18:49:52.799 INFO:teuthology.orchestra.run.smithi102.stdout:skipping the directory /var/tmp 2024-09-10T18:49:52.800 INFO:teuthology.orchestra.run.smithi102.stdout:skipping the directory /home 2024-09-10T18:49:52.800 INFO:teuthology.orchestra.run.smithi102.stdout:skipping the directory /root 2024-09-10T18:49:52.800 INFO:teuthology.orchestra.run.smithi102.stdout:skipping the directory /tmp 2024-09-10T18:49:52.800 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 1/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 3/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 5/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 6/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 7/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9. 8/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x8 9/26 2024-09-10T18:49:53.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 10/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 11/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 12/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 13/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 19/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-10T18:49:53.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-10T18:49:53.570 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librados2-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:53.570 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-10T18:49:53.570 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 25/26 2024-09-10T18:49:54.075 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 24/26 2024-09-10T18:49:54.178 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 24/26 2024-09-10T18:49:54.178 INFO:teuthology.orchestra.run.smithi102.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:49:54.178 INFO:teuthology.orchestra.run.smithi102.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T18:49:54.178 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T18:49:54.178 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T18:49:54.178 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:54.180 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-10T18:49:54.269 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-10T18:49:54.269 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:54.370 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:54.370 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout:Upgraded: 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T18:49:54.371 INFO:teuthology.orchestra.run.smithi173.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.372 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.373 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:54.373 INFO:teuthology.orchestra.run.smithi173.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T18:49:54.373 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:54.373 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:49:54.744 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-test 2024-09-10T18:49:55.324 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:27 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:49:55.462 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:49:55.462 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:55.462 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:49:55.462 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-test x86_64 2:17.2.7-1606.g5be57395.el9 ceph 48 M 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout: libcephsqlite x86_64 2:17.2.7-1606.g5be57395.el9 ceph 163 k 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout:Install 4 Packages 2024-09-10T18:49:55.463 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:49:55.464 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 48 M 2024-09-10T18:49:55.464 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 193 M 2024-09-10T18:49:55.464 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:49:55.566 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:55.566 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 1/26 2024-09-10T18:49:55.566 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:55.566 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 3/26 2024-09-10T18:49:55.566 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:55.566 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 5/26 2024-09-10T18:49:55.566 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 6/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 7/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9. 8/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x8 9/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 10/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 11/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 12/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 13/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-10T18:49:55.567 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-10T18:49:55.568 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 19/26 2024-09-10T18:49:55.568 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-10T18:49:55.568 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-10T18:49:55.568 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-10T18:49:55.568 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : librados2-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:55.568 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-10T18:49:55.568 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 25/26 2024-09-10T18:49:55.595 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:55.595 INFO:teuthology.orchestra.run.smithi070.stdout:skipping the directory /sys 2024-09-10T18:49:55.595 INFO:teuthology.orchestra.run.smithi070.stdout:skipping the directory /proc 2024-09-10T18:49:55.596 INFO:teuthology.orchestra.run.smithi070.stdout:skipping the directory /mnt 2024-09-10T18:49:55.596 INFO:teuthology.orchestra.run.smithi070.stdout:skipping the directory /var/tmp 2024-09-10T18:49:55.596 INFO:teuthology.orchestra.run.smithi070.stdout:skipping the directory /home 2024-09-10T18:49:55.596 INFO:teuthology.orchestra.run.smithi070.stdout:skipping the directory /root 2024-09-10T18:49:55.596 INFO:teuthology.orchestra.run.smithi070.stdout:skipping the directory /tmp 2024-09-10T18:49:55.596 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:55.689 INFO:teuthology.orchestra.run.smithi173.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.5 MB/s | 304 kB 00:00 2024-09-10T18:49:55.714 INFO:teuthology.orchestra.run.smithi173.stdout:(2/4): libcephsqlite-17.2.7-1606.g5be57395.el9. 714 kB/s | 163 kB 00:00 2024-09-10T18:49:55.772 INFO:teuthology.orchestra.run.smithi173.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 762 kB/s | 64 kB 00:00 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout:Upgraded: 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout: librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout: librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.420 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.421 INFO:teuthology.orchestra.run.smithi102.stdout: python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.422 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.422 INFO:teuthology.orchestra.run.smithi102.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T18:49:56.422 INFO:teuthology.orchestra.run.smithi102.stdout: python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.422 INFO:teuthology.orchestra.run.smithi102.stdout: python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.422 INFO:teuthology.orchestra.run.smithi102.stdout: python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:56.422 INFO:teuthology.orchestra.run.smithi102.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T18:49:56.422 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:56.422 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:49:56.823 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-test 2024-09-10T18:49:56.899 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 24/26 2024-09-10T18:49:56.977 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 24/26 2024-09-10T18:49:56.977 INFO:teuthology.orchestra.run.smithi070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:49:56.977 INFO:teuthology.orchestra.run.smithi070.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T18:49:56.977 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T18:49:56.977 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T18:49:56.977 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:56.979 INFO:teuthology.orchestra.run.smithi070.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-10T18:49:57.048 INFO:teuthology.orchestra.run.smithi173.stdout:(4/4): ceph-test-17.2.7-1606.g5be57395.el9.x86_ 31 MB/s | 48 MB 00:01 2024-09-10T18:49:57.050 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:49:57.050 INFO:teuthology.orchestra.run.smithi173.stdout:Total 31 MB/s | 48 MB 00:01 2024-09-10T18:49:57.077 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-10T18:49:57.077 INFO:teuthology.orchestra.run.smithi070.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:57.078 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:49:57.097 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:49:57.097 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:49:57.392 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:27 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:49:57.467 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:49:57.467 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:49:57.535 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:49:57.536 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:57.536 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:49:57.536 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:57.536 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:49:57.536 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-test x86_64 2:17.2.7-1606.g5be57395.el9 ceph 48 M 2024-09-10T18:49:57.536 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:49:57.537 INFO:teuthology.orchestra.run.smithi102.stdout: libcephsqlite x86_64 2:17.2.7-1606.g5be57395.el9 ceph 163 k 2024-09-10T18:49:57.537 INFO:teuthology.orchestra.run.smithi102.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T18:49:57.537 INFO:teuthology.orchestra.run.smithi102.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T18:49:57.537 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:57.537 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:49:57.537 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:49:57.537 INFO:teuthology.orchestra.run.smithi102.stdout:Install 4 Packages 2024-09-10T18:49:57.537 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:49:57.538 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 48 M 2024-09-10T18:49:57.538 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 193 M 2024-09-10T18:49:57.538 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:49:57.994 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:49:58.040 INFO:teuthology.orchestra.run.smithi102.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.7 MB/s | 304 kB 00:00 2024-09-10T18:49:58.092 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T18:49:58.130 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T18:49:58.158 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 3/4 2024-09-10T18:49:58.182 INFO:teuthology.orchestra.run.smithi102.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 450 kB/s | 64 kB 00:00 2024-09-10T18:49:58.316 INFO:teuthology.orchestra.run.smithi102.stdout:(3/4): libcephsqlite-17.2.7-1606.g5be57395.el9. 365 kB/s | 163 kB 00:00 2024-09-10T18:49:58.360 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:58.360 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 1/26 2024-09-10T18:49:58.360 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2/26 2024-09-10T18:49:58.360 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 3/26 2024-09-10T18:49:58.360 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 4/26 2024-09-10T18:49:58.360 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 5/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_6 6/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 7/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9. 8/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x8 9/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 10/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 11/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 12/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 13/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-10T18:49:58.361 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 19/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : librados2-2:17.2.7-1606.g5be57395.el9.x86_64 23/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-10T18:49:58.362 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 25/26 2024-09-10T18:49:59.330 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-10T18:49:59.330 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:59.330 INFO:teuthology.orchestra.run.smithi070.stdout:Upgraded: 2024-09-10T18:49:59.330 INFO:teuthology.orchestra.run.smithi070.stdout: librados2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.330 INFO:teuthology.orchestra.run.smithi070.stdout: librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-radosgw-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-selinux-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: libradosstriper1-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T18:49:59.331 INFO:teuthology.orchestra.run.smithi070.stdout: librgw2-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ceph-argparse-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ceph-common-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:49:59.332 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:49:59.718 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-test 2024-09-10T18:49:59.957 INFO:teuthology.orchestra.run.smithi102.stdout:(4/4): ceph-test-17.2.7-1606.g5be57395.el9.x86_ 23 MB/s | 48 MB 00:02 2024-09-10T18:49:59.959 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:49:59.960 INFO:teuthology.orchestra.run.smithi102.stdout:Total 20 MB/s | 48 MB 00:02 2024-09-10T18:49:59.987 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:50:00.005 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:50:00.005 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:50:00.285 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:00:27 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:00.370 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:50:00.370 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:50:00.421 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:00.422 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:00.422 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:50:00.422 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:00.422 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:50:00.422 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-test x86_64 2:17.2.7-1606.g5be57395.el9 ceph 48 M 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout: libcephsqlite x86_64 2:17.2.7-1606.g5be57395.el9 ceph 163 k 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout:Install 4 Packages 2024-09-10T18:50:00.423 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:00.424 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 48 M 2024-09-10T18:50:00.424 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 193 M 2024-09-10T18:50:00.424 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:50:00.894 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:50:00.897 INFO:teuthology.orchestra.run.smithi070.stdout:(1/4): libcephsqlite-17.2.7-1606.g5be57395.el9. 360 kB/s | 163 kB 00:00 2024-09-10T18:50:00.965 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T18:50:01.014 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T18:50:01.051 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 3/4 2024-09-10T18:50:01.314 INFO:teuthology.orchestra.run.smithi070.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 350 kB/s | 304 kB 00:00 2024-09-10T18:50:01.573 INFO:teuthology.orchestra.run.smithi070.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 94 kB/s | 64 kB 00:00 2024-09-10T18:50:02.323 INFO:teuthology.orchestra.run.smithi070.stdout:(4/4): ceph-test-17.2.7-1606.g5be57395.el9.x86_ 26 MB/s | 48 MB 00:01 2024-09-10T18:50:02.325 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:02.325 INFO:teuthology.orchestra.run.smithi070.stdout:Total 25 MB/s | 48 MB 00:01 2024-09-10T18:50:02.351 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:50:02.370 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:50:02.370 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:50:02.576 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 3/4 2024-09-10T18:50:02.651 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 4/4 2024-09-10T18:50:02.738 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:50:02.738 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:50:03.253 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:50:03.358 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T18:50:03.405 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T18:50:03.437 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 3/4 2024-09-10T18:50:04.886 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 4/4 2024-09-10T18:50:04.886 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 1/4 2024-09-10T18:50:04.886 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 2/4 2024-09-10T18:50:04.886 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T18:50:05.206 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T18:50:05.206 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:05.206 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:50:05.206 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:05.206 INFO:teuthology.orchestra.run.smithi173.stdout: libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:05.206 INFO:teuthology.orchestra.run.smithi173.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T18:50:05.206 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T18:50:05.207 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:05.207 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:50:05.453 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 3/4 2024-09-10T18:50:05.492 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph 2024-09-10T18:50:05.531 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 4/4 2024-09-10T18:50:06.055 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:38 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:50:06.196 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout: ceph x86_64 2:17.2.7-1606.g5be57395.el9 ceph 6.5 k 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mds x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.1 M 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr x86_64 2:17.2.7-1606.g5be57395.el9 ceph 1.4 M 2024-09-10T18:50:06.198 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 240 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mon x86_64 2:17.2.7-1606.g5be57395.el9 ceph 3.9 M 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-osd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 15 M 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-collections 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T18:50:06.199 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T18:50:06.200 INFO:teuthology.orchestra.run.smithi173.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout:Install 34 Packages 2024-09-10T18:50:06.201 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:06.202 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 27 M 2024-09-10T18:50:06.202 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 96 M 2024-09-10T18:50:06.202 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:50:06.594 INFO:teuthology.orchestra.run.smithi173.stdout:(1/34): ceph-17.2.7-1606.g5be57395.el9.x86_64.r 53 kB/s | 6.5 kB 00:00 2024-09-10T18:50:06.778 INFO:teuthology.orchestra.run.smithi173.stdout:(2/34): ceph-mgr-17.2.7-1606.g5be57395.el9.x86_ 4.6 MB/s | 1.4 MB 00:00 2024-09-10T18:50:06.820 INFO:teuthology.orchestra.run.smithi173.stdout:(3/34): ceph-mds-17.2.7-1606.g5be57395.el9.x86_ 6.0 MB/s | 2.1 MB 00:00 2024-09-10T18:50:06.920 INFO:teuthology.orchestra.run.smithi173.stdout:(4/34): ceph-mgr-modules-core-17.2.7-1606.g5be5 2.4 MB/s | 240 kB 00:00 2024-09-10T18:50:06.978 INFO:teuthology.orchestra.run.smithi173.stdout:(5/34): ceph-mon-17.2.7-1606.g5be57395.el9.x86_ 10 MB/s | 3.9 MB 00:00 2024-09-10T18:50:07.137 INFO:teuthology.orchestra.run.smithi173.stdout:(6/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-10T18:50:07.296 INFO:teuthology.orchestra.run.smithi173.stdout:(7/34): ceph-osd-17.2.7-1606.g5be57395.el9.x86_ 30 MB/s | 15 MB 00:00 2024-09-10T18:50:07.321 INFO:teuthology.orchestra.run.smithi173.stdout:(8/34): python3-ply-3.11-14.el9.noarch.rpm 580 kB/s | 106 kB 00:00 2024-09-10T18:50:07.354 INFO:teuthology.orchestra.run.smithi173.stdout:(9/34): python3-cryptography-36.0.1-4.el9.x86_6 3.3 MB/s | 1.2 MB 00:00 2024-09-10T18:50:07.380 INFO:teuthology.orchestra.run.smithi173.stdout:(10/34): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-09-10T18:50:07.413 INFO:teuthology.orchestra.run.smithi173.stdout:(11/34): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-10T18:50:07.439 INFO:teuthology.orchestra.run.smithi173.stdout:(12/34): python3-pycparser-2.20-6.el9.noarch.rp 946 kB/s | 135 kB 00:00 2024-09-10T18:50:07.498 INFO:teuthology.orchestra.run.smithi173.stdout:(13/34): python3-markupsafe-1.1.1-12.el9.x86_64 415 kB/s | 35 kB 00:00 2024-09-10T18:50:07.523 INFO:teuthology.orchestra.run.smithi173.stdout:(14/34): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-09-10T18:50:07.548 INFO:teuthology.orchestra.run.smithi173.stdout:(15/34): python3-packaging-20.9-5.el9.noarch.rp 710 kB/s | 77 kB 00:00 2024-09-10T18:50:07.582 INFO:teuthology.orchestra.run.smithi173.stdout:(16/34): python3-pytz-2021.1-5.el9.noarch.rpm 603 kB/s | 51 kB 00:00 2024-09-10T18:50:07.608 INFO:teuthology.orchestra.run.smithi173.stdout:(17/34): python3-toml-0.10.2-6.el9.noarch.rpm 492 kB/s | 42 kB 00:00 2024-09-10T18:50:07.658 INFO:teuthology.orchestra.run.smithi173.stdout:(18/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 397 kB/s | 43 kB 00:00 2024-09-10T18:50:07.675 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 4/4 2024-09-10T18:50:07.676 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 1/4 2024-09-10T18:50:07.676 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 2/4 2024-09-10T18:50:07.676 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T18:50:07.683 INFO:teuthology.orchestra.run.smithi173.stdout:(19/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 463 kB/s | 11 kB 00:00 2024-09-10T18:50:07.709 INFO:teuthology.orchestra.run.smithi173.stdout:(20/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-10T18:50:07.734 INFO:teuthology.orchestra.run.smithi173.stdout:(21/34): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-09-10T18:50:07.759 INFO:teuthology.orchestra.run.smithi173.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 463 kB/s | 23 kB 00:00 2024-09-10T18:50:07.784 INFO:teuthology.orchestra.run.smithi173.stdout:(23/34): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-10T18:50:07.810 INFO:teuthology.orchestra.run.smithi173.stdout:(24/34): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-10T18:50:07.835 INFO:teuthology.orchestra.run.smithi173.stdout:(25/34): python3-logutils-0.3.5-21.el9.noarch.r 922 kB/s | 46 kB 00:00 2024-09-10T18:50:07.840 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 3/4 2024-09-10T18:50:07.860 INFO:teuthology.orchestra.run.smithi173.stdout:(26/34): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-10T18:50:07.894 INFO:teuthology.orchestra.run.smithi173.stdout:(27/34): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-10T18:50:07.918 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 4/4 2024-09-10T18:50:07.919 INFO:teuthology.orchestra.run.smithi173.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 279 kB/s | 16 kB 00:00 2024-09-10T18:50:07.945 INFO:teuthology.orchestra.run.smithi173.stdout:(29/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-10T18:50:07.970 INFO:teuthology.orchestra.run.smithi173.stdout:(30/34): python3-tempora-5.0.0-2.el9.noarch.rpm 712 kB/s | 36 kB 00:00 2024-09-10T18:50:08.012 INFO:teuthology.orchestra.run.smithi173.stdout:(31/34): python3-pecan-1.4.2-3.el9.noarch.rpm 1.5 MB/s | 272 kB 00:00 2024-09-10T18:50:08.014 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T18:50:08.014 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:08.014 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:50:08.015 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:08.015 INFO:teuthology.orchestra.run.smithi102.stdout: libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:08.015 INFO:teuthology.orchestra.run.smithi102.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T18:50:08.015 INFO:teuthology.orchestra.run.smithi102.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T18:50:08.015 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:08.015 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:50:08.037 INFO:teuthology.orchestra.run.smithi173.stdout:(32/34): python3-zc-lockfile-2.0-10.el9.noarch. 801 kB/s | 20 kB 00:00 2024-09-10T18:50:08.062 INFO:teuthology.orchestra.run.smithi173.stdout:(33/34): python3-webob-1.8.8-2.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-09-10T18:50:08.096 INFO:teuthology.orchestra.run.smithi173.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-09-10T18:50:08.099 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:08.099 INFO:teuthology.orchestra.run.smithi173.stdout:Total 14 MB/s | 27 MB 00:01 2024-09-10T18:50:08.224 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:50:08.259 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:50:08.259 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:50:08.303 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph 2024-09-10T18:50:08.645 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:50:08.645 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:50:08.876 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:38 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:50:09.020 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:50:09.023 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:09.023 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:50:09.023 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:09.023 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:50:09.023 INFO:teuthology.orchestra.run.smithi102.stdout: ceph x86_64 2:17.2.7-1606.g5be57395.el9 ceph 6.5 k 2024-09-10T18:50:09.023 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:50:09.023 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mds x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.1 M 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr x86_64 2:17.2.7-1606.g5be57395.el9 ceph 1.4 M 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 240 k 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mon x86_64 2:17.2.7-1606.g5be57395.el9 ceph 3.9 M 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-osd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 15 M 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T18:50:09.024 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-collections 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T18:50:09.025 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T18:50:09.026 INFO:teuthology.orchestra.run.smithi102.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T18:50:09.027 INFO:teuthology.orchestra.run.smithi102.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T18:50:09.027 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:09.027 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:50:09.027 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:09.027 INFO:teuthology.orchestra.run.smithi102.stdout:Install 34 Packages 2024-09-10T18:50:09.027 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:09.028 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 27 M 2024-09-10T18:50:09.028 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 96 M 2024-09-10T18:50:09.028 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:50:09.512 INFO:teuthology.orchestra.run.smithi102.stdout:(1/34): ceph-17.2.7-1606.g5be57395.el9.x86_64.r 53 kB/s | 6.5 kB 00:00 2024-09-10T18:50:09.704 INFO:teuthology.orchestra.run.smithi102.stdout:(2/34): ceph-mgr-17.2.7-1606.g5be57395.el9.x86_ 4.5 MB/s | 1.4 MB 00:00 2024-09-10T18:50:09.754 INFO:teuthology.orchestra.run.smithi102.stdout:(3/34): ceph-mds-17.2.7-1606.g5be57395.el9.x86_ 5.7 MB/s | 2.1 MB 00:00 2024-09-10T18:50:09.846 INFO:teuthology.orchestra.run.smithi102.stdout:(4/34): ceph-mon-17.2.7-1606.g5be57395.el9.x86_ 12 MB/s | 3.9 MB 00:00 2024-09-10T18:50:09.880 INFO:teuthology.orchestra.run.smithi102.stdout:(5/34): ceph-mgr-modules-core-17.2.7-1606.g5be5 1.9 MB/s | 240 kB 00:00 2024-09-10T18:50:09.907 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:50:09.974 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-10T18:50:10.006 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-10T18:50:10.030 INFO:teuthology.orchestra.run.smithi102.stdout:(6/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-09-10T18:50:10.047 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-10T18:50:10.080 INFO:teuthology.orchestra.run.smithi102.stdout:(7/34): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-10T18:50:10.106 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 4/4 2024-09-10T18:50:10.106 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 1/4 2024-09-10T18:50:10.106 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 2/4 2024-09-10T18:50:10.106 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T18:50:10.139 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-10T18:50:10.234 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-10T18:50:10.239 INFO:teuthology.orchestra.run.smithi102.stdout:(8/34): ceph-osd-17.2.7-1606.g5be57395.el9.x86_ 29 MB/s | 15 MB 00:00 2024-09-10T18:50:10.264 INFO:teuthology.orchestra.run.smithi102.stdout:(9/34): python3-pycparser-2.20-6.el9.noarch.rpm 736 kB/s | 135 kB 00:00 2024-09-10T18:50:10.283 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-10T18:50:10.298 INFO:teuthology.orchestra.run.smithi102.stdout:(10/34): python3-cryptography-36.0.1-4.el9.x86_ 2.9 MB/s | 1.2 MB 00:00 2024-09-10T18:50:10.326 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-10T18:50:10.331 INFO:teuthology.orchestra.run.smithi102.stdout:(11/34): python3-urllib3-1.26.5-6.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-09-10T18:50:10.357 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-10T18:50:10.390 INFO:teuthology.orchestra.run.smithi102.stdout:(12/34): python3-requests-2.25.1-8.el9.noarch.r 830 kB/s | 125 kB 00:00 2024-09-10T18:50:10.391 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-10T18:50:10.424 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-10T18:50:10.465 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-10T18:50:10.480 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T18:50:10.481 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:10.481 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:50:10.481 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-test-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:10.481 INFO:teuthology.orchestra.run.smithi070.stdout: libcephsqlite-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:10.481 INFO:teuthology.orchestra.run.smithi070.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T18:50:10.481 INFO:teuthology.orchestra.run.smithi070.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T18:50:10.481 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:10.481 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:10.508 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-10T18:50:10.542 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-10T18:50:10.590 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-10T18:50:10.632 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-10T18:50:10.713 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-10T18:50:10.788 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph 2024-09-10T18:50:10.866 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-10T18:50:10.890 INFO:teuthology.orchestra.run.smithi102.stdout:(13/34): python3-markupsafe-1.1.1-12.el9.x86_64 62 kB/s | 35 kB 00:00 2024-09-10T18:50:10.956 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-10T18:50:11.009 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-10T18:50:11.016 INFO:teuthology.orchestra.run.smithi102.stdout:(14/34): python3-packaging-20.9-5.el9.noarch.rp 123 kB/s | 77 kB 00:00 2024-09-10T18:50:11.048 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-10T18:50:11.096 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-10T18:50:11.151 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-10T18:50:11.174 INFO:teuthology.orchestra.run.smithi102.stdout:(15/34): python3-mako-1.1.4-6.el9.noarch.rpm 197 kB/s | 172 kB 00:00 2024-09-10T18:50:11.225 INFO:teuthology.orchestra.run.smithi102.stdout:(16/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 877 kB/s | 43 kB 00:00 2024-09-10T18:50:11.250 INFO:teuthology.orchestra.run.smithi102.stdout:(17/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 6.7 MB/s | 172 kB 00:00 2024-09-10T18:50:11.300 INFO:teuthology.orchestra.run.smithi102.stdout:(18/34): python3-cherrypy-18.6.1-2.el9.noarch.r 8.2 MB/s | 358 kB 00:00 2024-09-10T18:50:11.317 INFO:teuthology.orchestra.run.smithi102.stdout:(19/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 638 kB/s | 11 kB 00:00 2024-09-10T18:50:11.334 INFO:teuthology.orchestra.run.smithi102.stdout:(20/34): python3-jaraco-classes-3.2.1-5.el9.noa 1.0 MB/s | 18 kB 00:00 2024-09-10T18:50:11.340 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-10T18:50:11.351 INFO:teuthology.orchestra.run.smithi102.stdout:(21/34): python3-jaraco-collections-3.0.0-8.el9 1.4 MB/s | 23 kB 00:00 2024-09-10T18:50:11.352 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:00:38 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:11.367 INFO:teuthology.orchestra.run.smithi102.stdout:(22/34): python3-jaraco-functools-3.5.0-2.el9.n 1.2 MB/s | 19 kB 00:00 2024-09-10T18:50:11.401 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-10T18:50:11.410 INFO:teuthology.orchestra.run.smithi102.stdout:(23/34): python3-jaraco-text-3.2.0-6.el9.noarch 470 kB/s | 20 kB 00:00 2024-09-10T18:50:11.426 INFO:teuthology.orchestra.run.smithi102.stdout:(24/34): python3-logutils-0.3.5-21.el9.noarch.r 2.8 MB/s | 46 kB 00:00 2024-09-10T18:50:11.452 INFO:teuthology.orchestra.run.smithi102.stdout:(25/34): python3-more-itertools-8.12.0-2.el9.no 3.1 MB/s | 79 kB 00:00 2024-09-10T18:50:11.472 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-10T18:50:11.485 INFO:teuthology.orchestra.run.smithi102.stdout:(26/34): python3-pecan-1.4.2-3.el9.noarch.rpm 8.0 MB/s | 272 kB 00:00 2024-09-10T18:50:11.491 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:11.494 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:11.494 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:50:11.494 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:11.494 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: ceph x86_64 2:17.2.7-1606.g5be57395.el9 ceph 6.5 k 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mds x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.1 M 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr x86_64 2:17.2.7-1606.g5be57395.el9 ceph 1.4 M 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 240 k 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mon x86_64 2:17.2.7-1606.g5be57395.el9 ceph 3.9 M 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-osd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 15 M 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T18:50:11.495 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-collections 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T18:50:11.496 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:11.497 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:50:11.498 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:11.498 INFO:teuthology.orchestra.run.smithi070.stdout:Install 34 Packages 2024-09-10T18:50:11.498 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:11.498 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 27 M 2024-09-10T18:50:11.498 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 96 M 2024-09-10T18:50:11.498 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:50:11.502 INFO:teuthology.orchestra.run.smithi102.stdout:(27/34): python3-pytz-2021.1-5.el9.noarch.rpm 83 kB/s | 51 kB 00:00 2024-09-10T18:50:11.519 INFO:teuthology.orchestra.run.smithi102.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 506 kB/s | 16 kB 00:00 2024-09-10T18:50:11.545 INFO:teuthology.orchestra.run.smithi102.stdout:(29/34): python3-tempora-5.0.0-2.el9.noarch.rpm 2.0 MB/s | 36 kB 00:00 2024-09-10T18:50:11.559 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-10T18:50:11.587 INFO:teuthology.orchestra.run.smithi102.stdout:(30/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-09-10T18:50:11.600 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-10T18:50:11.620 INFO:teuthology.orchestra.run.smithi102.stdout:(31/34): python3-webob-1.8.8-2.el9.noarch.rpm 3.1 MB/s | 230 kB 00:00 2024-09-10T18:50:11.637 INFO:teuthology.orchestra.run.smithi102.stdout:(32/34): python3-toml-0.10.2-6.el9.noarch.rpm 67 kB/s | 42 kB 00:00 2024-09-10T18:50:11.654 INFO:teuthology.orchestra.run.smithi102.stdout:(33/34): python3-zc-lockfile-2.0-10.el9.noarch. 615 kB/s | 20 kB 00:00 2024-09-10T18:50:11.679 INFO:teuthology.orchestra.run.smithi102.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-09-10T18:50:11.685 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:11.685 INFO:teuthology.orchestra.run.smithi102.stdout:Total 10 MB/s | 27 MB 00:02 2024-09-10T18:50:11.725 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-10T18:50:11.810 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:50:11.847 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:50:11.847 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:50:11.882 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9. 29/34 2024-09-10T18:50:11.913 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 30/34 2024-09-10T18:50:11.939 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 30/34 2024-09-10T18:50:11.939 INFO:teuthology.orchestra.run.smithi173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:11.939 INFO:teuthology.orchestra.run.smithi173.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T18:50:11.939 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T18:50:11.939 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T18:50:11.939 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:12.020 INFO:teuthology.orchestra.run.smithi070.stdout:(1/34): ceph-17.2.7-1606.g5be57395.el9.x86_64.r 52 kB/s | 6.5 kB 00:00 2024-09-10T18:50:12.204 INFO:teuthology.orchestra.run.smithi070.stdout:(2/34): ceph-mds-17.2.7-1606.g5be57395.el9.x86_ 6.7 MB/s | 2.1 MB 00:00 2024-09-10T18:50:12.238 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:50:12.239 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:50:12.246 INFO:teuthology.orchestra.run.smithi070.stdout:(3/34): ceph-mgr-17.2.7-1606.g5be57395.el9.x86_ 4.0 MB/s | 1.4 MB 00:00 2024-09-10T18:50:12.346 INFO:teuthology.orchestra.run.smithi070.stdout:(4/34): ceph-mgr-modules-core-17.2.7-1606.g5be5 2.4 MB/s | 240 kB 00:00 2024-09-10T18:50:12.421 INFO:teuthology.orchestra.run.smithi070.stdout:(5/34): ceph-mon-17.2.7-1606.g5be57395.el9.x86_ 9.8 MB/s | 3.9 MB 00:00 2024-09-10T18:50:12.700 INFO:teuthology.orchestra.run.smithi070.stdout:(6/34): ceph-osd-17.2.7-1606.g5be57395.el9.x86_ 31 MB/s | 15 MB 00:00 2024-09-10T18:50:13.283 INFO:teuthology.orchestra.run.smithi070.stdout:(7/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 270 kB/s | 253 kB 00:00 2024-09-10T18:50:13.290 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 31/34 2024-09-10T18:50:13.322 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 31/34 2024-09-10T18:50:13.322 INFO:teuthology.orchestra.run.smithi173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:13.322 INFO:teuthology.orchestra.run.smithi173.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T18:50:13.323 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T18:50:13.323 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T18:50:13.323 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:13.425 INFO:teuthology.orchestra.run.smithi070.stdout:(8/34): python3-ply-3.11-14.el9.noarch.rpm 148 kB/s | 106 kB 00:00 2024-09-10T18:50:13.481 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:50:13.509 INFO:teuthology.orchestra.run.smithi070.stdout:(9/34): python3-cryptography-36.0.1-4.el9.x86_6 1.1 MB/s | 1.2 MB 00:01 2024-09-10T18:50:13.549 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-10T18:50:13.581 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-10T18:50:13.616 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-10T18:50:13.707 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-10T18:50:13.715 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 32/34 2024-09-10T18:50:13.741 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 32/34 2024-09-10T18:50:13.741 INFO:teuthology.orchestra.run.smithi173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:13.741 INFO:teuthology.orchestra.run.smithi173.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T18:50:13.741 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T18:50:13.741 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T18:50:13.741 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:13.802 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-10T18:50:13.843 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-10T18:50:13.887 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-10T18:50:13.917 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-10T18:50:13.951 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-10T18:50:13.985 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-10T18:50:14.024 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 33/34 2024-09-10T18:50:14.025 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-10T18:50:14.048 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 33/34 2024-09-10T18:50:14.049 INFO:teuthology.orchestra.run.smithi173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:14.049 INFO:teuthology.orchestra.run.smithi173.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T18:50:14.049 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T18:50:14.049 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T18:50:14.049 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:14.050 INFO:teuthology.orchestra.run.smithi070.stdout:(10/34): python3-pycparser-2.20-6.el9.noarch.rp 176 kB/s | 135 kB 00:00 2024-09-10T18:50:14.068 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-10T18:50:14.112 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-10T18:50:14.112 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-2:17.2.7-1606.g5be57395.el9.x86_64 34/34 2024-09-10T18:50:14.160 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-10T18:50:14.197 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-10T18:50:14.200 INFO:teuthology.orchestra.run.smithi070.stdout:(11/34): python3-requests-2.25.1-8.el9.noarch.r 161 kB/s | 125 kB 00:00 2024-09-10T18:50:14.272 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-10T18:50:14.326 INFO:teuthology.orchestra.run.smithi070.stdout:(12/34): python3-urllib3-1.26.5-6.el9.noarch.rp 265 kB/s | 215 kB 00:00 2024-09-10T18:50:14.412 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-10T18:50:14.491 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-10T18:50:14.553 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-10T18:50:14.600 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-10T18:50:14.649 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-10T18:50:14.704 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-10T18:50:14.759 INFO:teuthology.orchestra.run.smithi070.stdout:(13/34): python3-markupsafe-1.1.1-12.el9.x86_64 62 kB/s | 35 kB 00:00 2024-09-10T18:50:14.843 INFO:teuthology.orchestra.run.smithi070.stdout:(14/34): python3-mako-1.1.4-6.el9.noarch.rpm 217 kB/s | 172 kB 00:00 2024-09-10T18:50:14.889 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-10T18:50:14.937 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-10T18:50:14.968 INFO:teuthology.orchestra.run.smithi070.stdout:(15/34): python3-packaging-20.9-5.el9.noarch.rp 120 kB/s | 77 kB 00:00 2024-09-10T18:50:15.002 INFO:teuthology.orchestra.run.smithi070.stdout:(16/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2024-09-10T18:50:15.023 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-10T18:50:15.036 INFO:teuthology.orchestra.run.smithi070.stdout:(17/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 6.6 MB/s | 172 kB 00:00 2024-09-10T18:50:15.069 INFO:teuthology.orchestra.run.smithi070.stdout:(18/34): python3-cherrypy-18.6.1-2.el9.noarch.r 11 MB/s | 358 kB 00:00 2024-09-10T18:50:15.094 INFO:teuthology.orchestra.run.smithi070.stdout:(19/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 617 kB/s | 11 kB 00:00 2024-09-10T18:50:15.111 INFO:teuthology.orchestra.run.smithi070.stdout:(20/34): python3-jaraco-classes-3.2.1-5.el9.noa 1.1 MB/s | 18 kB 00:00 2024-09-10T18:50:15.120 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-10T18:50:15.137 INFO:teuthology.orchestra.run.smithi070.stdout:(21/34): python3-jaraco-collections-3.0.0-8.el9 923 kB/s | 23 kB 00:00 2024-09-10T18:50:15.162 INFO:teuthology.orchestra.run.smithi070.stdout:(22/34): python3-jaraco-functools-3.5.0-2.el9.n 782 kB/s | 19 kB 00:00 2024-09-10T18:50:15.165 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-10T18:50:15.187 INFO:teuthology.orchestra.run.smithi070.stdout:(23/34): python3-jaraco-text-3.2.0-6.el9.noarch 814 kB/s | 20 kB 00:00 2024-09-10T18:50:15.213 INFO:teuthology.orchestra.run.smithi070.stdout:(24/34): python3-logutils-0.3.5-21.el9.noarch.r 1.8 MB/s | 46 kB 00:00 2024-09-10T18:50:15.238 INFO:teuthology.orchestra.run.smithi070.stdout:(25/34): python3-more-itertools-8.12.0-2.el9.no 3.1 MB/s | 79 kB 00:00 2024-09-10T18:50:15.264 INFO:teuthology.orchestra.run.smithi070.stdout:(26/34): python3-pecan-1.4.2-3.el9.noarch.rpm 11 MB/s | 272 kB 00:00 2024-09-10T18:50:15.285 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-10T18:50:15.288 INFO:teuthology.orchestra.run.smithi070.stdout:(27/34): python3-portend-3.1.0-2.el9.noarch.rpm 660 kB/s | 16 kB 00:00 2024-09-10T18:50:15.314 INFO:teuthology.orchestra.run.smithi070.stdout:(28/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.5 MB/s | 90 kB 00:00 2024-09-10T18:50:15.339 INFO:teuthology.orchestra.run.smithi070.stdout:(29/34): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-10T18:50:15.364 INFO:teuthology.orchestra.run.smithi070.stdout:(30/34): python3-webob-1.8.8-2.el9.noarch.rpm 9.1 MB/s | 230 kB 00:00 2024-09-10T18:50:15.406 INFO:teuthology.orchestra.run.smithi070.stdout:(31/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 10 MB/s | 427 kB 00:00 2024-09-10T18:50:15.432 INFO:teuthology.orchestra.run.smithi070.stdout:(32/34): python3-pytz-2021.1-5.el9.noarch.rpm 76 kB/s | 51 kB 00:00 2024-09-10T18:50:15.433 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9. 29/34 2024-09-10T18:50:15.457 INFO:teuthology.orchestra.run.smithi070.stdout:(33/34): python3-toml-0.10.2-6.el9.noarch.rpm 68 kB/s | 42 kB 00:00 2024-09-10T18:50:15.464 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 30/34 2024-09-10T18:50:15.482 INFO:teuthology.orchestra.run.smithi070.stdout:(34/34): python3-zc-lockfile-2.0-10.el9.noarch. 264 kB/s | 20 kB 00:00 2024-09-10T18:50:15.487 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:15.487 INFO:teuthology.orchestra.run.smithi070.stdout:Total 6.8 MB/s | 27 MB 00:03 2024-09-10T18:50:15.489 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 30/34 2024-09-10T18:50:15.489 INFO:teuthology.orchestra.run.smithi102.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:15.489 INFO:teuthology.orchestra.run.smithi102.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T18:50:15.489 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T18:50:15.489 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T18:50:15.489 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:15.617 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:50:15.653 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-2:17.2.7-1606.g5be57395.el9.x86_64 34/34 2024-09-10T18:50:15.653 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-2:17.2.7-1606.g5be57395.el9.x86_64 1/34 2024-09-10T18:50:15.653 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 2/34 2024-09-10T18:50:15.653 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 3/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 4/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 5/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9. 6/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-10T18:50:15.654 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-10T18:50:15.655 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-10T18:50:15.656 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:50:15.656 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:50:15.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-10T18:50:15.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-10T18:50:15.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-10T18:50:15.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-10T18:50:15.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-10T18:50:15.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-10T18:50:16.031 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:50:16.031 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:50:16.551 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-10T18:50:16.551 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:16.551 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:50:16.551 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:16.551 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:16.551 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:16.551 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T18:50:16.552 INFO:teuthology.orchestra.run.smithi173.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T18:50:16.553 INFO:teuthology.orchestra.run.smithi173.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T18:50:16.554 INFO:teuthology.orchestra.run.smithi173.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T18:50:16.554 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T18:50:16.554 INFO:teuthology.orchestra.run.smithi173.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T18:50:16.554 INFO:teuthology.orchestra.run.smithi173.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T18:50:16.554 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:16.554 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:50:16.858 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 31/34 2024-09-10T18:50:16.887 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 31/34 2024-09-10T18:50:16.888 INFO:teuthology.orchestra.run.smithi102.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:16.888 INFO:teuthology.orchestra.run.smithi102.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T18:50:16.888 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T18:50:16.888 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T18:50:16.888 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:16.967 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-base 2024-09-10T18:50:17.269 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 32/34 2024-09-10T18:50:17.289 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:50:17.292 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 32/34 2024-09-10T18:50:17.292 INFO:teuthology.orchestra.run.smithi102.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:17.293 INFO:teuthology.orchestra.run.smithi102.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T18:50:17.293 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T18:50:17.293 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T18:50:17.293 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:17.352 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-10T18:50:17.384 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-10T18:50:17.425 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-10T18:50:17.494 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 33/34 2024-09-10T18:50:17.517 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-10T18:50:17.518 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 33/34 2024-09-10T18:50:17.518 INFO:teuthology.orchestra.run.smithi102.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:17.518 INFO:teuthology.orchestra.run.smithi102.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T18:50:17.518 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T18:50:17.518 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T18:50:17.518 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:17.540 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:49 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:50:17.583 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-2:17.2.7-1606.g5be57395.el9.x86_64 34/34 2024-09-10T18:50:17.603 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-10T18:50:17.630 INFO:teuthology.orchestra.run.smithi173.stdout:Package ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:50:17.644 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-10T18:50:17.672 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:50:17.673 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:50:17.673 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:50:17.688 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-10T18:50:17.718 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-10T18:50:17.743 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install cephadm 2024-09-10T18:50:17.752 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-10T18:50:17.786 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-10T18:50:17.835 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-10T18:50:17.886 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-10T18:50:17.921 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-10T18:50:17.969 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-10T18:50:18.007 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-10T18:50:18.082 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-10T18:50:18.221 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-10T18:50:18.299 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:50 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:50:18.309 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-10T18:50:18.371 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-10T18:50:18.410 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-10T18:50:18.430 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout: cephadm noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 83 k 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-09-10T18:50:18.431 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:18.432 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 83 k 2024-09-10T18:50:18.432 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 375 k 2024-09-10T18:50:18.432 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:50:18.458 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-10T18:50:18.514 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-10T18:50:18.640 INFO:teuthology.orchestra.run.smithi173.stdout:cephadm-17.2.7-1606.g5be57395.el9.noarch.rpm 398 kB/s | 83 kB 00:00 2024-09-10T18:50:18.641 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:18.641 INFO:teuthology.orchestra.run.smithi173.stdout:Total 395 kB/s | 83 kB 00:00 2024-09-10T18:50:18.641 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:50:18.646 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:50:18.646 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:50:18.648 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:50:18.648 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:50:18.700 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-10T18:50:18.714 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:50:18.747 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-10T18:50:18.818 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-10T18:50:18.916 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-10T18:50:18.976 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-10T18:50:19.107 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-10T18:50:19.173 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:19.253 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:19.267 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9. 29/34 2024-09-10T18:50:19.291 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 30/34 2024-09-10T18:50:19.318 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 30/34 2024-09-10T18:50:19.318 INFO:teuthology.orchestra.run.smithi070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:19.319 INFO:teuthology.orchestra.run.smithi070.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T18:50:19.319 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T18:50:19.319 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T18:50:19.319 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:19.408 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-2:17.2.7-1606.g5be57395.el9.x86_64 34/34 2024-09-10T18:50:19.408 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-2:17.2.7-1606.g5be57395.el9.x86_64 1/34 2024-09-10T18:50:19.408 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 2/34 2024-09-10T18:50:19.408 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 3/34 2024-09-10T18:50:19.408 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 4/34 2024-09-10T18:50:19.408 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 5/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9. 6/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-10T18:50:19.409 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-10T18:50:19.410 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-10T18:50:19.411 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-10T18:50:19.611 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:19.904 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:19.904 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:19.904 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:50:19.904 INFO:teuthology.orchestra.run.smithi173.stdout: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:19.904 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:19.905 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:50:20.101 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T18:50:20.474 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T18:50:20.475 INFO:teuthology.orchestra.run.smithi102.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T18:50:20.476 INFO:teuthology.orchestra.run.smithi102.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T18:50:20.477 INFO:teuthology.orchestra.run.smithi102.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T18:50:20.477 INFO:teuthology.orchestra.run.smithi102.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T18:50:20.477 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:20.477 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:50:20.659 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 31/34 2024-09-10T18:50:20.678 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:52 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:50:20.687 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 31/34 2024-09-10T18:50:20.687 INFO:teuthology.orchestra.run.smithi070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:20.687 INFO:teuthology.orchestra.run.smithi070.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T18:50:20.687 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T18:50:20.687 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T18:50:20.687 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:20.813 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:50:20.813 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repo Size 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1606.g5be57395.el9 ceph 137 k 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:20.814 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 137 k 2024-09-10T18:50:20.815 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 379 k 2024-09-10T18:50:20.815 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:50:20.885 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-base 2024-09-10T18:50:21.030 INFO:teuthology.orchestra.run.smithi173.stdout:ceph-immutable-object-cache-17.2.7-1606.g5be573 638 kB/s | 137 kB 00:00 2024-09-10T18:50:21.030 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:21.031 INFO:teuthology.orchestra.run.smithi173.stdout:Total 633 kB/s | 137 kB 00:00 2024-09-10T18:50:21.031 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:50:21.038 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:50:21.038 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:50:21.059 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 32/34 2024-09-10T18:50:21.083 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 32/34 2024-09-10T18:50:21.083 INFO:teuthology.orchestra.run.smithi070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:21.083 INFO:teuthology.orchestra.run.smithi070.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T18:50:21.084 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T18:50:21.084 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T18:50:21.084 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:21.100 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:50:21.100 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:50:21.268 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:50:21.285 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 33/34 2024-09-10T18:50:21.308 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 33/34 2024-09-10T18:50:21.309 INFO:teuthology.orchestra.run.smithi070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:21.309 INFO:teuthology.orchestra.run.smithi070.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T18:50:21.309 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T18:50:21.309 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T18:50:21.312 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:21.356 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:21.374 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-2:17.2.7-1606.g5be57395.el9.x86_64 34/34 2024-09-10T18:50:21.380 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:21.380 INFO:teuthology.orchestra.run.smithi173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:21.380 INFO:teuthology.orchestra.run.smithi173.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T18:50:21.380 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:21.453 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:51 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:50:21.542 INFO:teuthology.orchestra.run.smithi102.stdout:Package ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:50:21.583 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:50:21.584 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:50:21.584 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:50:21.646 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install cephadm 2024-09-10T18:50:22.201 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:52 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:50:22.296 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:22.296 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:22.296 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:50:22.296 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-immutable-object-cache-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:22.297 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:22.297 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:50:22.332 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout: cephadm noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 83 k 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout:Install 1 Package 2024-09-10T18:50:22.333 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:22.334 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 83 k 2024-09-10T18:50:22.334 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 375 k 2024-09-10T18:50:22.334 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:50:22.508 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr 2024-09-10T18:50:22.521 INFO:teuthology.orchestra.run.smithi102.stdout:cephadm-17.2.7-1606.g5be57395.el9.noarch.rpm 442 kB/s | 83 kB 00:00 2024-09-10T18:50:22.521 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:22.522 INFO:teuthology.orchestra.run.smithi102.stdout:Total 438 kB/s | 83 kB 00:00 2024-09-10T18:50:22.522 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:50:22.526 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:50:22.526 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:50:22.528 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:50:22.529 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:50:22.595 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:50:23.053 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-2:17.2.7-1606.g5be57395.el9.x86_64 34/34 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-2:17.2.7-1606.g5be57395.el9.x86_64 1/34 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 2/34 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 3/34 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 4/34 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 5/34 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9. 6/34 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-10T18:50:23.072 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-10T18:50:23.073 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-10T18:50:23.074 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-10T18:50:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:50:23.142 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:23.180 INFO:teuthology.orchestra.run.smithi173.stdout:Package ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:50:23.222 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:50:23.223 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:50:23.224 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:50:23.292 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T18:50:23.499 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:23.765 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:23.765 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:23.766 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:50:23.766 INFO:teuthology.orchestra.run.smithi102.stdout: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:23.766 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:23.766 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:50:23.866 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:50:23.991 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T18:50:23.998 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:50:23.998 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 3.4 M 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 24 k 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 15 k 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T18:50:23.999 INFO:teuthology.orchestra.run.smithi173.stdout:Installing weak dependencies: 2024-09-10T18:50:24.000 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-10T18:50:24.000 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:24.000 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:50:24.000 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:24.000 INFO:teuthology.orchestra.run.smithi173.stdout:Install 7 Packages 2024-09-10T18:50:24.000 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:24.000 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 3.7 M 2024-09-10T18:50:24.001 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 80 M 2024-09-10T18:50:24.001 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:50:24.081 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mds-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-modules-core-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mon-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-osd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T18:50:24.082 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T18:50:24.083 INFO:teuthology.orchestra.run.smithi070.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T18:50:24.084 INFO:teuthology.orchestra.run.smithi070.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T18:50:24.085 INFO:teuthology.orchestra.run.smithi070.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T18:50:24.085 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:24.085 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:24.184 INFO:teuthology.orchestra.run.smithi173.stdout:(1/7): ceph-grafana-dashboards-17.2.7-1606.g5be 160 kB/s | 24 kB 00:00 2024-09-10T18:50:24.209 INFO:teuthology.orchestra.run.smithi173.stdout:(2/7): ceph-prometheus-alerts-17.2.7-1606.g5be5 82 kB/s | 15 kB 00:00 2024-09-10T18:50:24.260 INFO:teuthology.orchestra.run.smithi173.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 120 kB/s | 9.0 kB 00:00 2024-09-10T18:50:24.285 INFO:teuthology.orchestra.run.smithi173.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 1.3 MB/s | 31 kB 00:00 2024-09-10T18:50:24.310 INFO:teuthology.orchestra.run.smithi173.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 407 kB/s | 41 kB 00:00 2024-09-10T18:50:24.335 INFO:teuthology.orchestra.run.smithi173.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-10T18:50:24.444 INFO:teuthology.orchestra.run.smithi173.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1606.g5be57395 8.1 MB/s | 3.4 MB 00:00 2024-09-10T18:50:24.447 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:24.448 INFO:teuthology.orchestra.run.smithi173.stdout:Total 8.2 MB/s | 3.7 MB 00:00 2024-09-10T18:50:24.448 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:50:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:50:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:50:24.487 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-base 2024-09-10T18:50:24.546 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:50:24.546 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:50:24.558 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:54 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:50:24.690 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:50:24.690 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repo Size 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1606.g5be57395.el9 ceph 137 k 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout:Install 1 Package 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 137 k 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 379 k 2024-09-10T18:50:24.691 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:50:24.842 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:50:24.869 INFO:teuthology.orchestra.run.smithi102.stdout:ceph-immutable-object-cache-17.2.7-1606.g5be573 773 kB/s | 137 kB 00:00 2024-09-10T18:50:24.870 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:24.870 INFO:teuthology.orchestra.run.smithi102.stdout:Total 765 kB/s | 137 kB 00:00 2024-09-10T18:50:24.871 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:50:24.878 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:50:24.878 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:50:24.912 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-10T18:50:24.939 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:50:24.940 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:50:24.946 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-10T18:50:25.000 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-10T18:50:25.041 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-10T18:50:25.054 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:00:52 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:25.070 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.n 5/7 2024-09-10T18:50:25.108 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:50:25.145 INFO:teuthology.orchestra.run.smithi070.stdout:Package ceph-base-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:50:25.187 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:25.188 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:50:25.188 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:25.195 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:25.221 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:25.221 INFO:teuthology.orchestra.run.smithi102.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:25.221 INFO:teuthology.orchestra.run.smithi102.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T18:50:25.221 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:25.254 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install cephadm 2024-09-10T18:50:25.811 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:00:52 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:25.942 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout: cephadm noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 83 k 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout:Install 1 Package 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:25.943 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 83 k 2024-09-10T18:50:25.944 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 375 k 2024-09-10T18:50:25.944 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:50:26.054 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9. 6/7 2024-09-10T18:50:26.099 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 7/7 2024-09-10T18:50:26.129 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:26.129 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:26.129 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:50:26.129 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-immutable-object-cache-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:26.129 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:26.129 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:50:26.154 INFO:teuthology.orchestra.run.smithi070.stdout:cephadm-17.2.7-1606.g5be57395.el9.noarch.rpm 394 kB/s | 83 kB 00:00 2024-09-10T18:50:26.154 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:26.155 INFO:teuthology.orchestra.run.smithi070.stdout:Total 390 kB/s | 83 kB 00:00 2024-09-10T18:50:26.155 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:50:26.160 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:50:26.160 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:50:26.162 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:50:26.162 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:50:26.238 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:50:26.346 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-mgr 2024-09-10T18:50:26.695 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:26.774 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:26.923 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:56 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:50:27.013 INFO:teuthology.orchestra.run.smithi102.stdout:Package ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:50:27.057 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:50:27.058 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:50:27.058 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:50:27.117 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T18:50:27.127 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:27.259 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 7/7 2024-09-10T18:50:27.259 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9. 1/7 2024-09-10T18:50:27.259 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 2/7 2024-09-10T18:50:27.260 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.n 3/7 2024-09-10T18:50:27.260 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-10T18:50:27.260 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-10T18:50:27.260 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-10T18:50:27.393 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:50:27.393 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:27.393 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:50:27.393 INFO:teuthology.orchestra.run.smithi070.stdout: cephadm-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:27.393 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:27.393 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:27.549 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-10T18:50:27.549 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:27.549 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:50:27.549 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:27.550 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:27.550 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:27.550 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-10T18:50:27.550 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-10T18:50:27.550 INFO:teuthology.orchestra.run.smithi173.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T18:50:27.550 INFO:teuthology.orchestra.run.smithi173.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T18:50:27.550 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:27.550 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:50:27.608 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T18:50:27.683 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:57 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:50:27.773 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T18:50:27.815 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:50:27.815 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 3.4 M 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 24 k 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 15 k 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout:Installing weak dependencies: 2024-09-10T18:50:27.816 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-10T18:50:27.817 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:27.817 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:50:27.817 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:50:27.817 INFO:teuthology.orchestra.run.smithi102.stdout:Install 7 Packages 2024-09-10T18:50:27.817 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:27.817 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 3.7 M 2024-09-10T18:50:27.818 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 80 M 2024-09-10T18:50:27.818 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:50:28.049 INFO:teuthology.orchestra.run.smithi102.stdout:(1/7): ceph-grafana-dashboards-17.2.7-1606.g5be 156 kB/s | 24 kB 00:00 2024-09-10T18:50:28.066 INFO:teuthology.orchestra.run.smithi102.stdout:(2/7): ceph-prometheus-alerts-17.2.7-1606.g5be5 84 kB/s | 15 kB 00:00 2024-09-10T18:50:28.100 INFO:teuthology.orchestra.run.smithi102.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 181 kB/s | 9.0 kB 00:00 2024-09-10T18:50:28.125 INFO:teuthology.orchestra.run.smithi102.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 1.3 MB/s | 31 kB 00:00 2024-09-10T18:50:28.142 INFO:teuthology.orchestra.run.smithi102.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 542 kB/s | 41 kB 00:00 2024-09-10T18:50:28.176 INFO:teuthology.orchestra.run.smithi102.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-10T18:50:28.177 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:28.293 INFO:teuthology.orchestra.run.smithi102.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1606.g5be57395 8.4 MB/s | 3.4 MB 00:00 2024-09-10T18:50:28.296 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:28.296 INFO:teuthology.orchestra.run.smithi102.stdout:Total 7.6 MB/s | 3.7 MB 00:00 2024-09-10T18:50:28.296 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:50:28.304 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:50:28.305 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:50:28.315 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:28.315 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:28.315 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repo Size 2024-09-10T18:50:28.315 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:28.315 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:50:28.315 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1606.g5be57395.el9 ceph 137 k 2024-09-10T18:50:28.316 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:28.316 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:50:28.316 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:28.316 INFO:teuthology.orchestra.run.smithi070.stdout:Install 1 Package 2024-09-10T18:50:28.316 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:28.316 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 137 k 2024-09-10T18:50:28.317 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 379 k 2024-09-10T18:50:28.317 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:50:28.332 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:00 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:50:28.385 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:50:28.385 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:50:28.465 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:50:28.466 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================= 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================= 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 7.4 M 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T18:50:28.467 INFO:teuthology.orchestra.run.smithi173.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================= 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout:Install 12 Packages 2024-09-10T18:50:28.468 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:28.469 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 38 M 2024-09-10T18:50:28.469 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 212 M 2024-09-10T18:50:28.469 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:50:28.519 INFO:teuthology.orchestra.run.smithi070.stdout:ceph-immutable-object-cache-17.2.7-1606.g5be573 681 kB/s | 137 kB 00:00 2024-09-10T18:50:28.519 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:28.520 INFO:teuthology.orchestra.run.smithi070.stdout:Total 675 kB/s | 137 kB 00:00 2024-09-10T18:50:28.520 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:50:28.527 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:50:28.527 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:50:28.589 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:50:28.589 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:50:28.691 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:50:28.742 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:50:28.769 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-10T18:50:28.803 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-10T18:50:28.803 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:28.828 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:28.828 INFO:teuthology.orchestra.run.smithi070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:50:28.828 INFO:teuthology.orchestra.run.smithi070.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T18:50:28.828 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:28.857 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-10T18:50:28.898 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-10T18:50:28.927 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.n 5/7 2024-09-10T18:50:28.969 INFO:teuthology.orchestra.run.smithi173.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.8 MB/s | 191 kB 00:00 2024-09-10T18:50:29.019 INFO:teuthology.orchestra.run.smithi173.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 5.0 MB/s | 801 kB 00:00 2024-09-10T18:50:29.253 INFO:teuthology.orchestra.run.smithi173.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 115 kB/s | 33 kB 00:00 2024-09-10T18:50:29.370 INFO:teuthology.orchestra.run.smithi173.stdout:(4/12): ceph-mgr-diskprediction-local-17.2.7-16 15 MB/s | 7.4 MB 00:00 2024-09-10T18:50:29.395 INFO:teuthology.orchestra.run.smithi173.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 128 kB/s | 18 kB 00:00 2024-09-10T18:50:29.645 INFO:teuthology.orchestra.run.smithi173.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 140 kB/s | 38 kB 00:00 2024-09-10T18:50:29.734 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1606.g5be57395. 1/1 2024-09-10T18:50:29.735 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:29.735 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:50:29.735 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-immutable-object-cache-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:50:29.735 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:29.735 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:29.922 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-mgr 2024-09-10T18:50:29.929 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9. 6/7 2024-09-10T18:50:29.972 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 7/7 2024-09-10T18:50:30.021 INFO:teuthology.orchestra.run.smithi173.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 653 kB/s | 245 kB 00:00 2024-09-10T18:50:30.188 INFO:teuthology.orchestra.run.smithi173.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.6 MB/s | 3.0 MB 00:01 2024-09-10T18:50:30.304 INFO:teuthology.orchestra.run.smithi173.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 250 kB 00:00 2024-09-10T18:50:30.503 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:00:57 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:30.555 INFO:teuthology.orchestra.run.smithi173.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 4.3 MB/s | 4.9 MB 00:01 2024-09-10T18:50:30.597 INFO:teuthology.orchestra.run.smithi070.stdout:Package ceph-mgr-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:50:30.640 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:30.641 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:50:30.642 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:30.711 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T18:50:30.971 INFO:teuthology.orchestra.run.smithi173.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.4 MB/s | 5.1 MB 00:00 2024-09-10T18:50:31.018 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 7/7 2024-09-10T18:50:31.018 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9. 1/7 2024-09-10T18:50:31.019 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 2/7 2024-09-10T18:50:31.019 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.n 3/7 2024-09-10T18:50:31.019 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-10T18:50:31.019 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-10T18:50:31.019 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-10T18:50:31.266 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:00:58 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T18:50:31.296 INFO:teuthology.orchestra.run.smithi102.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T18:50:31.297 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:31.297 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:50:31.397 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:31.398 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:31.398 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:50:31.398 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:31.398 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:50:31.398 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 3.4 M 2024-09-10T18:50:31.398 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:50:31.398 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 24 k 2024-09-10T18:50:31.398 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 15 k 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout:Installing weak dependencies: 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout:Install 7 Packages 2024-09-10T18:50:31.399 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:31.400 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 3.7 M 2024-09-10T18:50:31.400 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 80 M 2024-09-10T18:50:31.400 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:50:31.535 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T18:50:31.589 INFO:teuthology.orchestra.run.smithi070.stdout:(1/7): ceph-prometheus-alerts-17.2.7-1606.g5be5 93 kB/s | 15 kB 00:00 2024-09-10T18:50:31.606 INFO:teuthology.orchestra.run.smithi070.stdout:(2/7): ceph-grafana-dashboards-17.2.7-1606.g5be 140 kB/s | 24 kB 00:00 2024-09-10T18:50:31.648 INFO:teuthology.orchestra.run.smithi070.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 154 kB/s | 9.0 kB 00:00 2024-09-10T18:50:31.682 INFO:teuthology.orchestra.run.smithi070.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 967 kB/s | 31 kB 00:00 2024-09-10T18:50:31.707 INFO:teuthology.orchestra.run.smithi070.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 406 kB/s | 41 kB 00:00 2024-09-10T18:50:31.741 INFO:teuthology.orchestra.run.smithi070.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-09-10T18:50:31.858 INFO:teuthology.orchestra.run.smithi070.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1606.g5be57395 7.9 MB/s | 3.4 MB 00:00 2024-09-10T18:50:31.861 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:31.862 INFO:teuthology.orchestra.run.smithi070.stdout:Total 7.9 MB/s | 3.7 MB 00:00 2024-09-10T18:50:31.862 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:50:31.870 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:50:31.870 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:50:31.950 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:50:31.950 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:50:32.092 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:02 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:50:32.224 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:50:32.225 INFO:teuthology.orchestra.run.smithi102.stdout:======================================================================================= 2024-09-10T18:50:32.225 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:50:32.225 INFO:teuthology.orchestra.run.smithi102.stdout:======================================================================================= 2024-09-10T18:50:32.225 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 7.4 M 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T18:50:32.226 INFO:teuthology.orchestra.run.smithi102.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T18:50:32.227 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:32.227 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:50:32.227 INFO:teuthology.orchestra.run.smithi102.stdout:======================================================================================= 2024-09-10T18:50:32.227 INFO:teuthology.orchestra.run.smithi102.stdout:Install 12 Packages 2024-09-10T18:50:32.227 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:50:32.227 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 38 M 2024-09-10T18:50:32.227 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 212 M 2024-09-10T18:50:32.228 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:50:32.257 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:50:32.326 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-10T18:50:32.368 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-10T18:50:32.423 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-10T18:50:32.455 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-10T18:50:32.484 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.n 5/7 2024-09-10T18:50:32.501 INFO:teuthology.orchestra.run.smithi102.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-10T18:50:32.576 INFO:teuthology.orchestra.run.smithi102.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.7 MB/s | 801 kB 00:00 2024-09-10T18:50:32.827 INFO:teuthology.orchestra.run.smithi102.stdout:(3/12): ceph-mgr-diskprediction-local-17.2.7-16 16 MB/s | 7.4 MB 00:00 2024-09-10T18:50:32.851 INFO:teuthology.orchestra.run.smithi102.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 93 kB/s | 33 kB 00:00 2024-09-10T18:50:33.060 INFO:teuthology.orchestra.run.smithi102.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 185 kB/s | 38 kB 00:00 2024-09-10T18:50:33.110 INFO:teuthology.orchestra.run.smithi102.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 64 kB/s | 18 kB 00:00 2024-09-10T18:50:33.475 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9. 6/7 2024-09-10T18:50:33.512 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 7/7 2024-09-10T18:50:33.586 INFO:teuthology.orchestra.run.smithi102.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 515 kB/s | 245 kB 00:00 2024-09-10T18:50:33.803 INFO:teuthology.orchestra.run.smithi102.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.4 MB/s | 3.0 MB 00:01 2024-09-10T18:50:33.928 INFO:teuthology.orchestra.run.smithi102.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.0 MB/s | 250 kB 00:00 2024-09-10T18:50:34.495 INFO:teuthology.orchestra.run.smithi102.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.6 MB/s | 5.1 MB 00:00 2024-09-10T18:50:34.606 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 7/7 2024-09-10T18:50:34.606 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9. 1/7 2024-09-10T18:50:34.606 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarc 2/7 2024-09-10T18:50:34.606 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.n 3/7 2024-09-10T18:50:34.606 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-10T18:50:34.606 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-10T18:50:34.606 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-10T18:50:34.892 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-10T18:50:34.892 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:34.892 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:50:34.892 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-grafana-dashboards-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:34.892 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-dashboard-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:34.892 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-prometheus-alerts-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:34.893 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-10T18:50:34.893 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-10T18:50:34.893 INFO:teuthology.orchestra.run.smithi070.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T18:50:34.893 INFO:teuthology.orchestra.run.smithi070.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T18:50:34.893 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:34.893 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:34.920 INFO:teuthology.orchestra.run.smithi102.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.7 MB/s | 4.9 MB 00:01 2024-09-10T18:50:35.110 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T18:50:35.671 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:02 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:35.804 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout:======================================================================================= 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout:======================================================================================= 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 7.4 M 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T18:50:35.805 INFO:teuthology.orchestra.run.smithi070.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout:======================================================================================= 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout:Install 12 Packages 2024-09-10T18:50:35.806 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:35.807 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 38 M 2024-09-10T18:50:35.807 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 212 M 2024-09-10T18:50:35.807 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:50:36.358 INFO:teuthology.orchestra.run.smithi070.stdout:(1/12): ceph-mgr-diskprediction-local-17.2.7-16 16 MB/s | 7.4 MB 00:00 2024-09-10T18:50:36.441 INFO:teuthology.orchestra.run.smithi070.stdout:(2/12): libquadmath-11.5.0-2.el9.x86_64.rpm 353 kB/s | 191 kB 00:00 2024-09-10T18:50:36.484 INFO:teuthology.orchestra.run.smithi070.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-09-10T18:50:36.533 INFO:teuthology.orchestra.run.smithi070.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-09-10T18:50:36.642 INFO:teuthology.orchestra.run.smithi070.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 354 kB/s | 38 kB 00:00 2024-09-10T18:50:36.742 INFO:teuthology.orchestra.run.smithi070.stdout:(6/12): libgfortran-11.5.0-2.el9.x86_64.rpm 951 kB/s | 801 kB 00:00 2024-09-10T18:50:36.968 INFO:teuthology.orchestra.run.smithi070.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.1 MB/s | 245 kB 00:00 2024-09-10T18:50:37.360 INFO:teuthology.orchestra.run.smithi070.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.3 MB/s | 3.0 MB 00:00 2024-09-10T18:50:37.510 INFO:teuthology.orchestra.run.smithi070.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.6 MB/s | 250 kB 00:00 2024-09-10T18:50:38.693 INFO:teuthology.orchestra.run.smithi070.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.4 MB/s | 4.9 MB 00:02 2024-09-10T18:50:38.827 INFO:teuthology.orchestra.run.smithi070.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.7 MB/s | 5.1 MB 00:01 2024-09-10T18:50:45.501 INFO:teuthology.orchestra.run.smithi070.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.0 MB/s | 16 MB 00:07 2024-09-10T18:50:45.502 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:45.502 INFO:teuthology.orchestra.run.smithi070.stdout:Total 3.9 MB/s | 38 MB 00:09 2024-09-10T18:50:45.858 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:50:45.885 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:50:45.885 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:50:46.390 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:50:46.390 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:50:47.170 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:50:47.232 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T18:50:47.284 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T18:50:47.381 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T18:50:47.425 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T18:50:47.611 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T18:50:47.649 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T18:50:47.735 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T18:50:48.370 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T18:50:48.487 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T18:50:49.453 INFO:teuthology.orchestra.run.smithi173.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 869 kB/s | 16 MB 00:19 2024-09-10T18:50:49.454 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:49.454 INFO:teuthology.orchestra.run.smithi173.stdout:Total 1.8 MB/s | 38 MB 00:20 2024-09-10T18:50:49.721 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T18:50:49.810 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:50:49.837 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:50:49.837 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:50:50.353 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:50:50.353 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:50:50.753 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T18:50:50.782 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 12/12 2024-09-10T18:50:51.128 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:50:51.200 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T18:50:51.250 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T18:50:51.354 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T18:50:51.414 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T18:50:51.603 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T18:50:51.643 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T18:50:51.719 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T18:50:52.367 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T18:50:52.489 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T18:50:53.434 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 12/12 2024-09-10T18:50:53.434 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 1/12 2024-09-10T18:50:53.434 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T18:50:53.434 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T18:50:53.434 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T18:50:53.434 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T18:50:53.434 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T18:50:53.435 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T18:50:53.435 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T18:50:53.435 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T18:50:53.435 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T18:50:53.435 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T18:50:53.728 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T18:50:53.832 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T18:50:53.832 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T18:50:53.833 INFO:teuthology.orchestra.run.smithi070.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T18:50:53.834 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:53.834 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:54.170 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-mgr-rook 2024-09-10T18:50:54.635 INFO:teuthology.orchestra.run.smithi102.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 804 kB/s | 16 MB 00:20 2024-09-10T18:50:54.636 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:54.636 INFO:teuthology.orchestra.run.smithi102.stdout:Total 1.7 MB/s | 38 MB 00:22 2024-09-10T18:50:54.753 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:21 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:54.782 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T18:50:54.887 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:50:54.888 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:54.888 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:50:54.888 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-rook noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 47 k 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T18:50:54.889 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T18:50:54.890 INFO:teuthology.orchestra.run.smithi070.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T18:50:54.890 INFO:teuthology.orchestra.run.smithi070.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T18:50:54.890 INFO:teuthology.orchestra.run.smithi070.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T18:50:54.890 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:54.890 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:50:54.890 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:50:54.890 INFO:teuthology.orchestra.run.smithi070.stdout:Install 13 Packages 2024-09-10T18:50:54.890 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:54.891 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 2.2 M 2024-09-10T18:50:54.891 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 26 M 2024-09-10T18:50:54.891 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:50:54.988 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:50:55.014 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:50:55.014 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:50:55.025 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 12/12 2024-09-10T18:50:55.459 INFO:teuthology.orchestra.run.smithi070.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 314 kB/s | 26 kB 00:00 2024-09-10T18:50:55.484 INFO:teuthology.orchestra.run.smithi070.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 179 kB/s | 19 kB 00:00 2024-09-10T18:50:55.545 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:50:55.546 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:50:55.568 INFO:teuthology.orchestra.run.smithi070.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-09-10T18:50:55.601 INFO:teuthology.orchestra.run.smithi070.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-10T18:50:55.627 INFO:teuthology.orchestra.run.smithi070.stdout:(5/13): ceph-mgr-rook-17.2.7-1606.g5be57395.el9 190 kB/s | 47 kB 00:00 2024-09-10T18:50:55.652 INFO:teuthology.orchestra.run.smithi070.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-10T18:50:55.677 INFO:teuthology.orchestra.run.smithi070.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-09-10T18:50:55.728 INFO:teuthology.orchestra.run.smithi070.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 319 kB/s | 32 kB 00:00 2024-09-10T18:50:55.753 INFO:teuthology.orchestra.run.smithi070.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-10T18:50:55.778 INFO:teuthology.orchestra.run.smithi070.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-10T18:50:55.804 INFO:teuthology.orchestra.run.smithi070.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.9 MB/s | 220 kB 00:00 2024-09-10T18:50:55.829 INFO:teuthology.orchestra.run.smithi070.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-10T18:50:55.871 INFO:teuthology.orchestra.run.smithi070.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-10T18:50:55.874 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:50:55.874 INFO:teuthology.orchestra.run.smithi070.stdout:Total 2.2 MB/s | 2.2 MB 00:00 2024-09-10T18:50:55.938 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:50:55.953 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:50:55.953 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:50:56.040 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:50:56.040 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:50:56.325 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:50:56.396 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T18:50:56.449 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T18:50:56.551 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T18:50:56.565 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:50:56.584 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T18:50:56.732 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T18:50:56.769 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T18:50:56.788 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T18:50:56.800 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T18:50:56.844 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T18:50:56.881 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T18:50:56.890 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T18:50:56.922 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T18:50:57.025 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T18:50:57.142 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T18:50:57.199 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T18:50:57.405 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 12/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 1/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T18:50:57.406 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T18:50:57.535 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T18:50:57.663 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T18:50:57.876 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T18:50:57.877 INFO:teuthology.orchestra.run.smithi173.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T18:50:57.878 INFO:teuthology.orchestra.run.smithi173.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T18:50:57.878 INFO:teuthology.orchestra.run.smithi173.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T18:50:57.878 INFO:teuthology.orchestra.run.smithi173.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T18:50:57.878 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:57.878 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:50:57.909 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T18:50:57.956 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T18:50:57.989 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T18:50:58.034 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T18:50:58.058 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 13/13 2024-09-10T18:50:58.283 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr-rook 2024-09-10T18:50:58.794 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 13/13 2024-09-10T18:50:58.794 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 1/13 2024-09-10T18:50:58.794 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T18:50:58.795 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T18:50:58.859 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:30 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:50:58.917 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T18:50:58.993 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:50:58.994 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:58.994 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:50:58.994 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:58.994 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:50:58.994 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-rook noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 47 k 2024-09-10T18:50:58.994 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T18:50:58.995 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:58.996 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:50:58.996 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:50:58.996 INFO:teuthology.orchestra.run.smithi173.stdout:Install 13 Packages 2024-09-10T18:50:58.996 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:50:58.996 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 2.2 M 2024-09-10T18:50:58.997 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 26 M 2024-09-10T18:50:58.997 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:50:59.127 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T18:50:59.127 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:59.127 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:50:59.127 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:50:59.127 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T18:50:59.127 INFO:teuthology.orchestra.run.smithi070.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T18:50:59.127 INFO:teuthology.orchestra.run.smithi070.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:50:59.128 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:50:59.386 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T18:50:59.894 INFO:teuthology.orchestra.run.smithi173.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 209 kB/s | 19 kB 00:00 2024-09-10T18:50:59.911 INFO:teuthology.orchestra.run.smithi173.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 235 kB/s | 26 kB 00:00 2024-09-10T18:50:59.943 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:26 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:50:59.945 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T18:50:59.952 INFO:teuthology.orchestra.run.smithi173.stdout:(3/13): ceph-mgr-rook-17.2.7-1606.g5be57395.el9 314 kB/s | 47 kB 00:00 2024-09-10T18:50:59.991 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 12/12 2024-09-10T18:51:00.028 INFO:teuthology.orchestra.run.smithi173.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-10T18:51:00.053 INFO:teuthology.orchestra.run.smithi173.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-09-10T18:51:00.070 INFO:teuthology.orchestra.run.smithi173.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.2 MB/s | 54 kB 00:00 2024-09-10T18:51:00.076 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:00.077 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:00.077 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:51:00.077 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:00.077 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:51:00.077 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 124 k 2024-09-10T18:51:00.077 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:51:00.077 INFO:teuthology.orchestra.run.smithi070.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout:Install 6 Packages 2024-09-10T18:51:00.078 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:00.079 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 7.0 M 2024-09-10T18:51:00.079 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 33 M 2024-09-10T18:51:00.079 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:51:00.104 INFO:teuthology.orchestra.run.smithi173.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 641 kB/s | 32 kB 00:00 2024-09-10T18:51:00.129 INFO:teuthology.orchestra.run.smithi173.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.5 MB/s | 279 kB 00:00 2024-09-10T18:51:00.179 INFO:teuthology.orchestra.run.smithi173.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 129 kB/s | 14 kB 00:00 2024-09-10T18:51:00.213 INFO:teuthology.orchestra.run.smithi173.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.0 MB/s | 220 kB 00:00 2024-09-10T18:51:00.239 INFO:teuthology.orchestra.run.smithi173.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2024-09-10T18:51:00.264 INFO:teuthology.orchestra.run.smithi173.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-10T18:51:00.306 INFO:teuthology.orchestra.run.smithi173.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.8 MB/s | 1.0 MB 00:00 2024-09-10T18:51:00.309 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:00.309 INFO:teuthology.orchestra.run.smithi173.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-09-10T18:51:00.379 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:00.394 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:00.394 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:00.473 INFO:teuthology.orchestra.run.smithi070.stdout:(1/6): ceph-mgr-cephadm-17.2.7-1606.g5be57395.e 590 kB/s | 124 kB 00:00 2024-09-10T18:51:00.482 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:00.484 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:00.507 INFO:teuthology.orchestra.run.smithi070.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.0 MB/s | 248 kB 00:00 2024-09-10T18:51:00.557 INFO:teuthology.orchestra.run.smithi070.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.2 MB/s | 58 kB 00:00 2024-09-10T18:51:00.582 INFO:teuthology.orchestra.run.smithi070.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 4.9 MB/s | 548 kB 00:00 2024-09-10T18:51:00.608 INFO:teuthology.orchestra.run.smithi070.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-10T18:51:00.982 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:01.156 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T18:51:01.214 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T18:51:01.270 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T18:51:01.307 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T18:51:01.349 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T18:51:01.451 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T18:51:01.561 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T18:51:01.617 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T18:51:02.338 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T18:51:02.390 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T18:51:02.423 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T18:51:02.474 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T18:51:02.491 INFO:teuthology.orchestra.run.smithi070.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.7 MB/s | 6.0 MB 00:02 2024-09-10T18:51:02.493 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:02.493 INFO:teuthology.orchestra.run.smithi070.stdout:Total 2.9 MB/s | 7.0 MB 00:02 2024-09-10T18:51:02.501 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 13/13 2024-09-10T18:51:02.564 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:51:02.574 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:51:02.575 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:51:02.673 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:51:02.674 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:51:02.693 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 12/12 2024-09-10T18:51:02.693 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57 1/12 2024-09-10T18:51:02.693 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T18:51:02.693 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T18:51:02.693 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T18:51:02.693 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T18:51:02.694 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T18:51:02.694 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T18:51:02.694 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T18:51:02.694 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T18:51:02.694 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T18:51:02.694 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T18:51:03.000 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:51:03.161 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T18:51:03.161 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:03.161 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:03.161 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:03.162 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:03.166 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T18:51:03.217 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T18:51:03.328 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 13/13 2024-09-10T18:51:03.328 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 1/13 2024-09-10T18:51:03.328 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T18:51:03.328 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T18:51:03.328 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T18:51:03.328 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T18:51:03.329 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T18:51:03.329 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T18:51:03.329 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T18:51:03.329 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T18:51:03.329 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T18:51:03.329 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T18:51:03.329 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T18:51:03.529 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-mgr-rook 2024-09-10T18:51:03.652 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T18:51:03.652 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:03.653 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:03.653 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:03.653 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T18:51:03.653 INFO:teuthology.orchestra.run.smithi173.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T18:51:03.653 INFO:teuthology.orchestra.run.smithi173.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T18:51:03.654 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T18:51:03.654 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T18:51:03.654 INFO:teuthology.orchestra.run.smithi173.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T18:51:03.654 INFO:teuthology.orchestra.run.smithi173.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T18:51:03.654 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T18:51:03.654 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T18:51:03.655 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T18:51:03.655 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T18:51:03.655 INFO:teuthology.orchestra.run.smithi173.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T18:51:03.655 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:03.655 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:03.745 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T18:51:03.829 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T18:51:03.893 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T18:51:03.920 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T18:51:03.930 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 6/6 2024-09-10T18:51:04.104 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:34 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:04.237 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-rook noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 47 k 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T18:51:04.239 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout:Install 13 Packages 2024-09-10T18:51:04.240 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:04.241 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 2.2 M 2024-09-10T18:51:04.241 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 26 M 2024-09-10T18:51:04.241 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:04.450 INFO:teuthology.orchestra.run.smithi102.stdout:(1/13): ceph-mgr-rook-17.2.7-1606.g5be57395.el9 301 kB/s | 47 kB 00:00 2024-09-10T18:51:04.485 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:36 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:04.617 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:04.618 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:04.618 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:51:04.618 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 124 k 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:04.619 INFO:teuthology.orchestra.run.smithi173.stdout:Install 6 Packages 2024-09-10T18:51:04.620 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:04.620 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 7.0 M 2024-09-10T18:51:04.620 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 33 M 2024-09-10T18:51:04.620 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:51:04.706 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 6/6 2024-09-10T18:51:04.706 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/6 2024-09-10T18:51:04.706 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T18:51:04.707 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T18:51:04.707 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T18:51:04.707 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T18:51:04.809 INFO:teuthology.orchestra.run.smithi102.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 37 kB/s | 19 kB 00:00 2024-09-10T18:51:04.842 INFO:teuthology.orchestra.run.smithi102.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 47 kB/s | 26 kB 00:00 2024-09-10T18:51:04.991 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T18:51:04.991 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:04.991 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:51:04.991 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:04.991 INFO:teuthology.orchestra.run.smithi070.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T18:51:04.991 INFO:teuthology.orchestra.run.smithi070.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T18:51:04.991 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T18:51:04.991 INFO:teuthology.orchestra.run.smithi070.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T18:51:04.992 INFO:teuthology.orchestra.run.smithi070.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T18:51:04.992 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:04.992 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:05.117 INFO:teuthology.orchestra.run.smithi173.stdout:(1/6): ceph-mgr-cephadm-17.2.7-1606.g5be57395.e 590 kB/s | 124 kB 00:00 2024-09-10T18:51:05.141 INFO:teuthology.orchestra.run.smithi173.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.0 MB/s | 248 kB 00:00 2024-09-10T18:51:05.192 INFO:teuthology.orchestra.run.smithi173.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-10T18:51:05.217 INFO:teuthology.orchestra.run.smithi173.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 767 kB/s | 58 kB 00:00 2024-09-10T18:51:05.222 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-fuse 2024-09-10T18:51:05.242 INFO:teuthology.orchestra.run.smithi173.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-10T18:51:05.343 INFO:teuthology.orchestra.run.smithi102.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 249 kB/s | 222 kB 00:00 2024-09-10T18:51:05.743 INFO:teuthology.orchestra.run.smithi102.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 170 kB/s | 159 kB 00:00 2024-09-10T18:51:05.783 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:32 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:05.785 INFO:teuthology.orchestra.run.smithi102.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 781 kB/s | 32 kB 00:00 2024-09-10T18:51:05.810 INFO:teuthology.orchestra.run.smithi102.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 288 kB/s | 279 kB 00:00 2024-09-10T18:51:05.835 INFO:teuthology.orchestra.run.smithi102.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 280 kB/s | 14 kB 00:00 2024-09-10T18:51:05.859 INFO:teuthology.orchestra.run.smithi173.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 6.3 MB/s | 6.0 MB 00:00 2024-09-10T18:51:05.861 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:05.861 INFO:teuthology.orchestra.run.smithi173.stdout:Total 5.6 MB/s | 7.0 MB 00:01 2024-09-10T18:51:05.877 INFO:teuthology.orchestra.run.smithi102.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 3.2 MB/s | 220 kB 00:00 2024-09-10T18:51:05.903 INFO:teuthology.orchestra.run.smithi102.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2024-09-10T18:51:05.917 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:05.917 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:05.917 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-fuse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 813 k 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout:Install 2 Packages 2024-09-10T18:51:05.918 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:05.919 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 893 k 2024-09-10T18:51:05.919 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 2.6 M 2024-09-10T18:51:05.919 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:51:05.928 INFO:teuthology.orchestra.run.smithi102.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2024-09-10T18:51:05.931 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:05.942 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:05.943 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:05.953 INFO:teuthology.orchestra.run.smithi102.stdout:(12/13): python3-requests-oauthlib-1.3.0-12.el9 88 kB/s | 54 kB 00:00 2024-09-10T18:51:05.987 INFO:teuthology.orchestra.run.smithi102.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-09-10T18:51:05.990 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:05.990 INFO:teuthology.orchestra.run.smithi102.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-09-10T18:51:06.041 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:06.043 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:06.057 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:06.073 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:06.073 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:06.162 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:06.164 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:06.318 INFO:teuthology.orchestra.run.smithi070.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 562 kB/s | 80 kB 00:00 2024-09-10T18:51:06.344 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:06.460 INFO:teuthology.orchestra.run.smithi070.stdout:(2/2): ceph-fuse-17.2.7-1606.g5be57395.el9.x86_ 2.8 MB/s | 813 kB 00:00 2024-09-10T18:51:06.460 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:06.461 INFO:teuthology.orchestra.run.smithi070.stdout:Total 1.6 MB/s | 893 kB 00:00 2024-09-10T18:51:06.472 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:51:06.494 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:51:06.494 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:51:06.507 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T18:51:06.561 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T18:51:06.572 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:51:06.573 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:51:06.691 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:06.760 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:51:06.885 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T18:51:06.925 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T18:51:06.947 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T18:51:07.001 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2/2 2024-09-10T18:51:07.010 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T18:51:07.048 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T18:51:07.089 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T18:51:07.093 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T18:51:07.191 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T18:51:07.205 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T18:51:07.270 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T18:51:07.293 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T18:51:07.298 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 6/6 2024-09-10T18:51:07.349 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T18:51:07.688 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2/2 2024-09-10T18:51:07.688 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/2 2024-09-10T18:51:07.969 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T18:51:07.970 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:07.970 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:51:07.970 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T18:51:07.970 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:07.970 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:08.073 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T18:51:08.124 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 6/6 2024-09-10T18:51:08.124 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/6 2024-09-10T18:51:08.124 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T18:51:08.124 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T18:51:08.124 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T18:51:08.124 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T18:51:08.130 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T18:51:08.163 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T18:51:08.210 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T18:51:08.233 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 13/13 2024-09-10T18:51:08.255 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install ceph-volume 2024-09-10T18:51:08.400 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T18:51:08.400 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:08.400 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:08.401 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:08.401 INFO:teuthology.orchestra.run.smithi173.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T18:51:08.401 INFO:teuthology.orchestra.run.smithi173.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T18:51:08.401 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T18:51:08.401 INFO:teuthology.orchestra.run.smithi173.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T18:51:08.401 INFO:teuthology.orchestra.run.smithi173.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T18:51:08.401 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:08.401 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:08.640 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-fuse 2024-09-10T18:51:08.834 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:35 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:08.962 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 13/13 2024-09-10T18:51:08.962 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 1/13 2024-09-10T18:51:08.963 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T18:51:08.963 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T18:51:08.963 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T18:51:08.963 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T18:51:08.963 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T18:51:08.964 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T18:51:08.964 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T18:51:08.964 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T18:51:08.964 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T18:51:08.964 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T18:51:08.964 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T18:51:08.971 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:08.973 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:08.973 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2024-09-10T18:51:08.973 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:08.973 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:51:08.973 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-volume noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 270 k 2024-09-10T18:51:08.974 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:08.974 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:51:08.974 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:08.974 INFO:teuthology.orchestra.run.smithi070.stdout:Install 1 Package 2024-09-10T18:51:08.974 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:08.974 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 270 k 2024-09-10T18:51:08.975 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 1.3 M 2024-09-10T18:51:08.975 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:51:09.190 INFO:teuthology.orchestra.run.smithi070.stdout:ceph-volume-17.2.7-1606.g5be57395.el9.noarch.rp 1.2 MB/s | 270 kB 00:00 2024-09-10T18:51:09.191 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:09.191 INFO:teuthology.orchestra.run.smithi070.stdout:Total 1.2 MB/s | 270 kB 00:00 2024-09-10T18:51:09.191 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:51:09.200 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:51:09.200 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:51:09.207 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:41 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:09.227 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:51:09.227 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:51:09.300 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T18:51:09.300 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:09.300 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:09.300 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-rook-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T18:51:09.301 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:09.302 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:09.341 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-fuse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 813 k 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:09.342 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:51:09.343 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:09.343 INFO:teuthology.orchestra.run.smithi173.stdout:Install 2 Packages 2024-09-10T18:51:09.343 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:09.343 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 893 k 2024-09-10T18:51:09.343 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 2.6 M 2024-09-10T18:51:09.343 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:51:09.437 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:51:09.509 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:09.525 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:09.525 INFO:teuthology.orchestra.run.smithi070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:51:09.525 INFO:teuthology.orchestra.run.smithi070.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T18:51:09.526 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:09.544 INFO:teuthology.orchestra.run.smithi173.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 518 kB/s | 80 kB 00:00 2024-09-10T18:51:09.577 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T18:51:09.686 INFO:teuthology.orchestra.run.smithi173.stdout:(2/2): ceph-fuse-17.2.7-1606.g5be57395.el9.x86_ 2.7 MB/s | 813 kB 00:00 2024-09-10T18:51:09.687 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:09.687 INFO:teuthology.orchestra.run.smithi173.stdout:Total 2.5 MB/s | 893 kB 00:00 2024-09-10T18:51:09.698 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:09.720 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:09.720 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:09.802 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:09.802 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:09.997 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:10.140 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T18:51:10.147 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:40 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:10.210 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2/2 2024-09-10T18:51:10.279 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:10.280 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:10.280 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:51:10.280 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:10.280 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:10.280 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 124 k 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:10.281 INFO:teuthology.orchestra.run.smithi102.stdout:Install 6 Packages 2024-09-10T18:51:10.282 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:10.282 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 7.0 M 2024-09-10T18:51:10.282 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 33 M 2024-09-10T18:51:10.282 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:10.615 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:10.616 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:10.616 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:51:10.616 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:10.616 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:10.616 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:10.889 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2/2 2024-09-10T18:51:10.889 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/2 2024-09-10T18:51:10.912 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install librados-devel 2024-09-10T18:51:11.177 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T18:51:11.177 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:11.177 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:11.177 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T18:51:11.177 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:11.177 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:11.181 INFO:teuthology.orchestra.run.smithi102.stdout:(1/6): ceph-mgr-cephadm-17.2.7-1606.g5be57395.e 605 kB/s | 124 kB 00:00 2024-09-10T18:51:11.206 INFO:teuthology.orchestra.run.smithi102.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-09-10T18:51:11.273 INFO:teuthology.orchestra.run.smithi102.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 864 kB/s | 58 kB 00:00 2024-09-10T18:51:11.299 INFO:teuthology.orchestra.run.smithi102.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-10T18:51:11.340 INFO:teuthology.orchestra.run.smithi102.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.4 MB/s | 548 kB 00:00 2024-09-10T18:51:11.460 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-volume 2024-09-10T18:51:11.491 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:38 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:11.625 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:11.626 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:11.626 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repo Size 2024-09-10T18:51:11.626 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:11.626 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout: librados-devel x86_64 2:17.2.7-1606.g5be57395.el9 ceph 126 k 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout:Install 1 Package 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 126 k 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 448 k 2024-09-10T18:51:11.627 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:51:11.799 INFO:teuthology.orchestra.run.smithi102.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 7.2 MB/s | 6.0 MB 00:00 2024-09-10T18:51:11.801 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:11.801 INFO:teuthology.orchestra.run.smithi102.stdout:Total 4.6 MB/s | 7.0 MB 00:01 2024-09-10T18:51:11.837 INFO:teuthology.orchestra.run.smithi070.stdout:librados-devel-17.2.7-1606.g5be57395.el9.x86_64 601 kB/s | 126 kB 00:00 2024-09-10T18:51:11.838 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:11.838 INFO:teuthology.orchestra.run.smithi070.stdout:Total 596 kB/s | 126 kB 00:00 2024-09-10T18:51:11.838 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:51:11.844 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:51:11.844 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:51:11.871 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:11.884 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:11.885 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:11.907 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:51:11.907 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:51:11.982 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:11.983 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:12.040 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:44 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:12.067 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:51:12.159 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:12.179 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-volume noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 270 k 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:12.180 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 270 k 2024-09-10T18:51:12.181 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 1.3 M 2024-09-10T18:51:12.181 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:51:12.285 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:12.400 INFO:teuthology.orchestra.run.smithi173.stdout:ceph-volume-17.2.7-1606.g5be57395.el9.noarch.rp 1.2 MB/s | 270 kB 00:00 2024-09-10T18:51:12.401 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:12.401 INFO:teuthology.orchestra.run.smithi173.stdout:Total 1.2 MB/s | 270 kB 00:00 2024-09-10T18:51:12.401 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:12.409 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:12.409 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:12.440 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:12.440 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:12.457 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T18:51:12.509 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T18:51:12.587 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:12.647 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:12.711 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:12.727 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:12.727 INFO:teuthology.orchestra.run.smithi173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:51:12.727 INFO:teuthology.orchestra.run.smithi173.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T18:51:12.727 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:12.876 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:12.876 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:12.876 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:51:12.876 INFO:teuthology.orchestra.run.smithi070.stdout: librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:12.876 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:12.876 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:13.027 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T18:51:13.120 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T18:51:13.137 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install libcephfs2 2024-09-10T18:51:13.175 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T18:51:13.213 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 6/6 2024-09-10T18:51:13.709 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:40 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:13.762 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:13.762 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:13.762 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:13.762 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:13.763 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:13.763 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:13.800 INFO:teuthology.orchestra.run.smithi070.stdout:Package libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:13.843 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:13.844 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:51:13.844 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:13.918 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install libcephfs-devel 2024-09-10T18:51:14.025 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 6/6 2024-09-10T18:51:14.025 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 1/6 2024-09-10T18:51:14.025 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T18:51:14.025 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T18:51:14.025 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T18:51:14.025 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T18:51:14.050 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install librados-devel 2024-09-10T18:51:14.299 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T18:51:14.299 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:14.299 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:14.299 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-mgr-cephadm-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:14.299 INFO:teuthology.orchestra.run.smithi102.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T18:51:14.300 INFO:teuthology.orchestra.run.smithi102.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T18:51:14.300 INFO:teuthology.orchestra.run.smithi102.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T18:51:14.300 INFO:teuthology.orchestra.run.smithi102.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T18:51:14.300 INFO:teuthology.orchestra.run.smithi102.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T18:51:14.300 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:14.300 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:14.487 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:41 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:14.539 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-fuse 2024-09-10T18:51:14.621 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:14.622 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:14.622 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repo Size 2024-09-10T18:51:14.622 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:14.622 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:51:14.622 INFO:teuthology.orchestra.run.smithi070.stdout: libcephfs-devel x86_64 2:17.2.7-1606.g5be57395.el9 ceph 25 k 2024-09-10T18:51:14.622 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:14.623 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:51:14.623 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:14.623 INFO:teuthology.orchestra.run.smithi070.stdout:Install 1 Package 2024-09-10T18:51:14.623 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:14.623 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 25 k 2024-09-10T18:51:14.623 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 110 k 2024-09-10T18:51:14.623 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:51:14.628 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:46 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:14.766 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:14.766 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:14.766 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repo Size 2024-09-10T18:51:14.766 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:14.766 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:51:14.766 INFO:teuthology.orchestra.run.smithi173.stdout: librados-devel x86_64 2:17.2.7-1606.g5be57395.el9 ceph 126 k 2024-09-10T18:51:14.767 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:14.767 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:51:14.767 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:14.767 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-09-10T18:51:14.767 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:14.767 INFO:teuthology.orchestra.run.smithi070.stdout:libcephfs-devel-17.2.7-1606.g5be57395.el9.x86_6 172 kB/s | 25 kB 00:00 2024-09-10T18:51:14.768 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 126 k 2024-09-10T18:51:14.768 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 448 k 2024-09-10T18:51:14.768 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:51:14.768 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:14.768 INFO:teuthology.orchestra.run.smithi070.stdout:Total 170 kB/s | 25 kB 00:00 2024-09-10T18:51:14.769 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:51:14.771 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:51:14.771 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:51:14.773 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:51:14.773 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:51:14.855 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:51:14.964 INFO:teuthology.orchestra.run.smithi173.stdout:librados-devel-17.2.7-1606.g5be57395.el9.x86_64 643 kB/s | 126 kB 00:00 2024-09-10T18:51:14.965 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:14.965 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:14.965 INFO:teuthology.orchestra.run.smithi173.stdout:Total 638 kB/s | 126 kB 00:00 2024-09-10T18:51:14.965 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:14.970 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:14.970 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:15.035 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:15.035 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:15.103 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:45 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:15.205 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:15.236 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:15.237 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:15.237 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:51:15.237 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:15.237 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:15.237 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-fuse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 813 k 2024-09-10T18:51:15.237 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-10T18:51:15.237 INFO:teuthology.orchestra.run.smithi102.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T18:51:15.237 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:15.238 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:15.238 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:15.238 INFO:teuthology.orchestra.run.smithi102.stdout:Install 2 Packages 2024-09-10T18:51:15.238 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:15.238 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 893 k 2024-09-10T18:51:15.239 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 2.6 M 2024-09-10T18:51:15.239 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:15.304 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:15.333 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:15.443 INFO:teuthology.orchestra.run.smithi102.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 503 kB/s | 80 kB 00:00 2024-09-10T18:51:15.573 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:15.574 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:15.574 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:51:15.574 INFO:teuthology.orchestra.run.smithi070.stdout: libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:15.574 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:15.574 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:15.585 INFO:teuthology.orchestra.run.smithi102.stdout:(2/2): ceph-fuse-17.2.7-1606.g5be57395.el9.x86_ 2.6 MB/s | 813 kB 00:00 2024-09-10T18:51:15.585 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:15.585 INFO:teuthology.orchestra.run.smithi102.stdout:Total 2.5 MB/s | 893 kB 00:00 2024-09-10T18:51:15.597 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:15.619 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:15.619 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:15.699 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:15.700 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:15.752 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install librados2 2024-09-10T18:51:15.770 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:15.886 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:16.030 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T18:51:16.070 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:16.070 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:16.070 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:16.070 INFO:teuthology.orchestra.run.smithi173.stdout: librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:16.070 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:16.071 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:16.108 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2/2 2024-09-10T18:51:16.322 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:43 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:16.325 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install libcephfs2 2024-09-10T18:51:16.412 INFO:teuthology.orchestra.run.smithi070.stdout:Package librados2-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:16.455 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:16.456 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:51:16.456 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:16.527 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install librbd1 2024-09-10T18:51:16.735 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2/2 2024-09-10T18:51:16.736 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/2 2024-09-10T18:51:16.898 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:48 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:16.987 INFO:teuthology.orchestra.run.smithi173.stdout:Package libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:17.003 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T18:51:17.003 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:17.003 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:17.003 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T18:51:17.003 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:17.003 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:17.031 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:17.031 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:51:17.031 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:17.082 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:44 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:17.143 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install libcephfs-devel 2024-09-10T18:51:17.172 INFO:teuthology.orchestra.run.smithi070.stdout:Package librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:17.215 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:17.216 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:51:17.216 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:17.265 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install ceph-volume 2024-09-10T18:51:17.281 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install python3-rados 2024-09-10T18:51:17.736 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:49 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:17.840 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:44 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:17.845 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:47 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:17.872 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repo Size 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs-devel x86_64 2:17.2.7-1606.g5be57395.el9 ceph 25 k 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:17.873 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-09-10T18:51:17.874 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:17.874 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 25 k 2024-09-10T18:51:17.874 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 110 k 2024-09-10T18:51:17.874 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:51:17.929 INFO:teuthology.orchestra.run.smithi070.stdout:Package python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:17.971 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:17.972 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:51:17.972 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:17.983 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:17.983 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:17.983 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repository Size 2024-09-10T18:51:17.983 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:17.983 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:17.983 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-volume noarch 2:17.2.7-1606.g5be57395.el9 ceph-noarch 270 k 2024-09-10T18:51:17.984 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:17.984 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:17.984 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:17.984 INFO:teuthology.orchestra.run.smithi102.stdout:Install 1 Package 2024-09-10T18:51:17.984 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:17.984 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 270 k 2024-09-10T18:51:17.985 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 1.3 M 2024-09-10T18:51:17.985 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:18.031 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install python3-rgw 2024-09-10T18:51:18.085 INFO:teuthology.orchestra.run.smithi173.stdout:libcephfs-devel-17.2.7-1606.g5be57395.el9.x86_6 119 kB/s | 25 kB 00:00 2024-09-10T18:51:18.085 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:18.085 INFO:teuthology.orchestra.run.smithi173.stdout:Total 118 kB/s | 25 kB 00:00 2024-09-10T18:51:18.086 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:18.089 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:18.089 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:18.090 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:18.091 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:18.173 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:18.282 INFO:teuthology.orchestra.run.smithi102.stdout:ceph-volume-17.2.7-1606.g5be57395.el9.noarch.rp 909 kB/s | 270 kB 00:00 2024-09-10T18:51:18.282 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:18.283 INFO:teuthology.orchestra.run.smithi102.stdout:Total 903 kB/s | 270 kB 00:00 2024-09-10T18:51:18.283 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:18.289 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:18.291 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:18.291 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:18.321 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:18.321 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:18.533 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:18.595 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:45 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:18.608 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:18.625 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:18.625 INFO:teuthology.orchestra.run.smithi102.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:51:18.625 INFO:teuthology.orchestra.run.smithi102.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T18:51:18.625 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:18.647 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:18.685 INFO:teuthology.orchestra.run.smithi070.stdout:Package python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:18.728 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:18.729 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:51:18.729 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:18.791 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install python3-cephfs 2024-09-10T18:51:18.879 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:18.879 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:18.879 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:18.879 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:18.879 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:18.879 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:19.074 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install librados2 2024-09-10T18:51:19.357 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:46 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:19.446 INFO:teuthology.orchestra.run.smithi070.stdout:Package python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:19.489 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:19.490 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:51:19.490 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:19.550 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install python3-rbd 2024-09-10T18:51:19.624 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 1/1 2024-09-10T18:51:19.624 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:19.625 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:19.625 INFO:teuthology.orchestra.run.smithi102.stdout: ceph-volume-2:17.2.7-1606.g5be57395.el9.noarch 2024-09-10T18:51:19.625 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:19.625 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:19.640 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:51 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:19.731 INFO:teuthology.orchestra.run.smithi173.stdout:Package librados2-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:19.775 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:19.775 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:51:19.775 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:19.854 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install librbd1 2024-09-10T18:51:19.928 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install librados-devel 2024-09-10T18:51:20.122 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:47 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:20.213 INFO:teuthology.orchestra.run.smithi070.stdout:Package python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:20.256 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:20.257 INFO:teuthology.orchestra.run.smithi070.stdout:Nothing to do. 2024-09-10T18:51:20.257 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:20.319 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install rbd-fuse 2024-09-10T18:51:20.418 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:52 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:20.496 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:50 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:20.508 INFO:teuthology.orchestra.run.smithi173.stdout:Package librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:20.551 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:20.552 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:51:20.552 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:20.625 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install python3-rados 2024-09-10T18:51:20.633 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repo Size 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout: librados-devel x86_64 2:17.2.7-1606.g5be57395.el9 ceph 126 k 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout:Install 1 Package 2024-09-10T18:51:20.634 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:20.635 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 126 k 2024-09-10T18:51:20.635 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 448 k 2024-09-10T18:51:20.635 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:20.812 INFO:teuthology.orchestra.run.smithi102.stdout:librados-devel-17.2.7-1606.g5be57395.el9.x86_64 715 kB/s | 126 kB 00:00 2024-09-10T18:51:20.812 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:20.813 INFO:teuthology.orchestra.run.smithi102.stdout:Total 709 kB/s | 126 kB 00:00 2024-09-10T18:51:20.813 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:20.818 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:20.818 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:20.881 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:20.881 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:20.911 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:47 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:21.044 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:21.049 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout: Package Architecture Version Repository Size 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout: rbd-fuse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 82 k 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout:Install 1 Package 2024-09-10T18:51:21.050 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:21.051 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 82 k 2024-09-10T18:51:21.051 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 222 k 2024-09-10T18:51:21.051 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:51:21.142 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:21.190 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:53 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:21.245 INFO:teuthology.orchestra.run.smithi070.stdout:rbd-fuse-17.2.7-1606.g5be57395.el9.x86_64.rpm 419 kB/s | 82 kB 00:00 2024-09-10T18:51:21.246 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:21.246 INFO:teuthology.orchestra.run.smithi070.stdout:Total 416 kB/s | 82 kB 00:00 2024-09-10T18:51:21.247 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:51:21.253 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:51:21.253 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:51:21.280 INFO:teuthology.orchestra.run.smithi173.stdout:Package python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:21.320 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:51:21.320 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:51:21.322 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:21.324 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:51:21.324 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:21.391 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install python3-rgw 2024-09-10T18:51:21.469 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:51:21.544 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:21.577 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:21.809 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:21.809 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:21.809 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:21.809 INFO:teuthology.orchestra.run.smithi102.stdout: librados-devel-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:21.809 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:21.810 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:21.957 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:53 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:21.983 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:22.048 INFO:teuthology.orchestra.run.smithi173.stdout:Package python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:22.075 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install libcephfs2 2024-09-10T18:51:22.091 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:22.093 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:51:22.093 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:22.161 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install python3-cephfs 2024-09-10T18:51:22.240 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:22.240 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:22.240 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:51:22.240 INFO:teuthology.orchestra.run.smithi070.stdout: rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:22.240 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:22.240 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:22.464 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install rbd-mirror 2024-09-10T18:51:22.650 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:52 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:22.723 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:54 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:22.742 INFO:teuthology.orchestra.run.smithi102.stdout:Package libcephfs2-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:22.787 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:22.788 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:51:22.788 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:22.814 INFO:teuthology.orchestra.run.smithi173.stdout:Package python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:22.851 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install libcephfs-devel 2024-09-10T18:51:22.857 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:22.858 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:51:22.858 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:22.929 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install python3-rbd 2024-09-10T18:51:23.048 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:50 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:23.187 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repo Size 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout: rbd-mirror x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.9 M 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout:Install 1 Package 2024-09-10T18:51:23.189 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:23.190 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 2.9 M 2024-09-10T18:51:23.190 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 12 M 2024-09-10T18:51:23.190 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:51:23.417 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:53 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:23.497 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:55 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:23.533 INFO:teuthology.orchestra.run.smithi070.stdout:rbd-mirror-17.2.7-1606.g5be57395.el9.x86_64.rpm 8.5 MB/s | 2.9 MB 00:00 2024-09-10T18:51:23.536 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:23.536 INFO:teuthology.orchestra.run.smithi070.stdout:Total 8.5 MB/s | 2.9 MB 00:00 2024-09-10T18:51:23.536 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:51:23.543 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:51:23.543 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:51:23.549 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:23.550 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:23.550 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repo Size 2024-09-10T18:51:23.550 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:23.550 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:23.550 INFO:teuthology.orchestra.run.smithi102.stdout: libcephfs-devel x86_64 2:17.2.7-1606.g5be57395.el9 ceph 25 k 2024-09-10T18:51:23.550 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:23.550 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:23.551 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:23.551 INFO:teuthology.orchestra.run.smithi102.stdout:Install 1 Package 2024-09-10T18:51:23.551 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:23.551 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 25 k 2024-09-10T18:51:23.551 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 110 k 2024-09-10T18:51:23.551 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:23.587 INFO:teuthology.orchestra.run.smithi173.stdout:Package python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:23.623 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:51:23.623 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:51:23.629 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:23.630 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-09-10T18:51:23.631 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:23.701 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install rbd-fuse 2024-09-10T18:51:23.708 INFO:teuthology.orchestra.run.smithi102.stdout:libcephfs-devel-17.2.7-1606.g5be57395.el9.x86_6 159 kB/s | 25 kB 00:00 2024-09-10T18:51:23.708 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:23.709 INFO:teuthology.orchestra.run.smithi102.stdout:Total 158 kB/s | 25 kB 00:00 2024-09-10T18:51:23.709 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:23.713 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:23.713 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:23.714 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:23.714 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:23.815 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:23.922 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:24.036 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:51:24.101 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:24.126 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:24.126 INFO:teuthology.orchestra.run.smithi070.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:51:24.126 INFO:teuthology.orchestra.run.smithi070.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T18:51:24.126 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T18:51:24.126 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T18:51:24.126 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:24.267 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:56 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:24.284 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:24.400 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-fuse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 82 k 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:24.401 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 82 k 2024-09-10T18:51:24.402 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 222 k 2024-09-10T18:51:24.402 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:51:24.512 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:24.513 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:24.513 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:24.513 INFO:teuthology.orchestra.run.smithi102.stdout: libcephfs-devel-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:24.513 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:24.513 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:24.605 INFO:teuthology.orchestra.run.smithi173.stdout:rbd-fuse-17.2.7-1606.g5be57395.el9.x86_64.rpm 402 kB/s | 82 kB 00:00 2024-09-10T18:51:24.605 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:24.606 INFO:teuthology.orchestra.run.smithi173.stdout:Total 400 kB/s | 82 kB 00:00 2024-09-10T18:51:24.606 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:24.612 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:24.613 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:24.677 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:24.677 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:24.687 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install librados2 2024-09-10T18:51:24.821 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:24.918 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:25.225 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:25.225 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:25.225 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:51:25.225 INFO:teuthology.orchestra.run.smithi070.stdout: rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:25.225 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:25.225 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:25.252 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:55 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:25.335 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:25.341 INFO:teuthology.orchestra.run.smithi102.stdout:Package librados2-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:25.384 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:25.385 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:51:25.385 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:25.449 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install librbd1 2024-09-10T18:51:25.456 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum -y install rbd-nbd 2024-09-10T18:51:25.606 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:25.606 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:25.606 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:25.606 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:25.606 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:25.606 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:25.842 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install rbd-mirror 2024-09-10T18:51:26.012 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:56 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:26.035 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:01:53 ago on Tue 10 Sep 2024 06:49:33 PM UTC. 2024-09-10T18:51:26.101 INFO:teuthology.orchestra.run.smithi102.stdout:Package librbd1-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:26.143 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:26.144 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:51:26.144 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:26.168 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout: Package Architecture Version Repository Size 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout: rbd-nbd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 165 k 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout:Install 1 Package 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:26.169 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 165 k 2024-09-10T18:51:26.170 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 477 k 2024-09-10T18:51:26.170 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2024-09-10T18:51:26.216 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install python3-rados 2024-09-10T18:51:26.370 INFO:teuthology.orchestra.run.smithi070.stdout:rbd-nbd-17.2.7-1606.g5be57395.el9.x86_64.rpm 822 kB/s | 165 kB 00:00 2024-09-10T18:51:26.371 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:26.371 INFO:teuthology.orchestra.run.smithi070.stdout:Total 815 kB/s | 165 kB 00:00 2024-09-10T18:51:26.371 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2024-09-10T18:51:26.379 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2024-09-10T18:51:26.379 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2024-09-10T18:51:26.438 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:58 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:26.443 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2024-09-10T18:51:26.444 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2024-09-10T18:51:26.575 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:26.576 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:26.576 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repo Size 2024-09-10T18:51:26.576 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-mirror x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.9 M 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 2.9 M 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 12 M 2024-09-10T18:51:26.577 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:51:26.592 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2024-09-10T18:51:26.701 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:26.784 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:56 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:26.873 INFO:teuthology.orchestra.run.smithi102.stdout:Package python3-rados-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:26.901 INFO:teuthology.orchestra.run.smithi173.stdout:rbd-mirror-17.2.7-1606.g5be57395.el9.x86_64.rpm 9.1 MB/s | 2.9 MB 00:00 2024-09-10T18:51:26.901 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:26.902 INFO:teuthology.orchestra.run.smithi173.stdout:Total 9.0 MB/s | 2.9 MB 00:00 2024-09-10T18:51:26.902 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:26.911 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:26.911 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:26.915 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:26.916 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:51:26.916 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:26.991 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:26.991 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:26.992 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install python3-rgw 2024-09-10T18:51:27.128 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:27.408 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:27.438 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:27.438 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:27.438 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2024-09-10T18:51:27.438 INFO:teuthology.orchestra.run.smithi070.stdout: rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:27.438 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:51:27.438 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2024-09-10T18:51:27.468 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:27.494 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:27.494 INFO:teuthology.orchestra.run.smithi173.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:51:27.494 INFO:teuthology.orchestra.run.smithi173.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T18:51:27.495 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T18:51:27.495 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T18:51:27.495 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:27.558 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:57 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:27.649 INFO:teuthology.orchestra.run.smithi102.stdout:Package python3-rgw-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:27.662 DEBUG:teuthology.parallel:result is None 2024-09-10T18:51:27.693 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:27.694 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:51:27.694 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:27.758 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install python3-cephfs 2024-09-10T18:51:28.324 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:58 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:28.415 INFO:teuthology.orchestra.run.smithi102.stdout:Package python3-cephfs-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:28.457 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:28.458 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:51:28.458 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:28.527 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install python3-rbd 2024-09-10T18:51:28.652 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:28.652 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:28.652 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:28.652 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:28.652 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:28.652 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:28.889 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install rbd-nbd 2024-09-10T18:51:29.090 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:59 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:29.181 INFO:teuthology.orchestra.run.smithi102.stdout:Package python3-rbd-2:17.2.7-1606.g5be57395.el9.x86_64 is already installed. 2024-09-10T18:51:29.225 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:29.226 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2024-09-10T18:51:29.226 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:29.298 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install rbd-fuse 2024-09-10T18:51:29.475 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:02:01 ago on Tue 10 Sep 2024 06:49:28 PM UTC. 2024-09-10T18:51:29.607 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-nbd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 165 k 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-09-10T18:51:29.608 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:29.609 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 165 k 2024-09-10T18:51:29.609 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 477 k 2024-09-10T18:51:29.609 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-09-10T18:51:29.829 INFO:teuthology.orchestra.run.smithi173.stdout:rbd-nbd-17.2.7-1606.g5be57395.el9.x86_64.rpm 749 kB/s | 165 kB 00:00 2024-09-10T18:51:29.830 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:29.830 INFO:teuthology.orchestra.run.smithi173.stdout:Total 744 kB/s | 165 kB 00:00 2024-09-10T18:51:29.831 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-09-10T18:51:29.838 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-09-10T18:51:29.838 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-09-10T18:51:29.866 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:59 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:29.901 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-09-10T18:51:29.902 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-09-10T18:51:29.998 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:29.999 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:29.999 INFO:teuthology.orchestra.run.smithi102.stdout: Package Architecture Version Repository Size 2024-09-10T18:51:29.999 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout: rbd-fuse x86_64 2:17.2.7-1606.g5be57395.el9 ceph 82 k 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout:Install 1 Package 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 82 k 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 222 k 2024-09-10T18:51:30.000 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:30.054 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-09-10T18:51:30.160 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:30.186 INFO:teuthology.orchestra.run.smithi102.stdout:rbd-fuse-17.2.7-1606.g5be57395.el9.x86_64.rpm 439 kB/s | 82 kB 00:00 2024-09-10T18:51:30.186 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:30.187 INFO:teuthology.orchestra.run.smithi102.stdout:Total 436 kB/s | 82 kB 00:00 2024-09-10T18:51:30.187 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:30.194 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:30.194 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:30.257 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:30.257 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:30.406 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:30.518 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:30.619 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:30.877 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:30.877 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:30.877 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-09-10T18:51:30.877 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:30.877 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:51:30.877 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-09-10T18:51:30.988 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:31.111 DEBUG:teuthology.parallel:result is None 2024-09-10T18:51:31.290 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:31.290 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:31.290 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:31.290 INFO:teuthology.orchestra.run.smithi102.stdout: rbd-fuse-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:31.290 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:31.290 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:31.499 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install rbd-mirror 2024-09-10T18:51:32.091 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:02:02 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:32.229 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:32.230 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:32.230 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repo Size 2024-09-10T18:51:32.230 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:32.230 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:32.230 INFO:teuthology.orchestra.run.smithi102.stdout: rbd-mirror x86_64 2:17.2.7-1606.g5be57395.el9 ceph 2.9 M 2024-09-10T18:51:32.230 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:32.230 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:32.231 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:32.231 INFO:teuthology.orchestra.run.smithi102.stdout:Install 1 Package 2024-09-10T18:51:32.231 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:32.231 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 2.9 M 2024-09-10T18:51:32.231 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 12 M 2024-09-10T18:51:32.231 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:32.574 INFO:teuthology.orchestra.run.smithi102.stdout:rbd-mirror-17.2.7-1606.g5be57395.el9.x86_64.rpm 8.6 MB/s | 2.9 MB 00:00 2024-09-10T18:51:32.575 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:32.575 INFO:teuthology.orchestra.run.smithi102.stdout:Total 8.5 MB/s | 2.9 MB 00:00 2024-09-10T18:51:32.575 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:32.584 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:32.584 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:32.663 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:32.664 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:33.071 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:33.142 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:33.167 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:33.167 INFO:teuthology.orchestra.run.smithi102.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T18:51:33.167 INFO:teuthology.orchestra.run.smithi102.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T18:51:33.167 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T18:51:33.167 INFO:teuthology.orchestra.run.smithi102.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T18:51:33.167 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:34.291 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:34.291 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:34.291 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:34.291 INFO:teuthology.orchestra.run.smithi102.stdout: rbd-mirror-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:34.291 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:34.291 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:34.493 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum -y install rbd-nbd 2024-09-10T18:51:35.072 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:02:05 ago on Tue 10 Sep 2024 06:49:30 PM UTC. 2024-09-10T18:51:35.208 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-10T18:51:35.209 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:35.209 INFO:teuthology.orchestra.run.smithi102.stdout: Package Architecture Version Repository Size 2024-09-10T18:51:35.209 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:35.209 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-10T18:51:35.209 INFO:teuthology.orchestra.run.smithi102.stdout: rbd-nbd x86_64 2:17.2.7-1606.g5be57395.el9 ceph 165 k 2024-09-10T18:51:35.210 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:35.210 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-10T18:51:35.210 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-10T18:51:35.210 INFO:teuthology.orchestra.run.smithi102.stdout:Install 1 Package 2024-09-10T18:51:35.210 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:35.210 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 165 k 2024-09-10T18:51:35.210 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 477 k 2024-09-10T18:51:35.210 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-10T18:51:35.412 INFO:teuthology.orchestra.run.smithi102.stdout:rbd-nbd-17.2.7-1606.g5be57395.el9.x86_64.rpm 820 kB/s | 165 kB 00:00 2024-09-10T18:51:35.412 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:51:35.412 INFO:teuthology.orchestra.run.smithi102.stdout:Total 814 kB/s | 165 kB 00:00 2024-09-10T18:51:35.413 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-10T18:51:35.420 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-10T18:51:35.420 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-10T18:51:35.483 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-10T18:51:35.484 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-10T18:51:35.637 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-10T18:51:35.752 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:36.169 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:36.448 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 1/1 2024-09-10T18:51:36.448 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:36.448 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-10T18:51:36.448 INFO:teuthology.orchestra.run.smithi102.stdout: rbd-nbd-2:17.2.7-1606.g5be57395.el9.x86_64 2024-09-10T18:51:36.448 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-10T18:51:36.448 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-10T18:51:36.688 DEBUG:teuthology.parallel:result is None 2024-09-10T18:51:36.688 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:51:36.827 DEBUG:teuthology.orchestra.run.smithi070:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T18:51:36.854 INFO:teuthology.orchestra.run.smithi070.stdout:17.2.7-1606.g5be57395.el9 2024-09-10T18:51:36.855 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1606.g5be57395.el9 2024-09-10T18:51:36.855 INFO:teuthology.task.install:The correct ceph version 17.2.7-1606.g5be57395 is installed. 2024-09-10T18:51:36.858 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:51:36.996 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T18:51:37.017 INFO:teuthology.orchestra.run.smithi102.stdout:17.2.7-1606.g5be57395.el9 2024-09-10T18:51:37.018 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1606.g5be57395.el9 2024-09-10T18:51:37.018 INFO:teuthology.task.install:The correct ceph version 17.2.7-1606.g5be57395 is installed. 2024-09-10T18:51:37.020 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:51:37.160 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T18:51:37.186 INFO:teuthology.orchestra.run.smithi173.stdout:17.2.7-1606.g5be57395.el9 2024-09-10T18:51:37.186 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1606.g5be57395.el9 2024-09-10T18:51:37.186 INFO:teuthology.task.install:The correct ceph version 17.2.7-1606.g5be57395 is installed. 2024-09-10T18:51:37.188 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-10T18:51:37.188 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:51:37.189 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T18:51:37.220 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:51:37.220 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T18:51:37.246 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:51:37.246 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T18:51:37.276 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-10T18:51:37.276 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:51:37.276 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T18:51:37.306 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T18:51:37.375 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:51:37.375 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T18:51:37.425 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T18:51:37.490 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:51:37.490 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T18:51:37.520 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T18:51:37.590 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-10T18:51:37.590 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:51:37.590 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T18:51:37.620 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T18:51:37.689 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:51:37.689 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T18:51:37.714 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T18:51:37.779 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:51:37.779 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T18:51:37.809 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T18:51:37.879 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-10T18:51:37.879 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:51:37.879 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T18:51:37.908 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T18:51:37.977 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:51:37.977 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T18:51:38.002 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T18:51:38.066 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:51:38.067 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T18:51:38.096 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T18:51:38.166 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T18:51:38.252 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'], 'sha1': '5be57395ea235535910512ae73ba8e7ff25fe588'} 2024-09-10T18:51:38.253 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:51:38.253 INFO:tasks.cephadm:Cluster fsid is b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:51:38.253 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T18:51:38.253 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.70', 'mon.b': '172.21.15.102', 'mon.c': '172.21.15.173'} 2024-09-10T18:51:38.254 INFO:tasks.cephadm:First mon is mon.a on smithi070 2024-09-10T18:51:38.254 INFO:tasks.cephadm:First mgr is a 2024-09-10T18:51:38.254 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T18:51:38.254 DEBUG:teuthology.orchestra.run.smithi070:> sudo hostname $(hostname -s) 2024-09-10T18:51:38.284 DEBUG:teuthology.orchestra.run.smithi102:> sudo hostname $(hostname -s) 2024-09-10T18:51:38.309 DEBUG:teuthology.orchestra.run.smithi173:> sudo hostname $(hostname -s) 2024-09-10T18:51:38.339 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 5be57395ea235535910512ae73ba8e7ff25fe588)... 2024-09-10T18:51:38.339 DEBUG:teuthology.orchestra.run.smithi070:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 5be57395ea235535910512ae73ba8e7ff25fe588:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:51:38.357 INFO:teuthology.orchestra.run.smithi070.stderr:Cloning into 'testrepo'... 2024-09-10T18:52:35.027 INFO:teuthology.orchestra.run.smithi070.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 10 18:52 /home/ubuntu/cephtest/cephadm 2024-09-10T18:52:35.028 DEBUG:teuthology.orchestra.run.smithi102:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 5be57395ea235535910512ae73ba8e7ff25fe588:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:52:35.047 INFO:teuthology.orchestra.run.smithi102.stderr:Cloning into 'testrepo'... 2024-09-10T18:53:32.757 INFO:teuthology.orchestra.run.smithi102.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 10 18:53 /home/ubuntu/cephtest/cephadm 2024-09-10T18:53:32.758 DEBUG:teuthology.orchestra.run.smithi173:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 5be57395ea235535910512ae73ba8e7ff25fe588:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:53:32.778 INFO:teuthology.orchestra.run.smithi173.stderr:Cloning into 'testrepo'... 2024-09-10T18:54:30.648 INFO:teuthology.orchestra.run.smithi173.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 10 18:54 /home/ubuntu/cephtest/cephadm 2024-09-10T18:54:30.649 DEBUG:teuthology.orchestra.run.smithi070:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:54:30.669 DEBUG:teuthology.orchestra.run.smithi102:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:54:30.690 DEBUG:teuthology.orchestra.run.smithi173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:54:30.719 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 on all hosts... 2024-09-10T18:54:30.719 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 pull 2024-09-10T18:54:30.722 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 pull 2024-09-10T18:54:30.733 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 pull 2024-09-10T18:54:32.177 INFO:teuthology.orchestra.run.smithi070.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588... 2024-09-10T18:54:32.279 INFO:teuthology.orchestra.run.smithi102.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588... 2024-09-10T18:54:34.383 INFO:teuthology.orchestra.run.smithi173.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588... 2024-09-10T18:55:07.364 INFO:teuthology.orchestra.run.smithi102.stdout:{ 2024-09-10T18:55:07.364 INFO:teuthology.orchestra.run.smithi102.stdout: "ceph_version": "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)", 2024-09-10T18:55:07.364 INFO:teuthology.orchestra.run.smithi102.stdout: "image_id": "4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9", 2024-09-10T18:55:07.364 INFO:teuthology.orchestra.run.smithi102.stdout: "repo_digests": [ 2024-09-10T18:55:07.364 INFO:teuthology.orchestra.run.smithi102.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16" 2024-09-10T18:55:07.364 INFO:teuthology.orchestra.run.smithi102.stdout: ] 2024-09-10T18:55:07.364 INFO:teuthology.orchestra.run.smithi102.stdout:} 2024-09-10T18:55:23.668 INFO:teuthology.orchestra.run.smithi070.stdout:{ 2024-09-10T18:55:23.668 INFO:teuthology.orchestra.run.smithi070.stdout: "ceph_version": "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)", 2024-09-10T18:55:23.668 INFO:teuthology.orchestra.run.smithi070.stdout: "image_id": "4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9", 2024-09-10T18:55:23.668 INFO:teuthology.orchestra.run.smithi070.stdout: "repo_digests": [ 2024-09-10T18:55:23.668 INFO:teuthology.orchestra.run.smithi070.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16" 2024-09-10T18:55:23.668 INFO:teuthology.orchestra.run.smithi070.stdout: ] 2024-09-10T18:55:23.669 INFO:teuthology.orchestra.run.smithi070.stdout:} 2024-09-10T18:55:32.845 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2024-09-10T18:55:32.845 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph_version": "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)", 2024-09-10T18:55:32.845 INFO:teuthology.orchestra.run.smithi173.stdout: "image_id": "4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9", 2024-09-10T18:55:32.845 INFO:teuthology.orchestra.run.smithi173.stdout: "repo_digests": [ 2024-09-10T18:55:32.845 INFO:teuthology.orchestra.run.smithi173.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16" 2024-09-10T18:55:32.845 INFO:teuthology.orchestra.run.smithi173.stdout: ] 2024-09-10T18:55:32.845 INFO:teuthology.orchestra.run.smithi173.stdout:} 2024-09-10T18:55:32.864 DEBUG:teuthology.orchestra.run.smithi070:> sudo mkdir -p /etc/ceph 2024-09-10T18:55:32.897 DEBUG:teuthology.orchestra.run.smithi102:> sudo mkdir -p /etc/ceph 2024-09-10T18:55:32.931 DEBUG:teuthology.orchestra.run.smithi173:> sudo mkdir -p /etc/ceph 2024-09-10T18:55:32.959 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 777 /etc/ceph 2024-09-10T18:55:32.987 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 777 /etc/ceph 2024-09-10T18:55:33.018 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 777 /etc/ceph 2024-09-10T18:55:33.042 INFO:tasks.cephadm:Writing seed config... 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T18:55:33.044 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T18:55:33.045 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:55:33.045 DEBUG:teuthology.orchestra.run.smithi070:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T18:55:33.063 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 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 = b5d289b0-6fa5-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-10T18:55:33.063 DEBUG:teuthology.orchestra.run.smithi070:mon.a> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.a.service 2024-09-10T18:55:33.106 DEBUG:teuthology.orchestra.run.smithi070:mgr.a> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.a.service 2024-09-10T18:55:33.149 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T18:55:33.150 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 -v bootstrap --fsid b5d289b0-6fa5-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.70 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:55:33.350 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:55:33.350 INFO:teuthology.orchestra.run.smithi070.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588', '-v', 'bootstrap', '--fsid', 'b5d289b0-6fa5-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.70', '--skip-admin-label'] 2024-09-10T18:55:33.374 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stdout 5.2.2 2024-09-10T18:55:33.374 INFO:teuthology.orchestra.run.smithi070.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-10T18:55:33.374 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying podman|docker is present... 2024-09-10T18:55:33.397 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stdout 5.2.2 2024-09-10T18:55:33.397 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying lvm2 is present... 2024-09-10T18:55:33.397 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying time synchronization is in place... 2024-09-10T18:55:33.405 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T18:55:33.405 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:55:33.412 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T18:55:33.412 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-09-10T18:55:33.419 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout enabled 2024-09-10T18:55:33.425 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout active 2024-09-10T18:55:33.426 INFO:teuthology.orchestra.run.smithi070.stdout:Unit chronyd.service is enabled and running 2024-09-10T18:55:33.426 INFO:teuthology.orchestra.run.smithi070.stdout:Repeating the final host check... 2024-09-10T18:55:33.448 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stdout 5.2.2 2024-09-10T18:55:33.448 INFO:teuthology.orchestra.run.smithi070.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-10T18:55:33.448 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl is present 2024-09-10T18:55:33.448 INFO:teuthology.orchestra.run.smithi070.stdout:lvcreate is present 2024-09-10T18:55:33.455 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T18:55:33.455 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:55:33.464 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T18:55:33.464 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-09-10T18:55:33.468 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout enabled 2024-09-10T18:55:33.475 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout active 2024-09-10T18:55:33.475 INFO:teuthology.orchestra.run.smithi070.stdout:Unit chronyd.service is enabled and running 2024-09-10T18:55:33.476 INFO:teuthology.orchestra.run.smithi070.stdout:Host looks OK 2024-09-10T18:55:33.476 INFO:teuthology.orchestra.run.smithi070.stdout:Cluster fsid: b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:55:33.476 INFO:teuthology.orchestra.run.smithi070.stdout:Acquiring lock 140486799020960 on /run/cephadm/b5d289b0-6fa5-11ef-bcea-c7b262605968.lock 2024-09-10T18:55:33.476 INFO:teuthology.orchestra.run.smithi070.stdout:Lock 140486799020960 acquired on /run/cephadm/b5d289b0-6fa5-11ef-bcea-c7b262605968.lock 2024-09-10T18:55:33.476 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying IP 172.21.15.70 port 3300 ... 2024-09-10T18:55:33.476 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying IP 172.21.15.70 port 6789 ... 2024-09-10T18:55:33.476 INFO:teuthology.orchestra.run.smithi070.stdout:Base mon IP(s) is [172.21.15.70:3300, 172.21.15.70:6789], mon addrv is [v2:172.21.15.70:3300,v1:172.21.15.70:6789] 2024-09-10T18:55:33.480 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.70 metric 100 2024-09-10T18:55:33.480 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.70 metric 100 2024-09-10T18:55:33.482 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-10T18:55:33.482 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-10T18:55:33.483 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-10T18:55:33.486 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-10T18:55:33.486 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-10T18:55:33.486 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T18:55:33.486 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-10T18:55:33.486 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d3e7/64 scope link noprefixroute 2024-09-10T18:55:33.487 INFO:teuthology.orchestra.run.smithi070.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T18:55:33.489 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.0/20` 2024-09-10T18:55:33.490 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.0/20` 2024-09-10T18:55:33.490 INFO:teuthology.orchestra.run.smithi070.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-10T18:55:33.490 INFO:teuthology.orchestra.run.smithi070.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-10T18:55:33.490 INFO:teuthology.orchestra.run.smithi070.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588... 2024-09-10T18:55:33.874 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stdout 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 2024-09-10T18:55:33.875 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588... 2024-09-10T18:55:33.875 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stderr Getting image source signatures 2024-09-10T18:55:33.875 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stderr Copying blob sha256:5df13064c03763eb21a89b455ab82ba4ec435f51a3f340cae76514aaf2996d4c 2024-09-10T18:55:33.875 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-10T18:55:33.875 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stderr Copying config sha256:4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 2024-09-10T18:55:33.875 INFO:teuthology.orchestra.run.smithi070.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-10T18:55:34.811 INFO:teuthology.orchestra.run.smithi070.stdout:ceph: stdout ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable) 2024-09-10T18:55:34.811 INFO:teuthology.orchestra.run.smithi070.stdout:Ceph version: ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable) 2024-09-10T18:55:34.811 INFO:teuthology.orchestra.run.smithi070.stdout:Extracting ceph user uid/gid from container image... 2024-09-10T18:55:35.766 INFO:teuthology.orchestra.run.smithi070.stdout:stat: stdout 167 167 2024-09-10T18:55:35.766 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial keys... 2024-09-10T18:55:36.704 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQAoluBmIBBCCBAAeN+x7uCnYSjacdf47Os27A== 2024-09-10T18:55:41.519 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQApluBmyEsTBBAA7VeYpAmasanad1G5LtdUAA== 2024-09-10T18:55:48.026 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQAwluBmIsDqJxAAyrK+X8M3ljGnL2BSnR2tMQ== 2024-09-10T18:55:48.026 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial monmap... 2024-09-10T18:55:48.958 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T18:55:48.958 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2024-09-10T18:55:48.958 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:55:48.958 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T18:55:48.958 INFO:teuthology.orchestra.run.smithi070.stdout:monmaptool for a [v2:172.21.15.70:3300,v1:172.21.15.70:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T18:55:48.958 INFO:teuthology.orchestra.run.smithi070.stdout:setting min_mon_release = octopus 2024-09-10T18:55:48.958 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: set fsid to b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:55:48.959 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T18:55:48.959 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:55:48.959 INFO:teuthology.orchestra.run.smithi070.stdout:Creating mon... 2024-09-10T18:55:50.166 INFO:teuthology.orchestra.run.smithi070.stdout:create mon.a on 2024-09-10T18:55:50.371 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-10T18:55:50.512 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-10T18:55:50.667 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968.target. 2024-09-10T18:55:50.667 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968.target. 2024-09-10T18:55:50.840 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:55:50.840 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-10T18:55:50.996 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968.target.wants/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.a.service → /etc/systemd/system/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@.service. 2024-09-10T18:55:51.514 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:51 smithi070 ceph-mon[29201]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:55:51.528 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T18:55:51.528 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout disabled 2024-09-10T18:55:51.535 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T18:55:51.535 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-09-10T18:55:51.535 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld.service is not enabled 2024-09-10T18:55:51.535 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T18:55:51.536 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mon to start... 2024-09-10T18:55:51.536 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mon... 2024-09-10T18:55:51.765 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:51 smithi070 bash[29163]: c13074db4c0b92a055bfa2561984e6a833993d73904dba5f10cc90eeb8f4aa65 2024-09-10T18:55:51.765 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:51 smithi070 systemd[1]: Started Ceph mon.a for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:55:52.663 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:52 smithi070 ceph-mon[29201]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:55:52.663 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:52 smithi070 ceph-mon[29201]: monmap e1: 1 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:52.663 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:52 smithi070 ceph-mon[29201]: fsmap 2024-09-10T18:55:52.663 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:52 smithi070 ceph-mon[29201]: osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:55:52.663 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:52 smithi070 ceph-mon[29201]: mgrmap e1: no daemons active 2024-09-10T18:55:52.663 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:52 smithi070 ceph-mon[29201]: from='client.? 172.21.15.70:0/4140351147' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout cluster: 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout id: b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout services: 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.599831s) 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:55:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout data: 2024-09-10T18:55:52.668 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-10T18:55:52.668 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-10T18:55:52.668 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T18:55:52.668 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout pgs: 2024-09-10T18:55:52.668 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:55:52.668 INFO:teuthology.orchestra.run.smithi070.stdout:mon is available 2024-09-10T18:55:52.668 INFO:teuthology.orchestra.run.smithi070.stdout:Assimilating anything we can from ceph.conf... 2024-09-10T18:55:54.974 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:54 smithi070 ceph-mon[29201]: from='client.? 172.21.15.70:0/4029785669' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-10T18:55:54.974 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:54 smithi070 ceph-mon[29201]: from='client.? 172.21.15.70:0/4029785669' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T18:55:55.212 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:55:55.212 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T18:55:55.212 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout fsid = b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:55:55.212 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T18:55:55.212 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.70:3300,v1:172.21.15.70:6789] 2024-09-10T18:55:55.212 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T18:55:55.213 INFO:teuthology.orchestra.run.smithi070.stdout:Generating new minimal ceph.conf... 2024-09-10T18:55:55.973 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:55 smithi070 ceph-mon[29201]: from='client.? 172.21.15.70:0/4040182037' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:56.268 INFO:teuthology.orchestra.run.smithi070.stdout:Restarting the monitor... 2024-09-10T18:55:56.537 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:56 smithi070 systemd[1]: Stopping Ceph mon.a for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T18:55:56.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:56 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a[29178]: 2024-09-10T18:55:56.534+0000 7f3a84daf640 -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-10T18:55:56.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:56 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a[29178]: 2024-09-10T18:55:56.534+0000 7f3a84daf640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T18:55:56.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:56 smithi070 podman[29535]: 2024-09-10 18:55:56.597420326 +0000 UTC m=+0.154847789 container died c13074db4c0b92a055bfa2561984e6a833993d73904dba5f10cc90eeb8f4aa65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True) 2024-09-10T18:55:57.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:56 smithi070 podman[29535]: 2024-09-10 18:55:56.949682026 +0000 UTC m=+0.507109478 container cleanup c13074db4c0b92a055bfa2561984e6a833993d73904dba5f10cc90eeb8f4aa65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-10T18:55:57.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:56 smithi070 bash[29535]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a 2024-09-10T18:55:57.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 podman[29553]: 2024-09-10 18:55:57.100522906 +0000 UTC m=+0.500834402 container remove c13074db4c0b92a055bfa2561984e6a833993d73904dba5f10cc90eeb8f4aa65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:55:57.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-10T18:55:57.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 systemd[1]: Stopped Ceph mon.a for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:55:57.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 systemd[1]: Starting Ceph mon.a for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T18:55:57.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 podman[29647]: 2024-09-10 18:55:57.501424066 +0000 UTC m=+0.101924891 container create 7e2011eb742b18ba3ba0e7189e7cc1f61762c01fc80fb99d0a832969ab32584b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True) 2024-09-10T18:55:57.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 podman[29647]: 2024-09-10 18:55:57.415527914 +0000 UTC m=+0.016028745 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:57.783 INFO:teuthology.orchestra.run.smithi070.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-10T18:55:57.999 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 podman[29647]: 2024-09-10 18:55:57.695257942 +0000 UTC m=+0.295758767 container init 7e2011eb742b18ba3ba0e7189e7cc1f61762c01fc80fb99d0a832969ab32584b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-10T18:55:57.999 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 podman[29647]: 2024-09-10 18:55:57.699917025 +0000 UTC m=+0.300417850 container start 7e2011eb742b18ba3ba0e7189e7cc1f61762c01fc80fb99d0a832969ab32584b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-10T18:55:57.999 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:55:57.999 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 7 2024-09-10T18:55:57.999 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: pidfile_write: ignore empty --pid-file 2024-09-10T18:55:57.999 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: load: jerasure load: lrc 2024-09-10T18:55:57.999 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: RocksDB version: 6.15.5 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Compile date Sep 9 2024 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: DB SUMMARY 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: DB Session ID: MJDH0NJI0HWYC3KDL193 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: CURRENT file: CURRENT 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82860 ; 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.error_if_exists: 0 2024-09-10T18:55:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.create_if_missing: 0 2024-09-10T18:55:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.paranoid_checks: 1 2024-09-10T18:55:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T18:55:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.env: 0x555d1e36c440 2024-09-10T18:55:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.fs: Posix File System 2024-09-10T18:55:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.info_log: 0x555d1fec2ec0 2024-09-10T18:55:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:55:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.statistics: (nil) 2024-09-10T18:55:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.use_fsync: 0 2024-09-10T18:55:58.002 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_log_file_size: 0 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.allow_fallocate: 1 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.use_direct_reads: 0 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.db_log_dir: 2024-09-10T18:55:58.003 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.write_buffer_manager: 0x555d1ff807e0 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:55:58.004 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.unordered_write: 0 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.row_cache: None 2024-09-10T18:55:58.005 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.wal_filter: None 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.preserve_deletes: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.two_write_queues: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.atomic_flush: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.log_readahead_size: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T18:55:58.006 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_background_jobs: 2 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_background_compactions: -1 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_subcompactions: 1 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:55:58.007 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_open_files: -1 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_background_flushes: -1 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Compression algorithms supported: 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: kZSTD supported: 0 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: kXpressCompression supported: 0 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: kBZip2Compression supported: 0 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: kLZ4Compression supported: 1 2024-09-10T18:55:58.008 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: kZlibCompression supported: 1 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: kSnappyCompression supported: 1 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.merge_operator: 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_filter: None 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:55:58.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555d1fe69a38) 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: cache_index_and_filter_blocks: 1 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: pin_top_level_index_and_filter: 1 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: index_type: 0 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: data_block_index_type: 0 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: index_shortening: 1 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: hash_index_allow_collision: 1 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: checksum: 1 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: no_block_cache: 0 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: block_cache: 0x555d1fe9f1f0 2024-09-10T18:55:58.010 INFO:journalctl@ceph.mon.a.smithi070.stdout: block_cache_name: BinnedLRUCache 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: block_cache_options: 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: capacity : 536870912 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: num_shard_bits : 4 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: strict_capacity_limit : 0 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: high_pri_pool_ratio: 0.000 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: block_cache_compressed: (nil) 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: persistent_cache: (nil) 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: block_size: 4096 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: block_size_deviation: 10 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: block_restart_interval: 16 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: index_block_restart_interval: 1 2024-09-10T18:55:58.011 INFO:journalctl@ceph.mon.a.smithi070.stdout: metadata_block_size: 4096 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: partition_filters: 0 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: use_delta_encoding: 1 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: whole_key_filtering: 1 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: verify_compression: 0 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: read_amp_bytes_per_bit: 0 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: format_version: 4 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: enable_index_compression: 1 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout: block_align: 0 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compression: NoCompression 2024-09-10T18:55:58.012 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.num_levels: 7 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T18:55:58.013 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:55:58.014 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:55:58.015 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:55:58.016 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.inplace_update_support: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.bloom_locality: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.max_successive_merges: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.ttl: 2592000 2024-09-10T18:55:58.017 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.enable_blob_files: false 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.min_blob_size: 0 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/version_set.cc:4082] Creating manifest 13 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725994557723201, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2024-09-10T18:55:58.018 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725994557723929, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79590, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77822, "index_size": 230, "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": 9759, "raw_average_key_size": 47, "raw_value_size": 72229, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1725994557, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "4ba58348-d2db-4f35-9c13-c4dd7df5f66f", "db_session_id": "MJDH0NJI0HWYC3KDL193"}} 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/version_set.cc:4082] Creating manifest 15 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725994557724269, "job": 1, "event": "recovery_finished"} 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x555d1fed2700 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: DB pointer 0x555d1fea2000 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout: ** DB Stats ** 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.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-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:55:58.019 INFO:journalctl@ceph.mon.a.smithi070.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-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: ** Compaction Stats [default] ** 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.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 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: L0 2/0 79.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: Sum 2/0 79.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.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 152.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.stdout: ** Compaction Stats [default] ** 2024-09-10T18:55:58.020 INFO:journalctl@ceph.mon.a.smithi070.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 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.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 152.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: Cumulative compaction: 0.00 GB write, 25.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: Interval compaction: 0.00 GB write, 25.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.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-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:55:58.021 INFO:journalctl@ceph.mon.a.smithi070.stdout: 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: ** Compaction Stats [default] ** 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.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 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: L0 2/0 79.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: Sum 2/0 79.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: ** Compaction Stats [default] ** 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.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 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.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 152.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:55:58.022 INFO:journalctl@ceph.mon.a.smithi070.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:55:58.023 INFO:journalctl@ceph.mon.a.smithi070.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:55:58.023 INFO:journalctl@ceph.mon.a.smithi070.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:55:58.023 INFO:journalctl@ceph.mon.a.smithi070.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:55:58.023 INFO:journalctl@ceph.mon.a.smithi070.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:55:58.023 INFO:journalctl@ceph.mon.a.smithi070.stdout: Cumulative compaction: 0.00 GB write, 25.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:55:58.023 INFO:journalctl@ceph.mon.a.smithi070.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:55:58.023 INFO:journalctl@ceph.mon.a.smithi070.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-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout: 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: starting mon.a rank 0 at public addrs [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] at bind addrs [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a@-1(???) e1 preinit fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a@-1(???).mds e1 new map 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a@-1(???).mds e1 print_map 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout: e1 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.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} 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout: legacy client fscid: -1 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout: 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout: No filesystems configured 2024-09-10T18:55:58.024 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 bash[29647]: 7e2011eb742b18ba3ba0e7189e7cc1f61762c01fc80fb99d0a832969ab32584b 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 systemd[1]: Started Ceph mon.a for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: monmap e1: 1 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: fsmap 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:55:58.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:57 smithi070 ceph-mon[29685]: mgrmap e1: no daemons active 2024-09-10T18:55:58.796 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-10T18:55:58.796 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:55:58.796 INFO:teuthology.orchestra.run.smithi070.stdout:Creating mgr... 2024-09-10T18:55:58.797 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-10T18:55:58.797 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-10T18:55:58.970 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.a 2024-09-10T18:55:58.971 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.a.service: Unit ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.a.service not loaded. 2024-09-10T18:55:59.125 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968.target.wants/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@.service. 2024-09-10T18:55:59.275 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 systemd[1]: Starting Ceph mgr.a for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T18:55:59.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:55:59 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1514043097' entity='client.admin' 2024-09-10T18:55:59.540 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 podman[29924]: 2024-09-10 18:55:59.253027898 +0000 UTC m=+0.015352499 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:59.540 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 podman[29924]: 2024-09-10 18:55:59.3939986 +0000 UTC m=+0.156323198 container create 509c09620caba46eb40f590b37c227bd6cc72ccec393d3f66f5c16e127e58676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:55:59.761 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T18:55:59.761 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout disabled 2024-09-10T18:55:59.768 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T18:55:59.768 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-09-10T18:55:59.768 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld.service is not enabled 2024-09-10T18:55:59.768 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T18:55:59.777 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T18:55:59.777 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout disabled 2024-09-10T18:55:59.785 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T18:55:59.785 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-09-10T18:55:59.785 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld.service is not enabled 2024-09-10T18:55:59.785 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-10T18:55:59.785 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr to start... 2024-09-10T18:55:59.785 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr... 2024-09-10T18:55:59.908 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 podman[29924]: 2024-09-10 18:55:59.63848801 +0000 UTC m=+0.400812610 container init 509c09620caba46eb40f590b37c227bd6cc72ccec393d3f66f5c16e127e58676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-09-10T18:55:59.908 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 podman[29924]: 2024-09-10 18:55:59.643345374 +0000 UTC m=+0.405669973 container start 509c09620caba46eb40f590b37c227bd6cc72ccec393d3f66f5c16e127e58676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True) 2024-09-10T18:55:59.909 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 bash[29924]: 509c09620caba46eb40f590b37c227bd6cc72ccec393d3f66f5c16e127e58676 2024-09-10T18:55:59.909 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 systemd[1]: Started Ceph mgr.a for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:55:59.909 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:55:59.754+0000 7f254a36cec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:55:59.909 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:55:59.814+0000 7f254a36cec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:55:59.909 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:55:59 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:55:59.879+0000 7f254a36cec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:56:00.176 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:00 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:00.003+0000 7f254a36cec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:56:00.176 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:00 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:00.146+0000 7f254a36cec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:56:00.479 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:00 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2139703682' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:56:00.479 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:00 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:00.418+0000 7f254a36cec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:56:00.479 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:00 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:00.477+0000 7f254a36cec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:56:00.789 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:00 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:00.642+0000 7f254a36cec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:56:00.830 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "b5d289b0-6fa5-11ef-bcea-c7b262605968", 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:56:00.836 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:56:00.837 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:56:00.838 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:56:00.839 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T18:55:51.451432+0000", 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:56:00.840 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:00.841 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:56:00.841 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-09-10T18:56:00.841 INFO:teuthology.orchestra.run.smithi070.stdout:mgr not available, waiting (1/15)... 2024-09-10T18:56:01.790 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:01 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:01.480+0000 7f254a36cec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:56:01.790 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:01 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:01.543+0000 7f254a36cec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:56:02.530 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.242+0000 7f254a36cec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:56:02.530 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.352+0000 7f254a36cec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:56:02.530 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.470+0000 7f254a36cec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:56:02.790 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.528+0000 7f254a36cec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:56:02.790 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.652+0000 7f254a36cec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:56:02.790 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.717+0000 7f254a36cec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:56:02.790 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.774+0000 7f254a36cec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:56:03.185 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.911+0000 7f254a36cec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:56:03.185 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:02 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:02.974+0000 7f254a36cec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:56:03.185 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:03 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:03.040+0000 7f254a36cec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:56:03.185 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:03 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:03.124+0000 7f254a36cec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:56:03.185 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:03 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:03.183+0000 7f254a36cec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:56:03.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:03 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/4058961602' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:56:03.540 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:03 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:03.242+0000 7f254a36cec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:56:03.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "b5d289b0-6fa5-11ef-bcea-c7b262605968", 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-09-10T18:56:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:56:03.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:56:03.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:56:03.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:56:03.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:56:03.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:56:03.928 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:03.928 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:56:03.928 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:56:03.928 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:56:03.928 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:56:03.928 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:56:03.928 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:56:03.929 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T18:55:51.451432+0000", 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-09-10T18:56:03.930 INFO:teuthology.orchestra.run.smithi070.stdout:mgr not available, waiting (2/15)... 2024-09-10T18:56:04.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:04.002+0000 7f254a36cec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:56:04.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: Activating manager daemon a 2024-09-10T18:56:04.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: mgrmap e2: a(active, starting, since 0.00274684s) 2024-09-10T18:56:04.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:04.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:04.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:04.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:04.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-10T18:56:04.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: Manager daemon a is now available 2024-09-10T18:56:04.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:04.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:04.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' 2024-09-10T18:56:04.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' 2024-09-10T18:56:04.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:04 smithi070 ceph-mon[29685]: from='mgr.14100 172.21.15.70:0/2515295631' entity='mgr.a' 2024-09-10T18:56:06.262 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:06 smithi070 ceph-mon[29685]: mgrmap e3: a(active, since 1.00609s) 2024-09-10T18:56:07.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:07 smithi070 ceph-mon[29685]: mgrmap e4: a(active, since 2s) 2024-09-10T18:56:07.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:07 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3790691460' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:56:07.131 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:56:07.131 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-09-10T18:56:07.131 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "b5d289b0-6fa5-11ef-bcea-c7b262605968", 2024-09-10T18:56:07.131 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T18:56:07.131 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:56:07.131 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:56:07.132 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:56:07.133 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:56:07.134 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T18:55:51.451432+0000", 2024-09-10T18:56:07.135 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:56:07.136 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-09-10T18:56:07.136 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:56:07.136 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-09-10T18:56:07.136 INFO:teuthology.orchestra.run.smithi070.stdout:mgr is available 2024-09-10T18:56:08.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:56:08.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T18:56:08.250 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout fsid = b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T18:56:08.251 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling cephadm module... 2024-09-10T18:56:08.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:08 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3385830174' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-10T18:56:08.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:08 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3385830174' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T18:56:09.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2910700186' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-10T18:56:09.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: ignoring --setuser ceph since I am not root 2024-09-10T18:56:09.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: ignoring --setgroup ceph since I am not root 2024-09-10T18:56:09.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:09.139+0000 7f12f2fc2ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:56:09.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:09.194+0000 7f12f2fc2ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:56:09.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:09.257+0000 7f12f2fc2ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:56:09.686 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:09.383+0000 7f12f2fc2ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:56:09.686 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:09.519+0000 7f12f2fc2ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:56:09.937 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:09.778+0000 7f12f2fc2ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:56:09.937 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:09 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:09.839+0000 7f12f2fc2ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:56:10.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:10 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:10.007+0000 7f12f2fc2ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:56:10.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:10 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2910700186' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T18:56:10.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:10 smithi070 ceph-mon[29685]: mgrmap e5: a(active, since 5s) 2024-09-10T18:56:10.909 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:10 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:10.866+0000 7f12f2fc2ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:56:10.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-09-10T18:56:10.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-10T18:56:10.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:56:10.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-10T18:56:10.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T18:56:10.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-09-10T18:56:10.912 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for the mgr to restart... 2024-09-10T18:56:10.912 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr epoch 5... 2024-09-10T18:56:11.165 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:11 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3876373371' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-10T18:56:11.165 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:10 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:10.934+0000 7f12f2fc2ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:56:11.937 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:11 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:11.648+0000 7f12f2fc2ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:56:11.937 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:11 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:11.758+0000 7f12f2fc2ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:56:11.937 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:11 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:11.877+0000 7f12f2fc2ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:56:11.937 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:11 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:11.935+0000 7f12f2fc2ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:56:12.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.061+0000 7f12f2fc2ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:56:12.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.126+0000 7f12f2fc2ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:56:12.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.183+0000 7f12f2fc2ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:56:12.579 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.316+0000 7f12f2fc2ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:56:12.579 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.378+0000 7f12f2fc2ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:56:12.579 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.441+0000 7f12f2fc2ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:56:12.579 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.521+0000 7f12f2fc2ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:56:12.579 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.577+0000 7f12f2fc2ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:56:13.039 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:12 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:12.634+0000 7f12f2fc2ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:56:13.789 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:13.367+0000 7f12f2fc2ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:56:13.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: Active manager daemon a restarted 2024-09-10T18:56:13.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: Activating manager daemon a 2024-09-10T18:56:13.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: osdmap e2: 0 total, 0 up, 0 in 2024-09-10T18:56:13.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: mgrmap e6: a(active, starting, since 0.00306221s) 2024-09-10T18:56:13.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:13.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-10T18:56:13.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: Manager daemon a is now available 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:13.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:13 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:14.672 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-mon[29685]: Found migration_current of "None". Setting to last migration. 2024-09-10T18:56:14.673 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-mon[29685]: mgrmap e7: a(active, since 1.00522s) 2024-09-10T18:56:14.673 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:14.519+0000 7f12a53b0640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:56:14] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:14.673 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: Traceback (most recent call last): 2024-09-10T18:56:14.673 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:14.673 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:14.673 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:14.673 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: self._run(expiration_interval) 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: s = self.context.wrap_socket( 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: return self.sslsocket_class._create( 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: self.do_handshake() 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:14.674 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: self._sslobj.do_handshake() 2024-09-10T18:56:14.675 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:14.675 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:14 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:14.960 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-09-10T18:56:14.960 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-10T18:56:14.960 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T18:56:14.960 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-09-10T18:56:14.960 INFO:teuthology.orchestra.run.smithi070.stdout:mgr epoch 5 is available 2024-09-10T18:56:14.961 INFO:teuthology.orchestra.run.smithi070.stdout:Setting orchestrator backend to cephadm... 2024-09-10T18:56:15.589 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:15 smithi070 ceph-mon[29685]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T18:56:15.589 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:15 smithi070 ceph-mon[29685]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T18:56:15.589 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:15 smithi070 ceph-mon[29685]: [10/Sep/2024:18:56:14] ENGINE Bus STARTING 2024-09-10T18:56:15.589 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:15 smithi070 ceph-mon[29685]: [10/Sep/2024:18:56:14] ENGINE Serving on https://172.21.15.70:7150 2024-09-10T18:56:15.589 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:15 smithi070 ceph-mon[29685]: [10/Sep/2024:18:56:14] ENGINE Bus STARTED 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:15 smithi070 ceph-mon[29685]: [10/Sep/2024:18:56:14] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: Traceback (most recent call last): 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: self._connections.run(self.expiration_interval) 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: self._run(expiration_interval) 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: s = self.context.wrap_socket( 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:15.590 INFO:journalctl@ceph.mon.a.smithi070.stdout: return self.sslsocket_class._create( 2024-09-10T18:56:15.591 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:15.591 INFO:journalctl@ceph.mon.a.smithi070.stdout: self.do_handshake() 2024-09-10T18:56:15.591 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:15.591 INFO:journalctl@ceph.mon.a.smithi070.stdout: self._sslobj.do_handshake() 2024-09-10T18:56:15.591 INFO:journalctl@ceph.mon.a.smithi070.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:15.591 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:15 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:15.591 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:15 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:16.762 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:16 smithi070 ceph-mon[29685]: mgrmap e8: a(active, since 2s) 2024-09-10T18:56:16.763 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:16 smithi070 ceph-mon[29685]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:16.763 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:16 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:16.763 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:16 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:17.312 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-10T18:56:17.312 INFO:teuthology.orchestra.run.smithi070.stdout:Generating ssh key... 2024-09-10T18:56:17.712 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:17 smithi070 ceph-mon[29685]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: Generating public/private rsa key pair. 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: Your identification has been saved in /tmp/tmpw47yuogc/key 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: Your public key has been saved in /tmp/tmpw47yuogc/key.pub 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: The key fingerprint is: 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: SHA256:SBfS3Ukz7CFbQs4s9Qs2eqIWioyp8v26E2rYQKzNCDc ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: The key's randomart image is: 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: +---[RSA 3072]----+ 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: | ...oo++. | 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: | ..*+.*o | 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: |. . o B*.. | 2024-09-10T18:56:18.374 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: |.oE . o +.o.. | 2024-09-10T18:56:18.375 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: |+= . o S . . | 2024-09-10T18:56:18.375 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: |++o... o o | 2024-09-10T18:56:18.375 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: |o+o...o | 2024-09-10T18:56:18.375 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: |+ +... | 2024-09-10T18:56:18.375 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: |oo. +=. | 2024-09-10T18:56:18.375 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: +----[SHA256]-----+ 2024-09-10T18:56:18.733 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-mon[29685]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:18.733 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-mon[29685]: Generating ssh key... 2024-09-10T18:56:18.733 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:18.734 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:18 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:19.740 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx7cyqunEPsFrkbCqeyLcZCdUc8VDu4PA5RzE0HJxgf20K3zrEvSqBcQFeNt4gcmh0ogHNAJiNth6qP00j6xa7dqMkg71/OMuyAjfFcr7rwDNGMPV0zhtlwhvL3oGdcB/VbUsZ3qFYnf/iKbSrd+UYBPw90CBTd9GU1PB8WkeKQijF1/PNj7S8gZjo6FAAlkhoSFYQ/FSoK256vnc73hZDqvyVdmlIc0hM9padStfaSxXXsiRC9WdkNXLKBH9M1H89mQMSjK0FZvdeNscGqLb+Z6rAERKMh3BO65fznNoSXxs/7Lo90dVAwfjuv9/BCMvHVBRg+o999kD1+Y/uLmoucUior13iaVZ1/Tbq1OhK0BeMNcI1xdQEMwecvMT/uW7JO1nxdRUpCLf5J65Q3o0UZC/LI8ye2NUYsgHHqoDTf8wlOpceNi/7e2NBnVOzb7edzWJi4reFweeAfT79c8JjriANfRghu74KYiVdw+neBFMvddcOwBRr88qrKTHZQ1M= ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:56:19.741 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-10T18:56:19.741 INFO:teuthology.orchestra.run.smithi070.stdout:Adding key to root@localhost authorized_keys... 2024-09-10T18:56:19.745 INFO:teuthology.orchestra.run.smithi070.stdout:Adding host smithi070... 2024-09-10T18:56:20.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:20 smithi070 ceph-mon[29685]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:21.136 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:21 smithi070 ceph-mon[29685]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "addr": "172.21.15.70", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:22.331 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:22 smithi070 ceph-mon[29685]: Deploying cephadm binary to smithi070 2024-09-10T18:56:23.565 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Added host 'smithi070' with addr '172.21.15.70' 2024-09-10T18:56:23.565 INFO:teuthology.orchestra.run.smithi070.stdout:Deploying unmanaged mon service... 2024-09-10T18:56:24.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:24 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:24.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:24 smithi070 ceph-mon[29685]: Added host smithi070 2024-09-10T18:56:24.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:24 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:24.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-10T18:56:24.915 INFO:teuthology.orchestra.run.smithi070.stdout:Deploying unmanaged mgr service... 2024-09-10T18:56:25.477 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:25 smithi070 ceph-mon[29685]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:25.477 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:25 smithi070 ceph-mon[29685]: Saving service mon spec with placement count:5 2024-09-10T18:56:25.478 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:25 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:26.424 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-10T18:56:26.789 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:26 smithi070 ceph-mon[29685]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:26.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:26 smithi070 ceph-mon[29685]: Saving service mgr spec with placement count:2 2024-09-10T18:56:26.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:26 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:28.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:27 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/360067541' entity='client.admin' 2024-09-10T18:56:28.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:27 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:28.972 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling the dashboard module... 2024-09-10T18:56:29.789 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:29 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:29 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3663416041' entity='client.admin' 2024-09-10T18:56:30.560 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2076309140' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-10T18:56:30.561 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-mon[29685]: from='mgr.14118 172.21.15.70:0/687543248' entity='mgr.a' 2024-09-10T18:56:30.561 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: ignoring --setuser ceph since I am not root 2024-09-10T18:56:30.561 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: ignoring --setgroup ceph since I am not root 2024-09-10T18:56:30.561 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:30.441+0000 7f6c712ffec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:56:30.561 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:30.500+0000 7f6c712ffec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:56:30.853 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:30.567+0000 7f6c712ffec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:56:30.853 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:30.713+0000 7f6c712ffec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:56:30.853 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:30 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:30.851+0000 7f6c712ffec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:56:31.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:31 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2076309140' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T18:56:31.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:31 smithi070 ceph-mon[29685]: mgrmap e9: a(active, since 16s) 2024-09-10T18:56:31.391 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:31 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:31.116+0000 7f6c712ffec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:56:31.391 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:31 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:31.180+0000 7f6c712ffec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:56:31.391 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:31 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:31.346+0000 7f6c712ffec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:56:32.180 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-09-10T18:56:32.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-10T18:56:32.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:56:32.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-10T18:56:32.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T18:56:32.181 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-09-10T18:56:32.181 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for the mgr to restart... 2024-09-10T18:56:32.181 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr epoch 9... 2024-09-10T18:56:32.442 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:32 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3674297027' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-10T18:56:32.442 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:32 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:32.207+0000 7f6c712ffec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:56:32.442 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:32 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:32.273+0000 7f6c712ffec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:56:33.105 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:32 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:32.994+0000 7f6c712ffec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:56:33.105 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.104+0000 7f6c712ffec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:56:33.407 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.223+0000 7f6c712ffec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:56:33.407 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.282+0000 7f6c712ffec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:56:33.671 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.411+0000 7f6c712ffec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:56:33.671 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.479+0000 7f6c712ffec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:56:33.671 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.536+0000 7f6c712ffec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:56:33.671 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.669+0000 7f6c712ffec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:56:33.936 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.733+0000 7f6c712ffec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:56:33.936 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.798+0000 7f6c712ffec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:56:33.936 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.877+0000 7f6c712ffec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:56:33.936 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.934+0000 7f6c712ffec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:56:34.289 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:33 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:33.991+0000 7f6c712ffec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:56:35.040 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:34.732+0000 7f6c712ffec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:56:35.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: Active manager daemon a restarted 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: Activating manager daemon a 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: osdmap e3: 0 total, 0 up, 0 in 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: mgrmap e10: a(active, starting, since 0.00318979s) 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: Manager daemon a is now available 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:35.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:34 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:36.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:35.936+0000 7f6c21e5c640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:56:35] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:36.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: Traceback (most recent call last): 2024-09-10T18:56:36.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:36.290 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: self._run(expiration_interval) 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: s = self.context.wrap_socket( 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: return self.sslsocket_class._create( 2024-09-10T18:56:36.291 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:36.292 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: self.do_handshake() 2024-09-10T18:56:36.292 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:36.292 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: self._sslobj.do_handshake() 2024-09-10T18:56:36.292 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:36.292 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 18:56:35 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T18:56:36.577 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-09-10T18:56:36.577 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-10T18:56:36.577 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T18:56:36.578 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-09-10T18:56:36.578 INFO:teuthology.orchestra.run.smithi070.stdout:mgr epoch 9 is available 2024-09-10T18:56:36.578 INFO:teuthology.orchestra.run.smithi070.stdout:Generating a dashboard self-signed certificate... 2024-09-10T18:56:36.829 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:36 smithi070 ceph-mon[29685]: mgrmap e11: a(active, since 1.00577s) 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:36 smithi070 ceph-mon[29685]: [10/Sep/2024:18:56:35] ENGINE Bus STARTING 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:36 smithi070 ceph-mon[29685]: [10/Sep/2024:18:56:35] ENGINE Serving on https://172.21.15.70:7150 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:36 smithi070 ceph-mon[29685]: [10/Sep/2024:18:56:35] ENGINE Bus STARTED 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:36 smithi070 ceph-mon[29685]: [10/Sep/2024:18:56:35] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout: Traceback (most recent call last): 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout: self._connections.run(self.expiration_interval) 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout: self._run(expiration_interval) 2024-09-10T18:56:36.830 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: s = self.context.wrap_socket( 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: return self.sslsocket_class._create( 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: self.do_handshake() 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: self._sslobj.do_handshake() 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:36.831 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:36.832 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:38.229 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:37 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:38.230 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:37 smithi070 ceph-mon[29685]: mgrmap e12: a(active, since 2s) 2024-09-10T18:56:38.230 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:37 smithi070 ceph-mon[29685]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:38.230 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:37 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:38.230 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:37 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:38.457 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-10T18:56:38.457 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial admin user... 2024-09-10T18:56:40.290 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$OUIkm5NSC7mmNGkfaXL54u40vzXLxyZa8q4flp7Pf07TDqyoJCoZW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725994599, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T18:56:40.290 INFO:teuthology.orchestra.run.smithi070.stdout:Fetching dashboard port number... 2024-09-10T18:56:40.925 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:40 smithi070 ceph-mon[29685]: from='client.14164 -' 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-10T18:56:40.925 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:41.438 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 8443 2024-09-10T18:56:41.448 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T18:56:41.448 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout disabled 2024-09-10T18:56:41.455 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T18:56:41.455 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-09-10T18:56:41.455 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld.service is not enabled 2024-09-10T18:56:41.456 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-10T18:56:41.457 INFO:teuthology.orchestra.run.smithi070.stdout:Ceph Dashboard is now available at: 2024-09-10T18:56:41.457 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:41.457 INFO:teuthology.orchestra.run.smithi070.stdout: URL: https://smithi070.front.sepia.ceph.com:8443/ 2024-09-10T18:56:41.457 INFO:teuthology.orchestra.run.smithi070.stdout: User: admin 2024-09-10T18:56:41.457 INFO:teuthology.orchestra.run.smithi070.stdout: Password: n40dyceom5 2024-09-10T18:56:41.457 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:41.458 INFO:teuthology.orchestra.run.smithi070.stdout:Saving cluster configuration to /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config directory 2024-09-10T18:56:41.458 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling autotune for osd_memory_target 2024-09-10T18:56:42.039 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:41 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2185339195' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-10T18:56:42.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:42 smithi070 ceph-mon[29685]: mgrmap e13: a(active, since 6s) 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout:Or, if you are only running a single cluster on this host: 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:43.884 INFO:teuthology.orchestra.run.smithi070.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-10T18:56:43.885 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:43.885 INFO:teuthology.orchestra.run.smithi070.stdout: ceph telemetry on 2024-09-10T18:56:43.885 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:43.885 INFO:teuthology.orchestra.run.smithi070.stdout:For more information see: 2024-09-10T18:56:43.885 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:43.885 INFO:teuthology.orchestra.run.smithi070.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-10T18:56:43.885 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:43.885 INFO:teuthology.orchestra.run.smithi070.stdout:Bootstrap complete. 2024-09-10T18:56:43.925 INFO:tasks.cephadm:Fetching config... 2024-09-10T18:56:43.926 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:56:43.926 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T18:56:43.942 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T18:56:43.942 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:56:43.942 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T18:56:43.997 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T18:56:43.998 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:56:43.998 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-10T18:56:44.063 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T18:56:44.063 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:56:44.063 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T18:56:44.118 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T18:56:44.119 DEBUG:teuthology.orchestra.run.smithi070:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx7cyqunEPsFrkbCqeyLcZCdUc8VDu4PA5RzE0HJxgf20K3zrEvSqBcQFeNt4gcmh0ogHNAJiNth6qP00j6xa7dqMkg71/OMuyAjfFcr7rwDNGMPV0zhtlwhvL3oGdcB/VbUsZ3qFYnf/iKbSrd+UYBPw90CBTd9GU1PB8WkeKQijF1/PNj7S8gZjo6FAAlkhoSFYQ/FSoK256vnc73hZDqvyVdmlIc0hM9padStfaSxXXsiRC9WdkNXLKBH9M1H89mQMSjK0FZvdeNscGqLb+Z6rAERKMh3BO65fznNoSXxs/7Lo90dVAwfjuv9/BCMvHVBRg+o999kD1+Y/uLmoucUior13iaVZ1/Tbq1OhK0BeMNcI1xdQEMwecvMT/uW7JO1nxdRUpCLf5J65Q3o0UZC/LI8ye2NUYsgHHqoDTf8wlOpceNi/7e2NBnVOzb7edzWJi4reFweeAfT79c8JjriANfRghu74KYiVdw+neBFMvddcOwBRr88qrKTHZQ1M= ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:56:44.192 INFO:teuthology.orchestra.run.smithi070.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx7cyqunEPsFrkbCqeyLcZCdUc8VDu4PA5RzE0HJxgf20K3zrEvSqBcQFeNt4gcmh0ogHNAJiNth6qP00j6xa7dqMkg71/OMuyAjfFcr7rwDNGMPV0zhtlwhvL3oGdcB/VbUsZ3qFYnf/iKbSrd+UYBPw90CBTd9GU1PB8WkeKQijF1/PNj7S8gZjo6FAAlkhoSFYQ/FSoK256vnc73hZDqvyVdmlIc0hM9padStfaSxXXsiRC9WdkNXLKBH9M1H89mQMSjK0FZvdeNscGqLb+Z6rAERKMh3BO65fznNoSXxs/7Lo90dVAwfjuv9/BCMvHVBRg+o999kD1+Y/uLmoucUior13iaVZ1/Tbq1OhK0BeMNcI1xdQEMwecvMT/uW7JO1nxdRUpCLf5J65Q3o0UZC/LI8ye2NUYsgHHqoDTf8wlOpceNi/7e2NBnVOzb7edzWJi4reFweeAfT79c8JjriANfRghu74KYiVdw+neBFMvddcOwBRr88qrKTHZQ1M= ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:56:44.203 DEBUG:teuthology.orchestra.run.smithi102:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx7cyqunEPsFrkbCqeyLcZCdUc8VDu4PA5RzE0HJxgf20K3zrEvSqBcQFeNt4gcmh0ogHNAJiNth6qP00j6xa7dqMkg71/OMuyAjfFcr7rwDNGMPV0zhtlwhvL3oGdcB/VbUsZ3qFYnf/iKbSrd+UYBPw90CBTd9GU1PB8WkeKQijF1/PNj7S8gZjo6FAAlkhoSFYQ/FSoK256vnc73hZDqvyVdmlIc0hM9padStfaSxXXsiRC9WdkNXLKBH9M1H89mQMSjK0FZvdeNscGqLb+Z6rAERKMh3BO65fznNoSXxs/7Lo90dVAwfjuv9/BCMvHVBRg+o999kD1+Y/uLmoucUior13iaVZ1/Tbq1OhK0BeMNcI1xdQEMwecvMT/uW7JO1nxdRUpCLf5J65Q3o0UZC/LI8ye2NUYsgHHqoDTf8wlOpceNi/7e2NBnVOzb7edzWJi4reFweeAfT79c8JjriANfRghu74KYiVdw+neBFMvddcOwBRr88qrKTHZQ1M= ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:56:44.248 INFO:teuthology.orchestra.run.smithi102.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx7cyqunEPsFrkbCqeyLcZCdUc8VDu4PA5RzE0HJxgf20K3zrEvSqBcQFeNt4gcmh0ogHNAJiNth6qP00j6xa7dqMkg71/OMuyAjfFcr7rwDNGMPV0zhtlwhvL3oGdcB/VbUsZ3qFYnf/iKbSrd+UYBPw90CBTd9GU1PB8WkeKQijF1/PNj7S8gZjo6FAAlkhoSFYQ/FSoK256vnc73hZDqvyVdmlIc0hM9padStfaSxXXsiRC9WdkNXLKBH9M1H89mQMSjK0FZvdeNscGqLb+Z6rAERKMh3BO65fznNoSXxs/7Lo90dVAwfjuv9/BCMvHVBRg+o999kD1+Y/uLmoucUior13iaVZ1/Tbq1OhK0BeMNcI1xdQEMwecvMT/uW7JO1nxdRUpCLf5J65Q3o0UZC/LI8ye2NUYsgHHqoDTf8wlOpceNi/7e2NBnVOzb7edzWJi4reFweeAfT79c8JjriANfRghu74KYiVdw+neBFMvddcOwBRr88qrKTHZQ1M= ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:56:44.261 DEBUG:teuthology.orchestra.run.smithi173:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx7cyqunEPsFrkbCqeyLcZCdUc8VDu4PA5RzE0HJxgf20K3zrEvSqBcQFeNt4gcmh0ogHNAJiNth6qP00j6xa7dqMkg71/OMuyAjfFcr7rwDNGMPV0zhtlwhvL3oGdcB/VbUsZ3qFYnf/iKbSrd+UYBPw90CBTd9GU1PB8WkeKQijF1/PNj7S8gZjo6FAAlkhoSFYQ/FSoK256vnc73hZDqvyVdmlIc0hM9padStfaSxXXsiRC9WdkNXLKBH9M1H89mQMSjK0FZvdeNscGqLb+Z6rAERKMh3BO65fznNoSXxs/7Lo90dVAwfjuv9/BCMvHVBRg+o999kD1+Y/uLmoucUior13iaVZ1/Tbq1OhK0BeMNcI1xdQEMwecvMT/uW7JO1nxdRUpCLf5J65Q3o0UZC/LI8ye2NUYsgHHqoDTf8wlOpceNi/7e2NBnVOzb7edzWJi4reFweeAfT79c8JjriANfRghu74KYiVdw+neBFMvddcOwBRr88qrKTHZQ1M= ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:56:44.311 INFO:teuthology.orchestra.run.smithi173.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx7cyqunEPsFrkbCqeyLcZCdUc8VDu4PA5RzE0HJxgf20K3zrEvSqBcQFeNt4gcmh0ogHNAJiNth6qP00j6xa7dqMkg71/OMuyAjfFcr7rwDNGMPV0zhtlwhvL3oGdcB/VbUsZ3qFYnf/iKbSrd+UYBPw90CBTd9GU1PB8WkeKQijF1/PNj7S8gZjo6FAAlkhoSFYQ/FSoK256vnc73hZDqvyVdmlIc0hM9padStfaSxXXsiRC9WdkNXLKBH9M1H89mQMSjK0FZvdeNscGqLb+Z6rAERKMh3BO65fznNoSXxs/7Lo90dVAwfjuv9/BCMvHVBRg+o999kD1+Y/uLmoucUior13iaVZ1/Tbq1OhK0BeMNcI1xdQEMwecvMT/uW7JO1nxdRUpCLf5J65Q3o0UZC/LI8ye2NUYsgHHqoDTf8wlOpceNi/7e2NBnVOzb7edzWJi4reFweeAfT79c8JjriANfRghu74KYiVdw+neBFMvddcOwBRr88qrKTHZQ1M= ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:56:44.324 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-10T18:56:44.434 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:44 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1382075573' entity='client.admin' 2024-09-10T18:56:44.567 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:56:47.549 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-10T18:56:47.549 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-10T18:56:47.784 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:56:47.789 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:47.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:47.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:56:47.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:47.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:47.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:47.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2032597070' entity='client.admin' 2024-09-10T18:56:47.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:47.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:50.074 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi102 2024-09-10T18:56:50.074 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:56:50.074 DEBUG:teuthology.orchestra.run.smithi102:> dd of=/etc/ceph/ceph.conf 2024-09-10T18:56:50.093 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:56:50.093 DEBUG:teuthology.orchestra.run.smithi102:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:56:50.152 INFO:tasks.cephadm:Adding host smithi102 to orchestrator... 2024-09-10T18:56:50.152 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch host add smithi102 2024-09-10T18:56:50.395 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: Updating smithi070:/etc/ceph/ceph.conf 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: Updating smithi070:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:56:50.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: Updating smithi070:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T18:56:50.628 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:50.628 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:50.628 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:50 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:52.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:52 smithi070 ceph-mon[29685]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi102", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:53.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:53 smithi070 ceph-mon[29685]: Deploying cephadm binary to smithi102 2024-09-10T18:56:54.515 INFO:teuthology.orchestra.run.smithi070.stdout:Added host 'smithi102' with addr '172.21.15.102' 2024-09-10T18:56:55.113 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T18:56:55.348 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:56:55.731 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:55.731 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:55 smithi070 ceph-mon[29685]: Added host smithi102 2024-09-10T18:56:55.731 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:55.732 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:55 smithi070 ceph-mon[29685]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:56:55.732 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:55.732 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:56.914 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:56:56.915 INFO:teuthology.orchestra.run.smithi070.stdout:[{"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}, {"addr": "172.21.15.102", "hostname": "smithi102", "labels": [], "status": ""}] 2024-09-10T18:56:57.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:56 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:56:57.540 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi173 2024-09-10T18:56:57.541 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:56:57.541 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.conf 2024-09-10T18:56:57.560 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:56:57.560 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:56:57.618 INFO:tasks.cephadm:Adding host smithi173 to orchestrator... 2024-09-10T18:56:57.619 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch host add smithi173 2024-09-10T18:56:57.854 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:56:58.168 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:57 smithi070 ceph-mon[29685]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:56:58.168 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:57 smithi070 ceph-mon[29685]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:57:00.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:00.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:00.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:00.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:00.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi102", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:57:00.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:00.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:00.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: Updating smithi102:/etc/ceph/ceph.conf 2024-09-10T18:57:00.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:00.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: Updating smithi102:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:00.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: Updating smithi102:/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:57:00.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: Updating smithi102:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T18:57:00.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:00.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:00.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:56:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:01.039 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:00 smithi070 ceph-mon[29685]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:01.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:00 smithi070 ceph-mon[29685]: Deploying cephadm binary to smithi173 2024-09-10T18:57:02.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:01 smithi070 ceph-mon[29685]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:02.104 INFO:teuthology.orchestra.run.smithi070.stdout:Added host 'smithi173' with addr '172.21.15.173' 2024-09-10T18:57:02.652 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T18:57:02.887 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:57:03.247 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:03 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:03.247 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:03 smithi070 ceph-mon[29685]: Added host smithi173 2024-09-10T18:57:03.247 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:03 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:03.247 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:03 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:03.247 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:03 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:04.210 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:04 smithi070 ceph-mon[29685]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:04.210 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:04 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:04.575 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:57:04.575 INFO:teuthology.orchestra.run.smithi070.stdout:[{"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}, {"addr": "172.21.15.102", "hostname": "smithi102", "labels": [], "status": ""}, {"addr": "172.21.15.173", "hostname": "smithi173", "labels": [], "status": ""}] 2024-09-10T18:57:05.164 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T18:57:05.165 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T18:57:05.400 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:57:06.464 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:06 smithi070 ceph-mon[29685]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:57:06.464 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:06 smithi070 ceph-mon[29685]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:07.285 INFO:teuthology.orchestra.run.smithi070.stderr:adjusted tunables profile to default 2024-09-10T18:57:07.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:07.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:07.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:07.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:07.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:57:07.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:07.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:07.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: Updating smithi173:/etc/ceph/ceph.conf 2024-09-10T18:57:07.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1125976792' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-10T18:57:07.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:07.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:07.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:07.784 INFO:tasks.cephadm:Adding mon.a on smithi070 2024-09-10T18:57:07.784 INFO:tasks.cephadm:Adding mon.b on smithi102 2024-09-10T18:57:07.784 INFO:tasks.cephadm:Adding mon.c on smithi173 2024-09-10T18:57:07.784 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch apply mon '3;smithi070:172.21.15.70=a;smithi102:172.21.15.102=b;smithi173:172.21.15.173=c' 2024-09-10T18:57:08.024 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:08 smithi070 ceph-mon[29685]: Updating smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:08 smithi070 ceph-mon[29685]: Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:57:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:08 smithi070 ceph-mon[29685]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:08 smithi070 ceph-mon[29685]: Updating smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T18:57:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:08 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1125976792' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T18:57:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:08 smithi070 ceph-mon[29685]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:57:09.739 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mon update... 2024-09-10T18:57:10.391 DEBUG:teuthology.orchestra.run.smithi102:mon.b> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.b.service 2024-09-10T18:57:10.394 DEBUG:teuthology.orchestra.run.smithi173:mon.c> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.c.service 2024-09-10T18:57:10.396 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T18:57:10.397 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:57:10.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:10 smithi070 ceph-mon[29685]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:10.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:10 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:10.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:10 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:10.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:10 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:10.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:10 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:10.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:10 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:10.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:10 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:10.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:10 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:11.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:11 smithi070 ceph-mon[29685]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi102:172.21.15.102=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:11.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:11 smithi070 ceph-mon[29685]: Saving service mon spec with placement smithi070:172.21.15.70=a;smithi102:172.21.15.102=b;smithi173:172.21.15.173=c;count:3 2024-09-10T18:57:11.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:11 smithi070 ceph-mon[29685]: Deploying daemon mon.c on smithi173 2024-09-10T18:57:12.095 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:12.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:12 smithi070 ceph-mon[29685]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:14.287 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:57:14.288 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"b5d289b0-6fa5-11ef-bcea-c7b262605968","modified":"2024-09-10T18:55:48.428818Z","created":"2024-09-10T18:55:48.428818Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:57:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2024-09-10T18:57:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:14 smithi070 ceph-mon[29685]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:14 smithi070 ceph-mon[29685]: from='client.? 172.21.15.173:0/2009717783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:57:14.864 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:14 smithi173 systemd[1]: Started Ceph mon.c for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:57:16.239 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T18:57:16.240 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:57:16.520 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T18:57:20.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:57:20.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: mon.a calling monitor election 2024-09-10T18:57:20.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:20.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: mon.c calling monitor election 2024-09-10T18:57:20.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: monmap e2: 2 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: fsmap 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:57:20.042 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: mgrmap e13: a(active, since 44s) 2024-09-10T18:57:20.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: overall HEALTH_OK 2024-09-10T18:57:20.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:20.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:20.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:20.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:20.043 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:20.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:57:20.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: mon.a calling monitor election 2024-09-10T18:57:20.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:20.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: mon.c calling monitor election 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: monmap e2: 2 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: fsmap 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:57:20.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: mgrmap e13: a(active, since 44s) 2024-09-10T18:57:20.188 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: overall HEALTH_OK 2024-09-10T18:57:20.188 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:20.188 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:20.188 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:20.188 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:20.188 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:21.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:20 smithi070 ceph-mon[29685]: Deploying daemon mon.b on smithi102 2024-09-10T18:57:21.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:20 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:21.190 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:20 smithi173 ceph-mon[32978]: Deploying daemon mon.b on smithi102 2024-09-10T18:57:21.190 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:20 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:21.215 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:57:21.215 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":2,"fsid":"b5d289b0-6fa5-11ef-bcea-c7b262605968","modified":"2024-09-10T18:57:14.656475Z","created":"2024-09-10T18:55:48.428818Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:3300","nonce":0},{"type":"v1","addr":"172.21.15.173:6789","nonce":0}]},"addr":"172.21.15.173:6789/0","public_addr":"172.21.15.173:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-10T18:57:21.215 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 2 2024-09-10T18:57:21.834 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:21 smithi173 ceph-mon[32978]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:21.835 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:21 smithi173 ceph-mon[32978]: from='client.? 172.21.15.173:0/3212267096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:57:22.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:21 smithi070 ceph-mon[29685]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:22.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:21 smithi070 ceph-mon[29685]: from='client.? 172.21.15.173:0/3212267096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:57:22.859 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T18:57:22.860 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:57:23.106 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T18:57:23.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 podman[32956]: 2024-09-10 18:57:23.095334973 +0000 UTC m=+0.120678280 container create 3160dd1f948a35994ad6988d3b8071cd7f4cdd484b3ae9ab2478b5208a8df77d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-b, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=) 2024-09-10T18:57:23.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 podman[32956]: 2024-09-10 18:57:23.297508275 +0000 UTC m=+0.322851544 container init 3160dd1f948a35994ad6988d3b8071cd7f4cdd484b3ae9ab2478b5208a8df77d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-b, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-10T18:57:23.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 podman[32956]: 2024-09-10 18:57:23.301898109 +0000 UTC m=+0.327241367 container start 3160dd1f948a35994ad6988d3b8071cd7f4cdd484b3ae9ab2478b5208a8df77d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-b, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 7 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pidfile_write: ignore empty --pid-file 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: load: jerasure load: lrc 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: RocksDB version: 6.15.5 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Compile date Sep 9 2024 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: DB SUMMARY 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: DB Session ID: IG0G14NNWL1YK5KUI3R2 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: CURRENT file: CURRENT 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-09-10T18:57:23.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.error_if_exists: 0 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.create_if_missing: 0 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.paranoid_checks: 1 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.env: 0x55ed29819440 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.fs: Posix File System 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.info_log: 0x55ed2bc3aec0 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:57:23.645 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.statistics: (nil) 2024-09-10T18:57:23.647 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.use_fsync: 0 2024-09-10T18:57:23.647 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_log_file_size: 0 2024-09-10T18:57:23.647 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:57:23.647 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:57:23.647 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:57:23.647 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:57:23.647 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.allow_fallocate: 1 2024-09-10T18:57:23.647 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.use_direct_reads: 0 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.db_log_dir: 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:57:23.648 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.write_buffer_manager: 0x55ed2bcf8780 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:57:23.649 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.unordered_write: 0 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.row_cache: None 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.wal_filter: None 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.preserve_deletes: 0 2024-09-10T18:57:23.650 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.two_write_queues: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.atomic_flush: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.log_readahead_size: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T18:57:23.651 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_background_jobs: 2 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_background_compactions: -1 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_subcompactions: 1 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:57:23.652 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_open_files: -1 2024-09-10T18:57:23.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:57:23.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:57:23.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:57:23.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:57:23.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_background_flushes: -1 2024-09-10T18:57:23.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Compression algorithms supported: 2024-09-10T18:57:23.656 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: kZSTD supported: 0 2024-09-10T18:57:23.656 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: kXpressCompression supported: 0 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: kBZip2Compression supported: 0 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: kLZ4Compression supported: 1 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: kZlibCompression supported: 1 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: kSnappyCompression supported: 1 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2024-09-10T18:57:23.657 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.merge_operator: 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_filter: None 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ed2bbe1a38) 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout: cache_index_and_filter_blocks: 1 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:57:23.658 INFO:journalctl@ceph.mon.b.smithi102.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: pin_top_level_index_and_filter: 1 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: index_type: 0 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: data_block_index_type: 0 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: index_shortening: 1 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: hash_index_allow_collision: 1 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: checksum: 1 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: no_block_cache: 0 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: block_cache: 0x55ed2bc171f0 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: block_cache_name: BinnedLRUCache 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: block_cache_options: 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: capacity : 536870912 2024-09-10T18:57:23.659 INFO:journalctl@ceph.mon.b.smithi102.stdout: num_shard_bits : 4 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: strict_capacity_limit : 0 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: high_pri_pool_ratio: 0.000 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: block_cache_compressed: (nil) 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: persistent_cache: (nil) 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: block_size: 4096 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: block_size_deviation: 10 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: block_restart_interval: 16 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: index_block_restart_interval: 1 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: metadata_block_size: 4096 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: partition_filters: 0 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: use_delta_encoding: 1 2024-09-10T18:57:23.660 INFO:journalctl@ceph.mon.b.smithi102.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout: whole_key_filtering: 1 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout: verify_compression: 0 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout: read_amp_bytes_per_bit: 0 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout: format_version: 4 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout: enable_index_compression: 1 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout: block_align: 0 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compression: NoCompression 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:57:23.661 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.num_levels: 7 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:57:23.662 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:57:23.663 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:57:23.664 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T18:57:23.665 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.inplace_update_support: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.bloom_locality: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.max_successive_merges: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.ttl: 2592000 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:57:23.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.enable_blob_files: false 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.min_blob_size: 0 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/version_set.cc:4082] Creating manifest 7 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725994643326088, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725994643326384, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1696, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1725994643, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "45b1d0aa-2e16-4036-80ca-c91033c36d8f", "db_session_id": "IG0G14NNWL1YK5KUI3R2"}} 2024-09-10T18:57:23.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/version_set.cc:4082] Creating manifest 9 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725994643326686, "job": 1, "event": "recovery_finished"} 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55ed2bc4a700 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: DB pointer 0x55ed2bc1a000 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout: ** DB Stats ** 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.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-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:57:23.668 INFO:journalctl@ceph.mon.b.smithi102.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-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: ** Compaction Stats [default] ** 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.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 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: L0 1/0 1.66 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: Sum 1/0 1.66 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.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 5.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: ** Compaction Stats [default] ** 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.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 2024-09-10T18:57:23.669 INFO:journalctl@ceph.mon.b.smithi102.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.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 5.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.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-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:57:23.670 INFO:journalctl@ceph.mon.b.smithi102.stdout: 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: ** Compaction Stats [default] ** 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.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 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: L0 1/0 1.66 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: Sum 1/0 1.66 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: ** Compaction Stats [default] ** 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.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 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.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 5.7 0.00 0.00 1 0.000 0 0 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:57:23.671 INFO:journalctl@ceph.mon.b.smithi102.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout: Cumulative compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.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-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout: 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: using public_addr v2:172.21.15.102:0/0 -> [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: starting mon.b rank -1 at public addrs [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] at bind addrs [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:57:23.672 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(???) e0 preinit fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).mds e1 new map 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout: e1 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.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} 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout: legacy client fscid: -1 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout: 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout: No filesystems configured 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: 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-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T18:57:23.673 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.674 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: Updating smithi173:/etc/ceph/ceph.conf 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/1125976792' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: Updating smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: Updating smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T18:57:23.675 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/1125976792' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T18:57:23.676 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:57:23.676 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.676 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.676 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:23.676 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:23.676 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:23.676 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi102:172.21.15.102=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: Saving service mon spec with placement smithi070:172.21.15.70=a;smithi102:172.21.15.102=b;smithi173:172.21.15.173=c;count:3 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: Deploying daemon mon.c on smithi173 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='client.? 172.21.15.173:0/2009717783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:57:23.677 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.a calling monitor election 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.c calling monitor election 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:57:23.678 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: monmap e2: 2 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:57:23.679 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: fsmap 2024-09-10T18:57:23.679 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:57:23.679 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mgrmap e13: a(active, since 44s) 2024-09-10T18:57:23.679 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: overall HEALTH_OK 2024-09-10T18:57:23.679 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.679 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: Deploying daemon mon.b on smithi102 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: from='client.? 172.21.15.173:0/3212267096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 ceph-mon[32994]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 bash[32956]: 3160dd1f948a35994ad6988d3b8071cd7f4cdd484b3ae9ab2478b5208a8df77d 2024-09-10T18:57:23.680 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:23 smithi102 systemd[1]: Started Ceph mon.b for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:57:28.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: mon.a calling monitor election 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: mon.c calling monitor election 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: mon.b calling monitor election 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.687 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: monmap e3: 3 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: fsmap 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: mgrmap e13: a(active, since 53s) 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: overall HEALTH_OK 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.688 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:57:28.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: mon.a calling monitor election 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: mon.c calling monitor election 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: mon.b calling monitor election 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: monmap e3: 3 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: fsmap 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: mgrmap e13: a(active, since 53s) 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: overall HEALTH_OK 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:57:28.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: mon.a calling monitor election 2024-09-10T18:57:28.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: mon.c calling monitor election 2024-09-10T18:57:28.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: mon.b calling monitor election 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: monmap e3: 3 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: fsmap 2024-09-10T18:57:28.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:57:28.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: mgrmap e13: a(active, since 53s) 2024-09-10T18:57:28.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: overall HEALTH_OK 2024-09-10T18:57:28.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:28.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:29.270 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-09-10T18:57:29.271 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":3,"fsid":"b5d289b0-6fa5-11ef-bcea-c7b262605968","modified":"2024-09-10T18:57:23.350725Z","created":"2024-09-10T18:55:48.428818Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:3300","nonce":0},{"type":"v1","addr":"172.21.15.173:6789","nonce":0}]},"addr":"172.21.15.173:6789/0","public_addr":"172.21.15.173:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:3300","nonce":0},{"type":"v1","addr":"172.21.15.102:6789","nonce":0}]},"addr":"172.21.15.102:6789/0","public_addr":"172.21.15.102:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-10T18:57:29.271 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 3 2024-09-10T18:57:29.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:29 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:29.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:29 smithi173 ceph-mon[32978]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:29.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:29 smithi173 ceph-mon[32978]: from='client.? 172.21.15.173:0/468233485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:57:29.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:29 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:29.789 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:29 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:29 smithi070 ceph-mon[29685]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:29 smithi070 ceph-mon[29685]: from='client.? 172.21.15.173:0/468233485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:57:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:29 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:29.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:29 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:29.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:29 smithi102 ceph-mon[32994]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:29.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:29 smithi102 ceph-mon[32994]: from='client.? 172.21.15.173:0/468233485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:57:29.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:29 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:57:30.182 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T18:57:30.182 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T18:57:30.752 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: Updating smithi070:/etc/ceph/ceph.conf 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: Updating smithi102:/etc/ceph/ceph.conf 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: Updating smithi173:/etc/ceph/ceph.conf 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: Updating smithi070:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: Updating smithi102:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: Updating smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:30.754 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:30 smithi070 ceph-mon[29685]: Reconfiguring daemon mon.a on smithi070 2024-09-10T18:57:30.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: Updating smithi070:/etc/ceph/ceph.conf 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: Updating smithi102:/etc/ceph/ceph.conf 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: Updating smithi173:/etc/ceph/ceph.conf 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: Updating smithi070:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: Updating smithi102:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: Updating smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:57:30.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:30.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:30.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:30.895 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:30 smithi102 ceph-mon[32994]: Reconfiguring daemon mon.a on smithi070 2024-09-10T18:57:30.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: Updating smithi070:/etc/ceph/ceph.conf 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: Updating smithi102:/etc/ceph/ceph.conf 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: Updating smithi173:/etc/ceph/ceph.conf 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: Updating smithi070:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: Updating smithi102:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: Updating smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:30.938 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:30 smithi173 ceph-mon[32978]: Reconfiguring daemon mon.a on smithi070 2024-09-10T18:57:31.075 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:57:31.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:31 smithi070 ceph-mon[29685]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:31.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:31 smithi102 ceph-mon[32994]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:31.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:31 smithi173 ceph-mon[32978]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:32.953 INFO:teuthology.orchestra.run.smithi070.stdout:# minimal ceph.conf for b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:57:32.953 INFO:teuthology.orchestra.run.smithi070.stdout:[global] 2024-09-10T18:57:32.953 INFO:teuthology.orchestra.run.smithi070.stdout: fsid = b5d289b0-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:57:32.953 INFO:teuthology.orchestra.run.smithi070.stdout: mon_host = [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] 2024-09-10T18:57:32.954 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:32 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:32.954 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:32 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:32.954 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:32 smithi070 ceph-mon[29685]: Reconfiguring mon.b (monmap changed)... 2024-09-10T18:57:32.954 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:32 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:32.954 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:32 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:32.954 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:32 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:32.954 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:32 smithi070 ceph-mon[29685]: Reconfiguring daemon mon.b on smithi102 2024-09-10T18:57:33.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:32 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:33.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:32 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:33.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:32 smithi102 ceph-mon[32994]: Reconfiguring mon.b (monmap changed)... 2024-09-10T18:57:33.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:32 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:33.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:32 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:33.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:32 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:33.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:32 smithi102 ceph-mon[32994]: Reconfiguring daemon mon.b on smithi102 2024-09-10T18:57:33.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:32 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:33.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:32 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:33.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:32 smithi173 ceph-mon[32978]: Reconfiguring mon.b (monmap changed)... 2024-09-10T18:57:33.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:32 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:33.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:32 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:33.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:32 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:33.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:32 smithi173 ceph-mon[32978]: Reconfiguring daemon mon.b on smithi102 2024-09-10T18:57:33.565 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T18:57:33.565 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:57:33.565 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:57:33.592 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:57:33.592 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:57:33.657 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:57:33.657 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:57:33.690 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:57:33.692 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:57:33.758 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:57:33.758 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:57:33.785 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:57:33.785 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:57:33.850 INFO:tasks.cephadm:Adding mgr.a on smithi070 2024-09-10T18:57:33.850 INFO:tasks.cephadm:Adding mgr.b on smithi102 2024-09-10T18:57:33.850 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi070=a;smithi102=b' 2024-09-10T18:57:34.264 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:34.265 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:34.265 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:34.265 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: Reconfiguring mon.c (monmap changed)... 2024-09-10T18:57:34.265 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:34.265 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:34.265 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:34.265 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: Reconfiguring daemon mon.c on smithi173 2024-09-10T18:57:34.265 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:33 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/3732169629' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:34.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:34.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:34.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:34.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: Reconfiguring mon.c (monmap changed)... 2024-09-10T18:57:34.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:34.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:34.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:34.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: Reconfiguring daemon mon.c on smithi173 2024-09-10T18:57:34.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:33 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3732169629' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:34.358 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: Reconfiguring mon.c (monmap changed)... 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: Reconfiguring daemon mon.c on smithi173 2024-09-10T18:57:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:33 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/3732169629' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:35.503 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:35.504 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:35.504 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:35.504 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:35.504 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:35.504 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:35.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:35.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:35.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:35.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:35.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:35.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:35.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:35.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:35.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:35.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:35.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:35.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:36.152 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mgr update... 2024-09-10T18:57:36.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:36.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:36.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:36.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:36.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:36.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:36.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:57:36.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:57:36.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:57:36.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:36 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:57:36.591 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:36 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:36.761 DEBUG:teuthology.orchestra.run.smithi102:mgr.b> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.b.service 2024-09-10T18:57:36.764 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T18:57:36.764 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-10T18:57:36.764 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:57:36.783 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-10T18:57:36.783 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_1 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:57:36.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:57:36.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:36 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:36.808 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:57:36.809 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:36.809 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-10T18:57:36.809 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:36.809 INFO:teuthology.orchestra.run.smithi070.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:36.810 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-09-10 18:56:44.703389754 +0000 2024-09-10T18:57:36.810 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-09-10 18:49:09.573421660 +0000 2024-09-10T18:57:36.810 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-09-10 18:49:09.573421660 +0000 2024-09-10T18:57:36.810 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: 2024-09-10 18:49:09.573421660 +0000 2024-09-10T18:57:36.810 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:57:36.876 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-09-10T18:57:36.876 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-09-10T18:57:36.876 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000126211 s, 4.1 MB/s 2024-09-10T18:57:36.878 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:57:36.936 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_2 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-09-10 18:56:44.729388952 +0000 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-09-10 18:49:09.572421842 +0000 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-09-10 18:49:09.572421842 +0000 2024-09-10T18:57:36.995 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: 2024-09-10 18:49:09.572421842 +0000 2024-09-10T18:57:36.996 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:57:37.063 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-09-10T18:57:37.063 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-09-10T18:57:37.063 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000151486 s, 3.4 MB/s 2024-09-10T18:57:37.065 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:57:37.124 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_3 2024-09-10T18:57:37.182 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:57:37.182 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:37.182 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-10T18:57:37.182 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:37.182 INFO:teuthology.orchestra.run.smithi070.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:37.183 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-09-10 18:56:44.755388151 +0000 2024-09-10T18:57:37.183 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-09-10 18:49:09.572421842 +0000 2024-09-10T18:57:37.183 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-09-10 18:49:09.572421842 +0000 2024-09-10T18:57:37.183 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: 2024-09-10 18:49:09.572421842 +0000 2024-09-10T18:57:37.183 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:57:37.248 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-09-10T18:57:37.248 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-09-10T18:57:37.248 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.00011482 s, 4.5 MB/s 2024-09-10T18:57:37.249 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:57:37.308 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_4 2024-09-10T18:57:37.365 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:57:37.365 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:37.365 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 960 Links: 1 2024-09-10T18:57:37.366 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:37.366 INFO:teuthology.orchestra.run.smithi070.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:37.366 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-09-10 18:56:44.780387380 +0000 2024-09-10T18:57:37.366 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-09-10 18:49:09.571422025 +0000 2024-09-10T18:57:37.366 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-09-10 18:49:09.571422025 +0000 2024-09-10T18:57:37.366 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: 2024-09-10 18:49:09.571422025 +0000 2024-09-10T18:57:37.366 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:57:37.431 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-09-10T18:57:37.431 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-09-10T18:57:37.431 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000121451 s, 4.2 MB/s 2024-09-10T18:57:37.433 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:57:37.445 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:37 smithi102 ceph-mon[32994]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:37.445 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:37 smithi102 ceph-mon[32994]: Saving service mgr spec with placement smithi070=a;smithi102=b;count:2 2024-09-10T18:57:37.445 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:37 smithi102 ceph-mon[32994]: Deploying daemon mgr.b on smithi102 2024-09-10T18:57:37.491 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-10T18:57:37.491 DEBUG:teuthology.orchestra.run.smithi102:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:57:37.507 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-10T18:57:37.507 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_1 2024-09-10T18:57:37.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:37 smithi070 ceph-mon[29685]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:37.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:37 smithi070 ceph-mon[29685]: Saving service mgr spec with placement smithi070=a;smithi102=b;count:2 2024-09-10T18:57:37.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:37 smithi070 ceph-mon[29685]: Deploying daemon mgr.b on smithi102 2024-09-10T18:57:37.562 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:57:37.562 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:37.562 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-10T18:57:37.562 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:37.562 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:37.563 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-09-10 18:57:37.554803210 +0000 2024-09-10T18:57:37.563 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:37.563 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:37.563 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:37.563 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:57:37.628 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-09-10T18:57:37.628 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-09-10T18:57:37.628 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.00019148 s, 2.7 MB/s 2024-09-10T18:57:37.630 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:57:37.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:37 smithi173 ceph-mon[32978]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:37.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:37 smithi173 ceph-mon[32978]: Saving service mgr spec with placement smithi070=a;smithi102=b;count:2 2024-09-10T18:57:37.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:37 smithi173 ceph-mon[32978]: Deploying daemon mgr.b on smithi102 2024-09-10T18:57:37.687 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_2 2024-09-10T18:57:37.742 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:57:37.742 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:37.742 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-10T18:57:37.742 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:37.742 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:37.742 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-09-10 18:57:37.738799337 +0000 2024-09-10T18:57:37.742 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:37.742 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:37.743 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:37.743 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:57:37.807 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-09-10T18:57:37.807 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-09-10T18:57:37.807 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000206398 s, 2.5 MB/s 2024-09-10T18:57:37.808 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:57:37.864 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_3 2024-09-10T18:57:37.920 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:57:37.920 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:37.920 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-10T18:57:37.920 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:37.920 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:37.920 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-09-10 18:57:37.738799337 +0000 2024-09-10T18:57:37.921 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-09-10 18:49:09.955440414 +0000 2024-09-10T18:57:37.921 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-09-10 18:49:09.955440414 +0000 2024-09-10T18:57:37.921 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: 2024-09-10 18:49:09.955440414 +0000 2024-09-10T18:57:37.921 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:57:37.984 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-09-10T18:57:37.984 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-09-10T18:57:37.984 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000244347 s, 2.1 MB/s 2024-09-10T18:57:37.986 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:57:38.042 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_4 2024-09-10T18:57:38.057 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 podman[34331]: 2024-09-10 18:57:37.929462817 +0000 UTC m=+0.016264309 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:57:38.057 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 podman[34331]: 2024-09-10 18:57:38.056157753 +0000 UTC m=+0.142959276 container create 2b13a8d58acd138df8ebe43699070f888954bfc39c4144c5b8c785a8166168b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-10T18:57:38.071 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:57:38.071 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:38.071 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-10T18:57:38.071 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:38.071 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:38.071 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-09-10 18:57:37.739799316 +0000 2024-09-10T18:57:38.071 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:38.071 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:38.072 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: 2024-09-10 18:49:09.953440456 +0000 2024-09-10T18:57:38.072 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:57:38.134 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-09-10T18:57:38.135 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-09-10T18:57:38.135 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000253032 s, 2.0 MB/s 2024-09-10T18:57:38.136 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:57:38.192 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-09-10T18:57:38.193 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:57:38.212 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-10T18:57:38.213 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_1 2024-09-10T18:57:38.271 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:57:38.271 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:38.271 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-10T18:57:38.271 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:38.272 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:38.272 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-09-10 18:57:13.538786678 +0000 2024-09-10T18:57:38.272 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-09-10 18:49:09.091556154 +0000 2024-09-10T18:57:38.272 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-09-10 18:49:09.091556154 +0000 2024-09-10T18:57:38.272 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: 2024-09-10 18:49:09.091556154 +0000 2024-09-10T18:57:38.272 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:57:38.319 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 podman[34331]: 2024-09-10 18:57:38.291744183 +0000 UTC m=+0.378545664 container init 2b13a8d58acd138df8ebe43699070f888954bfc39c4144c5b8c785a8166168b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-10T18:57:38.319 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 podman[34331]: 2024-09-10 18:57:38.29655206 +0000 UTC m=+0.383353542 container start 2b13a8d58acd138df8ebe43699070f888954bfc39c4144c5b8c785a8166168b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:57:38.340 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-09-10T18:57:38.340 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-09-10T18:57:38.340 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000302923 s, 1.7 MB/s 2024-09-10T18:57:38.342 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:57:38.400 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_2 2024-09-10T18:57:38.458 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:57:38.458 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:38.458 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-10T18:57:38.458 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:38.459 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:38.459 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-09-10 18:57:13.539786656 +0000 2024-09-10T18:57:38.459 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-09-10 18:49:09.091556154 +0000 2024-09-10T18:57:38.459 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-09-10 18:49:09.091556154 +0000 2024-09-10T18:57:38.459 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: 2024-09-10 18:49:09.091556154 +0000 2024-09-10T18:57:38.459 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:57:38.524 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-09-10T18:57:38.524 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-09-10T18:57:38.524 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000235174 s, 2.2 MB/s 2024-09-10T18:57:38.526 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:57:38.583 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_3 2024-09-10T18:57:38.587 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:38 smithi173 ceph-mon[32978]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:38.603 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:57:38.603 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:38.603 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-10T18:57:38.603 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:38.603 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:38.603 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-09-10 18:57:13.539786656 +0000 2024-09-10T18:57:38.603 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-09-10 18:49:09.090556297 +0000 2024-09-10T18:57:38.604 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-09-10 18:49:09.090556297 +0000 2024-09-10T18:57:38.604 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: 2024-09-10 18:49:09.090556297 +0000 2024-09-10T18:57:38.604 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:57:38.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:38 smithi102 ceph-mon[32994]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:38.643 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 ceph-mgr[34473]: -- 172.21.15.102:0/538670607 <== mon.2 v2:172.21.15.102:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564f58574340 con 0x564f58581000 2024-09-10T18:57:38.643 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 bash[34331]: 2b13a8d58acd138df8ebe43699070f888954bfc39c4144c5b8c785a8166168b0 2024-09-10T18:57:38.643 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 systemd[1]: Started Ceph mgr.b for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:57:38.643 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:38.409+0000 7f7761f8dec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:57:38.643 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:38.467+0000 7f7761f8dec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:57:38.643 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:38.533+0000 7f7761f8dec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:57:38.667 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-09-10T18:57:38.667 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-09-10T18:57:38.667 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000198914 s, 2.6 MB/s 2024-09-10T18:57:38.669 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:57:38.725 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_4 2024-09-10T18:57:38.780 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:57:38.781 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:57:38.781 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-09-10T18:57:38.781 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:57:38.781 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:57:38.781 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-09-10 18:57:13.540786634 +0000 2024-09-10T18:57:38.781 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-09-10 18:49:09.092556011 +0000 2024-09-10T18:57:38.781 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-09-10 18:49:09.092556011 +0000 2024-09-10T18:57:38.781 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: 2024-09-10 18:49:09.092556011 +0000 2024-09-10T18:57:38.784 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:57:38.789 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:38 smithi070 ceph-mon[29685]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:38.845 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-09-10T18:57:38.845 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-09-10T18:57:38.845 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000211273 s, 2.4 MB/s 2024-09-10T18:57:38.846 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:57:38.904 INFO:tasks.cephadm:Deploying osd.0 on smithi070 with /dev/vg_nvme/lv_4... 2024-09-10T18:57:38.905 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:57:39.087 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:38.662+0000 7f7761f8dec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:57:39.087 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:38 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:38.804+0000 7f7761f8dec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:57:39.087 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:39.085+0000 7f7761f8dec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:57:39.136 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:57:39.353 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:39.145+0000 7f7761f8dec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:57:39.354 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:39.319+0000 7f7761f8dec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:57:39.514 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:39 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.515 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:39 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.515 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:39 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.515 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:39 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.515 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:39 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:39.515 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:39 smithi070 ceph-mon[29685]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:39.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:39.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:39 smithi102 ceph-mon[32994]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:39.800 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:39 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.800 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:39 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.800 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:39 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.800 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:39 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:39.800 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:39 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:39.800 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:39 smithi173 ceph-mon[32978]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:40.545 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:40.173+0000 7f7761f8dec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:57:40.545 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:40.235+0000 7f7761f8dec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:57:40.807 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:40.807 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:40.807 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:40.808 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:40.808 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:40.808 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T18:57:40.808 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:57:40.808 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:57:40.808 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:40.808 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: Reconfiguring daemon mgr.a on smithi070 2024-09-10T18:57:40.808 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:40.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:40.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:40.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:40.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:40.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:40.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T18:57:40.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:57:40.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:57:40.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:40.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: Reconfiguring daemon mgr.a on smithi070 2024-09-10T18:57:40.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:41.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:41.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T18:57:41.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:57:41.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:57:41.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:41.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: Reconfiguring daemon mgr.a on smithi070 2024-09-10T18:57:41.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.078 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:40 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:40.960+0000 7f7761f8dec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:57:41.078 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.077+0000 7f7761f8dec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:57:41.301 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:57:41.389 INFO:teuthology.orchestra.run.smithi070.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:57:41.393 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.201+0000 7f7761f8dec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:57:41.393 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.263+0000 7f7761f8dec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:57:41.393 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.391+0000 7f7761f8dec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:57:41.399 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10+0 records in 2024-09-10T18:57:41.399 INFO:teuthology.orchestra.run.smithi070.stderr:10+0 records out 2024-09-10T18:57:41.399 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00854593 s, 1.2 GB/s 2024-09-10T18:57:41.399 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping successful for: 2024-09-10T18:57:41.659 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.460+0000 7f7761f8dec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:57:41.659 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.519+0000 7f7761f8dec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:57:41.659 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.657+0000 7f7761f8dec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:57:41.660 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-mon[32994]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:41.660 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.660 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.660 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:41.660 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:41.660 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:41.660 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:41 smithi070 ceph-mon[29685]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:41.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:41 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:41 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:41 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:41.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:41 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:41.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:41 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:41.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:41 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.929 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.723+0000 7f7761f8dec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:57:41.929 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.789+0000 7f7761f8dec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:57:41.929 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.871+0000 7f7761f8dec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:57:41.929 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.927+0000 7f7761f8dec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:57:41.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:41 smithi173 ceph-mon[32978]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:41.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:41 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:41 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:41.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:41 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:41.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:41 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:41.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:41 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:41.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:41 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:42.124 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi070:vg_nvme/lv_4 2024-09-10T18:57:42.361 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:57:42.393 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:41 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:41.984+0000 7f7761f8dec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:57:43.023 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:42 smithi070 ceph-mon[29685]: Standby manager daemon b started 2024-09-10T18:57:43.023 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:42 smithi070 ceph-mon[29685]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-10T18:57:43.023 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:42 smithi070 ceph-mon[29685]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:43.024 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:42 smithi070 ceph-mon[29685]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-10T18:57:43.024 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:42 smithi070 ceph-mon[29685]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:43.143 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 18:57:42 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b[34431]: 2024-09-10T18:57:42.711+0000 7f7761f8dec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:57:43.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:42 smithi102 ceph-mon[32994]: Standby manager daemon b started 2024-09-10T18:57:43.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:42 smithi102 ceph-mon[32994]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-10T18:57:43.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:42 smithi102 ceph-mon[32994]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:43.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:42 smithi102 ceph-mon[32994]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-10T18:57:43.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:42 smithi102 ceph-mon[32994]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:43.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:42 smithi173 ceph-mon[32978]: Standby manager daemon b started 2024-09-10T18:57:43.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:42 smithi173 ceph-mon[32978]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-10T18:57:43.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:42 smithi173 ceph-mon[32978]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:43.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:42 smithi173 ceph-mon[32978]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-10T18:57:43.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:42 smithi173 ceph-mon[32978]: from='mgr.? 172.21.15.102:0/1725768968' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:44.039 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:43 smithi070 ceph-mon[29685]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:44.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:43 smithi070 ceph-mon[29685]: mgrmap e14: a(active, since 68s), standbys: b 2024-09-10T18:57:44.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:43 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-10T18:57:44.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:43 smithi102 ceph-mon[32994]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:44.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:43 smithi102 ceph-mon[32994]: mgrmap e14: a(active, since 68s), standbys: b 2024-09-10T18:57:44.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:43 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-10T18:57:44.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:43 smithi173 ceph-mon[32978]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:44.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:43 smithi173 ceph-mon[32978]: mgrmap e14: a(active, since 68s), standbys: b 2024-09-10T18:57:44.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:43 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-10T18:57:45.039 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:44 smithi070 ceph-mon[29685]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:44 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:57:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:44 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:57:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:44 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:45.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:44 smithi102 ceph-mon[32994]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:45.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:44 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:57:45.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:44 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:57:45.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:44 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:44 smithi173 ceph-mon[32978]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:44 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:57:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:44 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:57:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:44 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:46.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:45 smithi070 ceph-mon[29685]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:46.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:45 smithi102 ceph-mon[32994]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:45 smithi173 ceph-mon[32978]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:46 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3764240033' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "155d7d02-be18-43b3-a9df-4cac7ac88180"}]: dispatch 2024-09-10T18:57:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:46 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3764240033' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "155d7d02-be18-43b3-a9df-4cac7ac88180"}]': finished 2024-09-10T18:57:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:46 smithi070 ceph-mon[29685]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T18:57:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:57:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:46 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1821717033' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:57:47.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:46 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/3764240033' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "155d7d02-be18-43b3-a9df-4cac7ac88180"}]: dispatch 2024-09-10T18:57:47.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:46 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/3764240033' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "155d7d02-be18-43b3-a9df-4cac7ac88180"}]': finished 2024-09-10T18:57:47.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:46 smithi102 ceph-mon[32994]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T18:57:47.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:57:47.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:46 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/1821717033' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:57:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:46 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/3764240033' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "155d7d02-be18-43b3-a9df-4cac7ac88180"}]: dispatch 2024-09-10T18:57:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:46 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/3764240033' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "155d7d02-be18-43b3-a9df-4cac7ac88180"}]': finished 2024-09-10T18:57:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:46 smithi173 ceph-mon[32978]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T18:57:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:57:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:46 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/1821717033' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:57:48.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:47 smithi070 ceph-mon[29685]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:47 smithi102 ceph-mon[32994]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:48.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:47 smithi173 ceph-mon[32978]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:50.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:49 smithi173 ceph-mon[32978]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:50.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:49 smithi070 ceph-mon[29685]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:50.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:49 smithi102 ceph-mon[32994]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:52.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:51 smithi102 ceph-mon[32994]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:52.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:57:52.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:52.242 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:51 smithi070 ceph-mon[29685]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:52.242 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:57:52.242 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:51 smithi173 ceph-mon[32978]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:57:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:53.263 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:52 smithi070 ceph-mon[29685]: Deploying daemon osd.0 on smithi070 2024-09-10T18:57:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:52 smithi102 ceph-mon[32994]: Deploying daemon osd.0 on smithi070 2024-09-10T18:57:53.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:52 smithi173 ceph-mon[32978]: Deploying daemon osd.0 on smithi070 2024-09-10T18:57:54.039 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:53 smithi070 ceph-mon[29685]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:54.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:53 smithi102 ceph-mon[32994]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:54.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:53 smithi173 ceph-mon[32978]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:56.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:55 smithi070 ceph-mon[29685]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:56.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:55 smithi102 ceph-mon[32994]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:56.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:55 smithi173 ceph-mon[32978]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:57.034 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:56 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:57.034 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:56 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:57.034 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:56 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:57.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:56 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:57.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:56 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:57.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:56 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:57.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:56 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:57.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:56 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:57.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:56 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:57:58.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:57:58 smithi070 ceph-mon[29685]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:58.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:57:58 smithi102 ceph-mon[32994]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:58.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:57:58 smithi173 ceph-mon[32978]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:57:59.446 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 0 on host 'smithi070' 2024-09-10T18:57:59.927 DEBUG:teuthology.orchestra.run.smithi070:osd.0> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T18:57:59.929 INFO:tasks.cephadm:Deploying osd.1 on smithi070 with /dev/vg_nvme/lv_3... 2024-09-10T18:57:59.929 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:58:00.222 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:58:00.222 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.223 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.223 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:00.223 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:00.223 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.223 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:00.223 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.223 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.223 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:00 smithi070 ceph-mon[29685]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:58:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:58:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:00.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:00.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:00 smithi102 ceph-mon[32994]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:58:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:58:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:00.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:00.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:00 smithi173 ceph-mon[32978]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:58:00.616 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:58:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:01 smithi070 ceph-mon[29685]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:58:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:01 smithi070 ceph-mon[29685]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T18:58:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:01 smithi070 ceph-mon[29685]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-09-10T18:58:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:01 smithi070 ceph-mon[29685]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:58:01.791 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:01 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0[42434]: 2024-09-10T18:58:01.455+0000 7ff492dc6640 -1 osd.0 0 waiting for initial osdmap 2024-09-10T18:58:01.791 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:01 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0[42434]: 2024-09-10T18:58:01.457+0000 7ff48e3fe640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:58:01.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:01 smithi102 ceph-mon[32994]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:58:01.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:01 smithi102 ceph-mon[32994]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T18:58:01.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:01.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:01 smithi102 ceph-mon[32994]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-09-10T18:58:01.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:01 smithi102 ceph-mon[32994]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:58:01.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:01 smithi173 ceph-mon[32978]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:58:01.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:01 smithi173 ceph-mon[32978]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T18:58:01.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:01 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:01.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:01 smithi173 ceph-mon[32978]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-09-10T18:58:01.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:01 smithi173 ceph-mon[32978]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:58:02.517 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:02 smithi070 ceph-mon[29685]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-10T18:58:02.517 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:02 smithi070 ceph-mon[29685]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T18:58:02.517 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:02 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:02.517 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:02 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:02.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:02 smithi102 ceph-mon[32994]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-10T18:58:02.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:02 smithi102 ceph-mon[32994]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T18:58:02.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:02 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:02.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:02 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:02.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:02 smithi173 ceph-mon[32978]: from='osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-10T18:58:02.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:02 smithi173 ceph-mon[32978]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T18:58:02.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:02 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:02.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:02 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:03.231 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:58:03.316 INFO:teuthology.orchestra.run.smithi070.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:58:03.329 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10+0 records in 2024-09-10T18:58:03.329 INFO:teuthology.orchestra.run.smithi070.stderr:10+0 records out 2024-09-10T18:58:03.329 INFO:teuthology.orchestra.run.smithi070.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0105824 s, 991 MB/s 2024-09-10T18:58:03.330 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 2024-09-10T18:58:03.330 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping successful for: 2024-09-10T18:58:03.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:03 smithi070 ceph-mon[29685]: purged_snaps scrub starts 2024-09-10T18:58:03.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:03 smithi070 ceph-mon[29685]: purged_snaps scrub ok 2024-09-10T18:58:03.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:03 smithi070 ceph-mon[29685]: osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695] boot 2024-09-10T18:58:03.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:03 smithi070 ceph-mon[29685]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T18:58:03.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:03 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:03.637 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:03 smithi070 ceph-mon[29685]: pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:03.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:03 smithi102 ceph-mon[32994]: purged_snaps scrub starts 2024-09-10T18:58:03.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:03 smithi102 ceph-mon[32994]: purged_snaps scrub ok 2024-09-10T18:58:03.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:03 smithi102 ceph-mon[32994]: osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695] boot 2024-09-10T18:58:03.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:03 smithi102 ceph-mon[32994]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T18:58:03.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:03 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:03.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:03 smithi102 ceph-mon[32994]: pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:03.904 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi070:vg_nvme/lv_3 2024-09-10T18:58:03.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:03 smithi173 ceph-mon[32978]: purged_snaps scrub starts 2024-09-10T18:58:03.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:03 smithi173 ceph-mon[32978]: purged_snaps scrub ok 2024-09-10T18:58:03.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:03 smithi173 ceph-mon[32978]: osd.0 [v2:172.21.15.70:6802/513381695,v1:172.21.15.70:6803/513381695] boot 2024-09-10T18:58:03.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:03 smithi173 ceph-mon[32978]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T18:58:03.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:03 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:58:03.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:03 smithi173 ceph-mon[32978]: pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:04.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:04 smithi070 ceph-mon[29685]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T18:58:04.510 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:58:04.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:04 smithi102 ceph-mon[32994]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T18:58:04.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:04 smithi173 ceph-mon[32978]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T18:58:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: Detected new or changed devices on smithi070 2024-09-10T18:58:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:05.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: Adjusting osd_memory_target on smithi070 to 17088M 2024-09-10T18:58:05.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:05.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:05.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:05 smithi070 ceph-mon[29685]: pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:05.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: Detected new or changed devices on smithi070 2024-09-10T18:58:05.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:05.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: Adjusting osd_memory_target on smithi070 to 17088M 2024-09-10T18:58:05.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:05.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:05.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:05 smithi102 ceph-mon[32994]: pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:05.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: Detected new or changed devices on smithi070 2024-09-10T18:58:05.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:05.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: Adjusting osd_memory_target on smithi070 to 17088M 2024-09-10T18:58:05.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:05.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:05.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:05.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:05 smithi173 ceph-mon[32978]: pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:06.651 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:06 smithi070 ceph-mon[29685]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:06.651 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:06.651 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:06.651 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:06.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:06 smithi102 ceph-mon[32994]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:06.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:06.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:06.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:06.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:06 smithi173 ceph-mon[32978]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:06.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:06.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:06.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:07.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:07 smithi070 ceph-mon[29685]: pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:07.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:07 smithi102 ceph-mon[32994]: pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:07.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:07 smithi173 ceph-mon[32978]: pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:08.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:08 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/868193693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04013abe-9636-43ca-b4ca-6cce04668bca"}]: dispatch 2024-09-10T18:58:08.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:08 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/868193693' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04013abe-9636-43ca-b4ca-6cce04668bca"}]': finished 2024-09-10T18:58:08.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:08 smithi070 ceph-mon[29685]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T18:58:08.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:08 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:08.837 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:08 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/868193693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04013abe-9636-43ca-b4ca-6cce04668bca"}]: dispatch 2024-09-10T18:58:08.837 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:08 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/868193693' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04013abe-9636-43ca-b4ca-6cce04668bca"}]': finished 2024-09-10T18:58:08.837 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:08 smithi173 ceph-mon[32978]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T18:58:08.837 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:08 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:08 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/868193693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04013abe-9636-43ca-b4ca-6cce04668bca"}]: dispatch 2024-09-10T18:58:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:08 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/868193693' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04013abe-9636-43ca-b4ca-6cce04668bca"}]': finished 2024-09-10T18:58:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:08 smithi102 ceph-mon[32994]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T18:58:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:08 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:09.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:09 smithi070 ceph-mon[29685]: pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:09.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:09 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3215431264' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:09.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:09 smithi173 ceph-mon[32978]: pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:09.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:09 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/3215431264' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:09 smithi102 ceph-mon[32994]: pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:09 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/3215431264' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:12.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:11 smithi070 ceph-mon[29685]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:12.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:11 smithi102 ceph-mon[32994]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:12.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:11 smithi173 ceph-mon[32978]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:13.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:13 smithi102 ceph-mon[32994]: pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:14.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:13 smithi173 ceph-mon[32978]: pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:14.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:13 smithi070 ceph-mon[29685]: pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:15.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:14 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:58:15.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:14 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:15.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:14 smithi070 ceph-mon[29685]: Deploying daemon osd.1 on smithi070 2024-09-10T18:58:15.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:14 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:58:15.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:14 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:15.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:14 smithi102 ceph-mon[32994]: Deploying daemon osd.1 on smithi070 2024-09-10T18:58:15.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:14 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:58:15.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:14 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:15.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:14 smithi173 ceph-mon[32978]: Deploying daemon osd.1 on smithi070 2024-09-10T18:58:15.882 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:15 smithi070 ceph-mon[29685]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:15 smithi102 ceph-mon[32994]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:16.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:15 smithi173 ceph-mon[32978]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:18.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:17 smithi102 ceph-mon[32994]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:18.178 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:17 smithi070 ceph-mon[29685]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:18.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:17 smithi173 ceph-mon[32978]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:19.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:19.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:19.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:19.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:19.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:19.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:19.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:18 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:19.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:18 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:19.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:18 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:20.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:19 smithi102 ceph-mon[32994]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:20.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:19 smithi173 ceph-mon[32978]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:20.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:19 smithi070 ceph-mon[29685]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:21.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:21 smithi070 ceph-mon[29685]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:21.951 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 1 on host 'smithi070' 2024-09-10T18:58:22.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:21 smithi102 ceph-mon[32994]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:22.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:21 smithi173 ceph-mon[32978]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:22.517 DEBUG:teuthology.orchestra.run.smithi070:osd.1> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T18:58:22.520 INFO:tasks.cephadm:Deploying osd.2 on smithi102 with /dev/vg_nvme/lv_4... 2024-09-10T18:58:22.520 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:58:22.767 INFO:teuthology.orchestra.run.smithi102.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T18:58:23.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:22 smithi070 ceph-mon[29685]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:58:23.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:22 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:22 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:22 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:22 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:22 smithi102 ceph-mon[32994]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:58:23.130 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:22 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.130 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:22 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.130 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:22 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.130 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:22 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:22 smithi173 ceph-mon[32978]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:58:23.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:22 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:22 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:22 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:22 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:23.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:23 smithi070 ceph-mon[29685]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:23.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:23 smithi070 ceph-mon[29685]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:58:23.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:23 smithi070 ceph-mon[29685]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T18:58:23.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:23 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:23.937 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:23 smithi070 ceph-mon[29685]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-09-10T18:58:23.938 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:23 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1[48701]: 2024-09-10T18:58:23.837+0000 7ff4cdf52640 -1 osd.1 0 waiting for initial osdmap 2024-09-10T18:58:23.938 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:23 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1[48701]: 2024-09-10T18:58:23.840+0000 7ff4c5560640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:58:24.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:23 smithi102 ceph-mon[32994]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:24.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:23 smithi102 ceph-mon[32994]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:58:24.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:23 smithi102 ceph-mon[32994]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T18:58:24.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:23 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:24.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:23 smithi102 ceph-mon[32994]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-09-10T18:58:24.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:23 smithi173 ceph-mon[32978]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:24.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:23 smithi173 ceph-mon[32978]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:58:24.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:23 smithi173 ceph-mon[32978]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T18:58:24.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:23 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:24.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:23 smithi173 ceph-mon[32978]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-09-10T18:58:24.422 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:58:24.513 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:58:24.526 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-09-10T18:58:24.527 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-09-10T18:58:24.527 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114092 s, 919 MB/s 2024-09-10T18:58:24.527 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-09-10T18:58:25.088 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:24 smithi102 ceph-mon[32994]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-10T18:58:25.088 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:24 smithi102 ceph-mon[32994]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T18:58:25.088 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:24 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.088 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:24 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.088 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:24 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.089 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi102:vg_nvme/lv_4 2024-09-10T18:58:25.159 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:24 smithi070 ceph-mon[29685]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-10T18:58:25.159 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:24 smithi070 ceph-mon[29685]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T18:58:25.159 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:24 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.160 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:24 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.160 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:24 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:24 smithi173 ceph-mon[32978]: from='osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-10T18:58:25.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:24 smithi173 ceph-mon[32978]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T18:58:25.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:24 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:24 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:24 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:25.326 INFO:teuthology.orchestra.run.smithi102.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T18:58:26.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: purged_snaps scrub starts 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: purged_snaps scrub ok 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907] boot 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:26.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:26.145 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.145 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:26.145 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:26.145 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:26.145 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:25 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: purged_snaps scrub starts 2024-09-10T18:58:26.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: purged_snaps scrub ok 2024-09-10T18:58:26.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:26.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907] boot 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:26.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:26.188 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:25 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: purged_snaps scrub starts 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: purged_snaps scrub ok 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: osd.1 [v2:172.21.15.70:6810/3901362907,v1:172.21.15.70:6811/3901362907] boot 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:26.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:26.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:26.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:26.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:26.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:25 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:27.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:26 smithi102 ceph-mon[32994]: Detected new or changed devices on smithi070 2024-09-10T18:58:27.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:26 smithi102 ceph-mon[32994]: Adjusting osd_memory_target on smithi070 to 8544M 2024-09-10T18:58:27.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:26 smithi102 ceph-mon[32994]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T18:58:27.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:26 smithi173 ceph-mon[32978]: Detected new or changed devices on smithi070 2024-09-10T18:58:27.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:26 smithi173 ceph-mon[32978]: Adjusting osd_memory_target on smithi070 to 8544M 2024-09-10T18:58:27.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:26 smithi173 ceph-mon[32978]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T18:58:27.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:26 smithi070 ceph-mon[29685]: Detected new or changed devices on smithi070 2024-09-10T18:58:27.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:26 smithi070 ceph-mon[29685]: Adjusting osd_memory_target on smithi070 to 8544M 2024-09-10T18:58:27.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:26 smithi070 ceph-mon[29685]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T18:58:28.064 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:27 smithi102 ceph-mon[32994]: pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:28.064 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:27 smithi102 ceph-mon[32994]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:28.064 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:27 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:28.064 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:27 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:28.064 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:27 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:28.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:27 smithi173 ceph-mon[32978]: pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:28.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:27 smithi173 ceph-mon[32978]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:28.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:27 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:28.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:27 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:28.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:27 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:28.191 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:27 smithi070 ceph-mon[29685]: pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:28.191 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:27 smithi070 ceph-mon[29685]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:28.191 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:27 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:28.191 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:27 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:28.191 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:27 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:30.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:29 smithi070 ceph-mon[29685]: pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:30.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:29 smithi070 ceph-mon[29685]: from='client.? 172.21.15.102:0/2289539737' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]: dispatch 2024-09-10T18:58:30.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:29 smithi070 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]: dispatch 2024-09-10T18:58:30.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:29 smithi070 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]': finished 2024-09-10T18:58:30.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:29 smithi070 ceph-mon[29685]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T18:58:30.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:29 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:30.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:29 smithi070 ceph-mon[29685]: from='client.? 172.21.15.102:0/1577316419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:30.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:29 smithi102 ceph-mon[32994]: pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:30.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:29 smithi102 ceph-mon[32994]: from='client.? 172.21.15.102:0/2289539737' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]: dispatch 2024-09-10T18:58:30.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:29 smithi102 ceph-mon[32994]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]: dispatch 2024-09-10T18:58:30.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:29 smithi102 ceph-mon[32994]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]': finished 2024-09-10T18:58:30.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:29 smithi102 ceph-mon[32994]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T18:58:30.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:29 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:30.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:29 smithi102 ceph-mon[32994]: from='client.? 172.21.15.102:0/1577316419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:30.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:29 smithi173 ceph-mon[32978]: pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:30.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:29 smithi173 ceph-mon[32978]: from='client.? 172.21.15.102:0/2289539737' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]: dispatch 2024-09-10T18:58:30.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:29 smithi173 ceph-mon[32978]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]: dispatch 2024-09-10T18:58:30.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:29 smithi173 ceph-mon[32978]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b7cd066-0727-45bb-a45e-718865bd8223"}]': finished 2024-09-10T18:58:30.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:29 smithi173 ceph-mon[32978]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T18:58:30.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:29 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:30.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:29 smithi173 ceph-mon[32978]: from='client.? 172.21.15.102:0/1577316419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:32.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:31 smithi102 ceph-mon[32994]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:32.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:31 smithi173 ceph-mon[32978]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:32.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:31 smithi070 ceph-mon[29685]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:33.953 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:33 smithi102 ceph-mon[32994]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:34.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:33 smithi173 ceph-mon[32978]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:34.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:33 smithi070 ceph-mon[29685]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:35 smithi102 ceph-mon[32994]: pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:58:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:35 smithi102 ceph-mon[32994]: Deploying daemon osd.2 on smithi102 2024-09-10T18:58:36.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:35 smithi173 ceph-mon[32978]: pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:36.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:58:36.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:36.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:35 smithi173 ceph-mon[32978]: Deploying daemon osd.2 on smithi102 2024-09-10T18:58:36.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:35 smithi070 ceph-mon[29685]: pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:36.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:58:36.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:36.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:35 smithi070 ceph-mon[29685]: Deploying daemon osd.2 on smithi102 2024-09-10T18:58:38.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:37 smithi102 ceph-mon[32994]: pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:38.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:37 smithi173 ceph-mon[32978]: pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:38.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:37 smithi070 ceph-mon[29685]: pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:40.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:39 smithi102 ceph-mon[32994]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:40.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:39 smithi173 ceph-mon[32978]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:40.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:39 smithi070 ceph-mon[29685]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:40 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:41.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:41.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:41.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:40 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:41.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:41.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:41.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:40 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:42.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:41 smithi070 ceph-mon[29685]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:42.345 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:41 smithi102 ceph-mon[32994]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:42.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:41 smithi173 ceph-mon[32978]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:42.695 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 2 on host 'smithi102' 2024-09-10T18:58:43.315 DEBUG:teuthology.orchestra.run.smithi102:osd.2> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T18:58:43.318 INFO:tasks.cephadm:Deploying osd.3 on smithi102 with /dev/vg_nvme/lv_3... 2024-09-10T18:58:43.318 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:58:43.686 INFO:teuthology.orchestra.run.smithi102.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T18:58:43.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:43 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:43.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:43 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:43.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:43 smithi102 ceph-mon[32994]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:43.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:43 smithi102 ceph-mon[32994]: from='osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:43.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:43 smithi102 ceph-mon[32994]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:44.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:43 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:44.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:43 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:44.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:43 smithi070 ceph-mon[29685]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:44.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:43 smithi070 ceph-mon[29685]: from='osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:44.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:43 smithi070 ceph-mon[29685]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:44.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:43 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:44.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:43 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:44.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:43 smithi173 ceph-mon[32978]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:44.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:43 smithi173 ceph-mon[32978]: from='osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:44.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:43 smithi173 ceph-mon[32978]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:44.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-mon[32994]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:58:44.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-mon[32994]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T18:58:44.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:44.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-mon[32994]: from='osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:58:44.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-mon[32994]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:58:44.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:44.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:44.894 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2[37562]: 2024-09-10T18:58:44.703+0000 7f41d8dae640 -1 osd.2 0 waiting for initial osdmap 2024-09-10T18:58:44.894 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:44 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2[37562]: 2024-09-10T18:58:44.707+0000 7f41d1be1640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:58:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:44 smithi070 ceph-mon[29685]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:58:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:44 smithi070 ceph-mon[29685]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T18:58:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:44 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:44 smithi070 ceph-mon[29685]: from='osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:58:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:44 smithi070 ceph-mon[29685]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:58:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:44 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:45.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:44 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:44 smithi173 ceph-mon[32978]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:58:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:44 smithi173 ceph-mon[32978]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T18:58:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:44 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:44 smithi173 ceph-mon[32978]: from='osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:58:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:44 smithi173 ceph-mon[32978]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:58:45.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:44 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:45.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:44 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:45.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:45 smithi102 ceph-mon[32994]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-09-10T18:58:45.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:45 smithi102 ceph-mon[32994]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T18:58:45.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:45 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:45.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:45 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:45.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:45 smithi102 ceph-mon[32994]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:46.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:45 smithi070 ceph-mon[29685]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-09-10T18:58:46.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:45 smithi070 ceph-mon[29685]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T18:58:46.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:45 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:46.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:45 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:46.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:45 smithi070 ceph-mon[29685]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:45 smithi173 ceph-mon[32978]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-09-10T18:58:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:45 smithi173 ceph-mon[32978]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T18:58:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:45 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:45 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:45 smithi173 ceph-mon[32978]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-10T18:58:46.424 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:58:46.511 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:58:46.525 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-09-10T18:58:46.525 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-09-10T18:58:46.525 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123928 s, 846 MB/s 2024-09-10T18:58:46.525 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-09-10T18:58:46.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:46 smithi102 ceph-mon[32994]: purged_snaps scrub starts 2024-09-10T18:58:46.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:46 smithi102 ceph-mon[32994]: purged_snaps scrub ok 2024-09-10T18:58:46.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:46.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:46 smithi102 ceph-mon[32994]: osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873] boot 2024-09-10T18:58:46.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:46 smithi102 ceph-mon[32994]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T18:58:46.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:46 smithi070 ceph-mon[29685]: purged_snaps scrub starts 2024-09-10T18:58:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:46 smithi070 ceph-mon[29685]: purged_snaps scrub ok 2024-09-10T18:58:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:46 smithi070 ceph-mon[29685]: osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873] boot 2024-09-10T18:58:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:46 smithi070 ceph-mon[29685]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T18:58:47.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:46 smithi173 ceph-mon[32978]: purged_snaps scrub starts 2024-09-10T18:58:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:46 smithi173 ceph-mon[32978]: purged_snaps scrub ok 2024-09-10T18:58:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:46 smithi173 ceph-mon[32978]: osd.2 [v2:172.21.15.102:6800/3532079873,v1:172.21.15.102:6801/3532079873] boot 2024-09-10T18:58:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:46 smithi173 ceph-mon[32978]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T18:58:47.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:47.387 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi102:vg_nvme/lv_3 2024-09-10T18:58:47.996 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:47 smithi102 ceph-mon[32994]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T18:58:47.996 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:47 smithi102 ceph-mon[32994]: pgmap v75: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:47.996 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:47 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-10T18:58:48.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:47 smithi070 ceph-mon[29685]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T18:58:48.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:47 smithi070 ceph-mon[29685]: pgmap v75: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:48.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-10T18:58:48.043 INFO:teuthology.orchestra.run.smithi102.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T18:58:48.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:47 smithi173 ceph-mon[32978]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T18:58:48.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:47 smithi173 ceph-mon[32978]: pgmap v75: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:48.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:47 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-10T18:58:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-10T18:58:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T18:58:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:58:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: Detected new or changed devices on smithi102 2024-09-10T18:58:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: Adjusting osd_memory_target on smithi102 to 17088M 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:49.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-10T18:58:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T18:58:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:58:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: Detected new or changed devices on smithi102 2024-09-10T18:58:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: Adjusting osd_memory_target on smithi102 to 17088M 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:49.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-10T18:58:49.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T18:58:49.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: Detected new or changed devices on smithi102 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: Adjusting osd_memory_target on smithi102 to 17088M 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:49.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:49.188 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.442 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52565]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T18:58:49.442 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52565]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:49.442 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52565]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:49.442 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52565]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:49.704 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52568]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T18:58:49.705 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52568]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:49.705 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52568]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:49.705 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52568]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:49.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:49 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:58:49.960 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:49 smithi070 ceph-mon[29685]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T18:58:49.960 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:49 smithi070 ceph-mon[29685]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:49.960 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:49 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:49.960 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52571]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T18:58:49.960 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52571]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:49.961 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52571]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:49.961 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52571]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:50.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:49 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:58:50.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:49 smithi102 ceph-mon[32994]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T18:58:50.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:49 smithi102 ceph-mon[32994]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:50.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:49 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:50.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:49 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:58:50.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:49 smithi173 ceph-mon[32978]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T18:58:50.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:49 smithi173 ceph-mon[32978]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:50.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:49 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:50.289 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52574]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T18:58:50.290 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52574]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:50.290 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52574]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:50.290 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 18:58:49 smithi070 sudo[52574]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:50.480 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:50 smithi102 sudo[41918]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T18:58:50.480 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:50 smithi102 sudo[41918]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:50.480 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:50 smithi102 sudo[41918]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:50.480 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:50 smithi102 sudo[41918]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:50.893 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:50 smithi102 sudo[41940]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T18:58:50.893 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:50 smithi102 sudo[41940]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:50.893 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:50 smithi102 sudo[41940]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:50.894 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 18:58:50 smithi102 sudo[41940]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:50.997 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:50 smithi070 sudo[52577]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T18:58:50.997 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:50 smithi070 sudo[52577]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:50.997 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:50 smithi070 sudo[52577]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:50.997 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:50 smithi070 sudo[52577]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 ceph-mon[32978]: osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 ceph-mon[32978]: from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 ceph-mon[32978]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 sudo[35154]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T18:58:51.260 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 sudo[35154]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:51.261 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 sudo[35154]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:51.261 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 sudo[35154]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:50 smithi070 sudo[52580]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:50 smithi070 sudo[52580]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:50 smithi070 sudo[52580]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:50 smithi070 sudo[52580]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:51 smithi070 ceph-mon[29685]: osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:51 smithi070 ceph-mon[29685]: from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:51.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:51 smithi070 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:51.295 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 ceph-mon[32994]: osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:58:51.295 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 ceph-mon[32994]: from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:51.295 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:58:51.295 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:58:51.295 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:51.295 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:51.295 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 ceph-mon[32994]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:51.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 sudo[35157]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T18:58:51.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 sudo[35157]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:51.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 sudo[35157]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:51.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:51 smithi173 sudo[35157]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:51.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 sudo[42033]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T18:58:51.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 sudo[42033]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:51.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 sudo[42033]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:51.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:51 smithi102 sudo[42033]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:52.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:52.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:52.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:52.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:52 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 sudo[42057]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T18:58:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 sudo[42057]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T18:58:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 sudo[42057]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T18:58:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 sudo[42057]: pam_unix(sudo:session): session closed for user root 2024-09-10T18:58:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T18:58:52.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:52.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:52 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:52.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:52.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:52.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:52.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:52.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:52.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T18:58:52.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:58:52.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:58:52.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:58:52.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:52 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:58:53.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:53 smithi070 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:53.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:53 smithi070 ceph-mon[29685]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:53.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:53 smithi070 ceph-mon[29685]: from='client.? 172.21.15.102:0/2868860092' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]: dispatch 2024-09-10T18:58:53.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:53 smithi070 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]: dispatch 2024-09-10T18:58:53.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:53 smithi070 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]': finished 2024-09-10T18:58:53.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:53 smithi070 ceph-mon[29685]: osdmap e23: 4 total, 3 up, 4 in 2024-09-10T18:58:53.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:53 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:58:53.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:53 smithi070 ceph-mon[29685]: from='client.? 172.21.15.102:0/1019496055' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:53 smithi102 ceph-mon[32994]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:53 smithi102 ceph-mon[32994]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:53 smithi102 ceph-mon[32994]: from='client.? 172.21.15.102:0/2868860092' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]: dispatch 2024-09-10T18:58:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:53 smithi102 ceph-mon[32994]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]: dispatch 2024-09-10T18:58:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:53 smithi102 ceph-mon[32994]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]': finished 2024-09-10T18:58:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:53 smithi102 ceph-mon[32994]: osdmap e23: 4 total, 3 up, 4 in 2024-09-10T18:58:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:53 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:58:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:53 smithi102 ceph-mon[32994]: from='client.? 172.21.15.102:0/1019496055' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:53.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:53 smithi173 ceph-mon[32978]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:58:53.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:53 smithi173 ceph-mon[32978]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:58:53.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:53 smithi173 ceph-mon[32978]: from='client.? 172.21.15.102:0/2868860092' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]: dispatch 2024-09-10T18:58:53.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:53 smithi173 ceph-mon[32978]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]: dispatch 2024-09-10T18:58:53.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:53 smithi173 ceph-mon[32978]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4c0255f-7327-49c0-af4e-5cc0de788e30"}]': finished 2024-09-10T18:58:53.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:53 smithi173 ceph-mon[32978]: osdmap e23: 4 total, 3 up, 4 in 2024-09-10T18:58:53.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:53 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:58:53.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:53 smithi173 ceph-mon[32978]: from='client.? 172.21.15.102:0/1019496055' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:58:54.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:54 smithi070 ceph-mon[29685]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:54.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:54 smithi102 ceph-mon[32994]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:54.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:54 smithi173 ceph-mon[32978]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:56.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:56 smithi070 ceph-mon[29685]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:56.547 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:56 smithi102 ceph-mon[32994]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:56.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:56 smithi173 ceph-mon[32978]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:58:58.515 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:58 smithi102 ceph-mon[32994]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.0 KiB/s rd, 58 KiB/s wr, 5 op/s 2024-09-10T18:58:58.515 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:58 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:58:58.515 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:58 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:58 smithi070 ceph-mon[29685]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.0 KiB/s rd, 58 KiB/s wr, 5 op/s 2024-09-10T18:58:58.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:58 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:58:58.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:58 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:58 smithi173 ceph-mon[32978]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.0 KiB/s rd, 58 KiB/s wr, 5 op/s 2024-09-10T18:58:58.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:58 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:58:58.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:58 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:59.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:58:59 smithi102 ceph-mon[32994]: Deploying daemon osd.3 on smithi102 2024-09-10T18:58:59.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:58:59 smithi070 ceph-mon[29685]: Deploying daemon osd.3 on smithi102 2024-09-10T18:58:59.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:58:59 smithi173 ceph-mon[32978]: Deploying daemon osd.3 on smithi102 2024-09-10T18:59:00.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:00 smithi102 ceph-mon[32994]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.4 KiB/s rd, 40 KiB/s wr, 3 op/s 2024-09-10T18:59:00.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:00 smithi070 ceph-mon[29685]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.4 KiB/s rd, 40 KiB/s wr, 3 op/s 2024-09-10T18:59:00.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:00 smithi173 ceph-mon[32978]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.4 KiB/s rd, 40 KiB/s wr, 3 op/s 2024-09-10T18:59:02.305 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:02 smithi102 ceph-mon[32994]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.1 KiB/s rd, 31 KiB/s wr, 2 op/s 2024-09-10T18:59:02.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:02 smithi070 ceph-mon[29685]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.1 KiB/s rd, 31 KiB/s wr, 2 op/s 2024-09-10T18:59:02.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:02 smithi173 ceph-mon[32978]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.1 KiB/s rd, 31 KiB/s wr, 2 op/s 2024-09-10T18:59:03.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:03 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:03.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:03 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:03.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:03 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:03.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:03 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:03.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:03 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:03.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:03 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:03.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:03 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:03.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:03 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:03.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:03 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:04.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:04 smithi102 ceph-mon[32994]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 874 B/s rd, 25 KiB/s wr, 2 op/s 2024-09-10T18:59:04.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:04 smithi070 ceph-mon[29685]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 874 B/s rd, 25 KiB/s wr, 2 op/s 2024-09-10T18:59:04.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:04 smithi173 ceph-mon[32978]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 874 B/s rd, 25 KiB/s wr, 2 op/s 2024-09-10T18:59:05.843 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 3 on host 'smithi102' 2024-09-10T18:59:06.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-10T18:59:06.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:06.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:06.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:06.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:06.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:06.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:06 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.427 DEBUG:teuthology.orchestra.run.smithi102:osd.3> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.3.service 2024-09-10T18:59:06.431 INFO:tasks.cephadm:Deploying osd.4 on smithi173 with /dev/vg_nvme/lv_4... 2024-09-10T18:59:06.431 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:06 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-10T18:59:06.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:06.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:06.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:06.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:06.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:06.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:06 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:06.677 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T18:59:07.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:07 smithi102 ceph-mon[32994]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:59:07.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:07 smithi102 ceph-mon[32994]: osdmap e24: 4 total, 3 up, 4 in 2024-09-10T18:59:07.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:07 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:07.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:07 smithi102 ceph-mon[32994]: from='osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:59:07.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:07 smithi102 ceph-mon[32994]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:59:07.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:07 smithi102 ceph-mon[32994]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:59:07.644 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 18:59:07 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3[43851]: 2024-09-10T18:59:07.583+0000 7feac35c5640 -1 osd.3 0 waiting for initial osdmap 2024-09-10T18:59:07.644 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 18:59:07 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3[43851]: 2024-09-10T18:59:07.587+0000 7feabe3fc640 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:59:07.834 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:07 smithi173 ceph-mon[32978]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:59:07.834 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:07 smithi173 ceph-mon[32978]: osdmap e24: 4 total, 3 up, 4 in 2024-09-10T18:59:07.834 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:07 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:07.834 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:07 smithi173 ceph-mon[32978]: from='osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:59:07.834 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:07 smithi173 ceph-mon[32978]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:59:07.834 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:07 smithi173 ceph-mon[32978]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:59:08.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:07 smithi070 ceph-mon[29685]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:59:08.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:07 smithi070 ceph-mon[29685]: osdmap e24: 4 total, 3 up, 4 in 2024-09-10T18:59:08.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:07 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:08.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:07 smithi070 ceph-mon[29685]: from='osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:59:08.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:07 smithi070 ceph-mon[29685]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-09-10T18:59:08.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:07 smithi070 ceph-mon[29685]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-10T18:59:08.424 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:59:08.519 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:59:08.532 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2024-09-10T18:59:08.532 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2024-09-10T18:59:08.532 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114302 s, 917 MB/s 2024-09-10T18:59:08.533 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2024-09-10T18:59:08.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:08 smithi173 ceph-mon[32978]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-09-10T18:59:08.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:08 smithi173 ceph-mon[32978]: osdmap e25: 4 total, 3 up, 4 in 2024-09-10T18:59:08.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:08 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:08.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:08 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:08.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:08 smithi173 ceph-mon[32978]: osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629] boot 2024-09-10T18:59:08.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:08 smithi173 ceph-mon[32978]: osdmap e26: 4 total, 4 up, 4 in 2024-09-10T18:59:08.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:08 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:08 smithi102 ceph-mon[32994]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-09-10T18:59:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:08 smithi102 ceph-mon[32994]: osdmap e25: 4 total, 3 up, 4 in 2024-09-10T18:59:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:08 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:08 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:08 smithi102 ceph-mon[32994]: osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629] boot 2024-09-10T18:59:08.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:08 smithi102 ceph-mon[32994]: osdmap e26: 4 total, 4 up, 4 in 2024-09-10T18:59:08.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:08 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:09.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:08 smithi070 ceph-mon[29685]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-09-10T18:59:09.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:08 smithi070 ceph-mon[29685]: osdmap e25: 4 total, 3 up, 4 in 2024-09-10T18:59:09.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:08 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:09.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:08 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:09.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:08 smithi070 ceph-mon[29685]: osd.3 [v2:172.21.15.102:6808/1076971629,v1:172.21.15.102:6809/1076971629] boot 2024-09-10T18:59:09.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:08 smithi070 ceph-mon[29685]: osdmap e26: 4 total, 4 up, 4 in 2024-09-10T18:59:09.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:08 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:09.181 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi173:vg_nvme/lv_4 2024-09-10T18:59:09.458 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: purged_snaps scrub starts 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: purged_snaps scrub ok 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: Detected new or changed devices on smithi102 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:09.875 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: Adjusting osd_memory_target on smithi102 to 8544M 2024-09-10T18:59:09.876 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:09.876 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:09.876 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:09.876 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:09 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: purged_snaps scrub starts 2024-09-10T18:59:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: purged_snaps scrub ok 2024-09-10T18:59:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:59:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: Detected new or changed devices on smithi102 2024-09-10T18:59:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:09.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:09.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:09.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: Adjusting osd_memory_target on smithi102 to 8544M 2024-09-10T18:59:09.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:09.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:09.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:09.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:10.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: purged_snaps scrub starts 2024-09-10T18:59:10.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: purged_snaps scrub ok 2024-09-10T18:59:10.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:59:10.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:10.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: Detected new or changed devices on smithi102 2024-09-10T18:59:10.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:10.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:10.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:10.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:10.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: Adjusting osd_memory_target on smithi102 to 8544M 2024-09-10T18:59:10.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:10.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:10.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:10.041 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:10.937 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:10 smithi173 ceph-mon[32978]: osdmap e28: 4 total, 4 up, 4 in 2024-09-10T18:59:11.039 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:10 smithi070 ceph-mon[29685]: osdmap e28: 4 total, 4 up, 4 in 2024-09-10T18:59:11.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:10 smithi102 ceph-mon[32994]: osdmap e28: 4 total, 4 up, 4 in 2024-09-10T18:59:11.900 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:11 smithi173 ceph-mon[32978]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:11.900 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:11 smithi173 ceph-mon[32978]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:11.900 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:11 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:59:11.900 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:11 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:59:11.900 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:11 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:12.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:11 smithi102 ceph-mon[32994]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:12.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:11 smithi102 ceph-mon[32994]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:12.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:11 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:59:12.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:11 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:59:12.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:11 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:12.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:11 smithi070 ceph-mon[29685]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:12.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:11 smithi070 ceph-mon[29685]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:12.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:11 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:59:12.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:11 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:59:12.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:11 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:14.085 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:13 smithi173 ceph-mon[32978]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:14.085 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:13 smithi173 ceph-mon[32978]: from='client.? 172.21.15.173:0/3333911451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]: dispatch 2024-09-10T18:59:14.085 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:13 smithi173 ceph-mon[32978]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]: dispatch 2024-09-10T18:59:14.085 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:13 smithi173 ceph-mon[32978]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]': finished 2024-09-10T18:59:14.085 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:13 smithi173 ceph-mon[32978]: osdmap e29: 5 total, 4 up, 5 in 2024-09-10T18:59:14.085 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:13 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:14.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:13 smithi102 ceph-mon[32994]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:14.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:13 smithi102 ceph-mon[32994]: from='client.? 172.21.15.173:0/3333911451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]: dispatch 2024-09-10T18:59:14.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:13 smithi102 ceph-mon[32994]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]: dispatch 2024-09-10T18:59:14.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:13 smithi102 ceph-mon[32994]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]': finished 2024-09-10T18:59:14.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:13 smithi102 ceph-mon[32994]: osdmap e29: 5 total, 4 up, 5 in 2024-09-10T18:59:14.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:13 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:14.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:13 smithi070 ceph-mon[29685]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:14.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:13 smithi070 ceph-mon[29685]: from='client.? 172.21.15.173:0/3333911451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]: dispatch 2024-09-10T18:59:14.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:13 smithi070 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]: dispatch 2024-09-10T18:59:14.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:13 smithi070 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8e55100-6fb3-4fe0-bc79-752a25a5e288"}]': finished 2024-09-10T18:59:14.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:13 smithi070 ceph-mon[29685]: osdmap e29: 5 total, 4 up, 5 in 2024-09-10T18:59:14.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:13 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:15.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:14 smithi102 ceph-mon[32994]: from='client.? 172.21.15.173:0/161229598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:59:15.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:14 smithi173 ceph-mon[32978]: from='client.? 172.21.15.173:0/161229598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:59:15.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:14 smithi070 ceph-mon[29685]: from='client.? 172.21.15.173:0/161229598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:59:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:15 smithi102 ceph-mon[32994]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T18:59:16.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:15 smithi173 ceph-mon[32978]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T18:59:16.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:15 smithi070 ceph-mon[29685]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T18:59:18.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:17 smithi102 ceph-mon[32994]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T18:59:18.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:17 smithi173 ceph-mon[32978]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T18:59:18.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:17 smithi070 ceph-mon[29685]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T18:59:20.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:19 smithi102 ceph-mon[32994]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-10T18:59:20.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:19 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:59:20.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:19 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:20.167 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:19 smithi173 ceph-mon[32978]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-10T18:59:20.167 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:59:20.167 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:19 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:20.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:19 smithi070 ceph-mon[29685]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-10T18:59:20.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:59:20.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:20.870 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:20 smithi173 ceph-mon[32978]: Deploying daemon osd.4 on smithi173 2024-09-10T18:59:21.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:20 smithi102 ceph-mon[32994]: Deploying daemon osd.4 on smithi173 2024-09-10T18:59:21.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:20 smithi070 ceph-mon[29685]: Deploying daemon osd.4 on smithi173 2024-09-10T18:59:22.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:21 smithi173 ceph-mon[32978]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:22.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:21 smithi102 ceph-mon[32994]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:22.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:21 smithi070 ceph-mon[29685]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:24.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:23 smithi173 ceph-mon[32978]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:24.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:23 smithi102 ceph-mon[32994]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:24.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:23 smithi070 ceph-mon[29685]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:25.081 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:24 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:25.081 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:24 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:25.081 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:24 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:25.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:24 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:25.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:24 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:25.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:24 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:25.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:24 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:25.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:24 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:25.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:24 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:26.389 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:26 smithi173 ceph-mon[32978]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-10T18:59:26.389 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:26 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:26.389 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:26 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:26.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:26 smithi102 ceph-mon[32994]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-10T18:59:26.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:26 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:26.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:26 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:26.789 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:26 smithi070 ceph-mon[29685]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-10T18:59:26.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:26 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:26.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:26 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:27.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:27 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:27.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:27 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:27.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:27 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:27.685 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:27 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:27.685 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:27 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:27.685 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:27 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:27.721 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 4 on host 'smithi173' 2024-09-10T18:59:27.789 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:27 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:27.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:27 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:27.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:27 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:28.253 DEBUG:teuthology.orchestra.run.smithi173:osd.4> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.4.service 2024-09-10T18:59:28.255 INFO:tasks.cephadm:Deploying osd.5 on smithi173 with /dev/vg_nvme/lv_3... 2024-09-10T18:59:28.255 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:59:28.590 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:28 smithi173 ceph-mon[32978]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:28.590 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:28 smithi173 ceph-mon[32978]: from='osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:59:28.590 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:28 smithi173 ceph-mon[32978]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:59:28.590 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:28.591 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:28.591 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:28 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:28.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:28 smithi102 ceph-mon[32994]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:28.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:28 smithi102 ceph-mon[32994]: from='osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:59:28.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:28 smithi102 ceph-mon[32994]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:59:28.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:28.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:28.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:28 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:28.691 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:28 smithi070 ceph-mon[29685]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:28.691 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:28 smithi070 ceph-mon[29685]: from='osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:59:28.691 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:28 smithi070 ceph-mon[29685]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:59:28.691 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:28.692 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:28.692 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:28 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:29.020 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T18:59:29.394 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:29 smithi173 ceph-mon[32978]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:59:29.394 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:29 smithi173 ceph-mon[32978]: osdmap e30: 5 total, 4 up, 5 in 2024-09-10T18:59:29.394 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:29 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:29.394 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:29 smithi173 ceph-mon[32978]: from='osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:29.394 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:29 smithi173 ceph-mon[32978]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:29.394 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:29 smithi173 ceph-mon[32978]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:29.395 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 18:59:29 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4[37705]: 2024-09-10T18:59:29.388+0000 7f6300c44640 -1 osd.4 0 waiting for initial osdmap 2024-09-10T18:59:29.395 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 18:59:29 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4[37705]: 2024-09-10T18:59:29.392+0000 7f62f9a77640 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:59:29.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:29 smithi102 ceph-mon[32994]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:59:29.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:29 smithi102 ceph-mon[32994]: osdmap e30: 5 total, 4 up, 5 in 2024-09-10T18:59:29.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:29 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:29.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:29 smithi102 ceph-mon[32994]: from='osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:29.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:29 smithi102 ceph-mon[32994]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:29.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:29 smithi102 ceph-mon[32994]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:29 smithi070 ceph-mon[29685]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:59:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:29 smithi070 ceph-mon[29685]: osdmap e30: 5 total, 4 up, 5 in 2024-09-10T18:59:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:29 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:29 smithi070 ceph-mon[29685]: from='osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:29 smithi070 ceph-mon[29685]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:29.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:29 smithi070 ceph-mon[29685]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:30.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:30 smithi102 ceph-mon[32994]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-09-10T18:59:30.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:30 smithi102 ceph-mon[32994]: osdmap e31: 5 total, 4 up, 5 in 2024-09-10T18:59:30.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:30.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:30 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:30.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:30 smithi173 ceph-mon[32978]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-09-10T18:59:30.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:30 smithi173 ceph-mon[32978]: osdmap e31: 5 total, 4 up, 5 in 2024-09-10T18:59:30.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:30.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:30 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:30.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:30 smithi070 ceph-mon[29685]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-09-10T18:59:30.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:30 smithi070 ceph-mon[29685]: osdmap e31: 5 total, 4 up, 5 in 2024-09-10T18:59:30.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:30.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:30 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:31.563 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:59:31.563 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:31 smithi173 ceph-mon[32978]: purged_snaps scrub starts 2024-09-10T18:59:31.563 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:31 smithi173 ceph-mon[32978]: purged_snaps scrub ok 2024-09-10T18:59:31.563 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:31 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:31.563 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:31 smithi173 ceph-mon[32978]: osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639] boot 2024-09-10T18:59:31.563 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:31 smithi173 ceph-mon[32978]: osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:59:31.563 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:31 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:31.563 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:31 smithi173 ceph-mon[32978]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:31.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:31 smithi102 ceph-mon[32994]: purged_snaps scrub starts 2024-09-10T18:59:31.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:31 smithi102 ceph-mon[32994]: purged_snaps scrub ok 2024-09-10T18:59:31.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:31 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:31.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:31 smithi102 ceph-mon[32994]: osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639] boot 2024-09-10T18:59:31.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:31 smithi102 ceph-mon[32994]: osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:59:31.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:31 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:31.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:31 smithi102 ceph-mon[32994]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:31.646 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:59:31.660 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2024-09-10T18:59:31.660 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2024-09-10T18:59:31.660 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124591 s, 842 MB/s 2024-09-10T18:59:31.660 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2024-09-10T18:59:31.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:31 smithi070 ceph-mon[29685]: purged_snaps scrub starts 2024-09-10T18:59:31.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:31 smithi070 ceph-mon[29685]: purged_snaps scrub ok 2024-09-10T18:59:31.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:31 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:31.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:31 smithi070 ceph-mon[29685]: osd.4 [v2:172.21.15.173:6800/686517639,v1:172.21.15.173:6801/686517639] boot 2024-09-10T18:59:31.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:31 smithi070 ceph-mon[29685]: osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:59:31.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:31 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:59:31.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:31 smithi070 ceph-mon[29685]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T18:59:32.511 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:32 smithi173 ceph-mon[32978]: osdmap e33: 5 total, 5 up, 5 in 2024-09-10T18:59:32.535 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi173:vg_nvme/lv_3 2024-09-10T18:59:32.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:32 smithi070 ceph-mon[29685]: osdmap e33: 5 total, 5 up, 5 in 2024-09-10T18:59:32.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:32 smithi102 ceph-mon[32994]: osdmap e33: 5 total, 5 up, 5 in 2024-09-10T18:59:33.107 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T18:59:33.516 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: osdmap e34: 5 total, 5 up, 5 in 2024-09-10T18:59:33.516 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:33.516 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: Detected new or changed devices on smithi173 2024-09-10T18:59:33.516 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.516 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.516 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:33.517 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: Adjusting osd_memory_target on smithi173 to 21184M 2024-09-10T18:59:33.517 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.517 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:33.517 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:33.517 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:33 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: osdmap e34: 5 total, 5 up, 5 in 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: Detected new or changed devices on smithi173 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: Adjusting osd_memory_target on smithi173 to 21184M 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:33.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:33 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: osdmap e34: 5 total, 5 up, 5 in 2024-09-10T18:59:33.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:33.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: Detected new or changed devices on smithi173 2024-09-10T18:59:33.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:33.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: Adjusting osd_memory_target on smithi173 to 21184M 2024-09-10T18:59:33.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:33.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:33.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:33.894 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:33 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:36.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:35 smithi173 ceph-mon[32978]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-09-10T18:59:36.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:35 smithi173 ceph-mon[32978]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:36.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:59:36.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:59:36.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:35 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:35 smithi102 ceph-mon[32994]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-09-10T18:59:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:35 smithi102 ceph-mon[32994]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:59:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:59:36.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:35 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:36.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:35 smithi070 ceph-mon[29685]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-09-10T18:59:36.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:35 smithi070 ceph-mon[29685]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:36.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:59:36.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:59:36.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:35 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:38.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:37 smithi102 ceph-mon[32994]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-09-10T18:59:38.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:37 smithi102 ceph-mon[32994]: from='client.? 172.21.15.173:0/281502294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]: dispatch 2024-09-10T18:59:38.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:37 smithi102 ceph-mon[32994]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]: dispatch 2024-09-10T18:59:38.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:37 smithi102 ceph-mon[32994]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]': finished 2024-09-10T18:59:38.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:37 smithi102 ceph-mon[32994]: osdmap e35: 6 total, 5 up, 6 in 2024-09-10T18:59:38.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:37 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:38.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:37 smithi102 ceph-mon[32994]: from='client.? 172.21.15.173:0/168614268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:59:38.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:37 smithi173 ceph-mon[32978]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-09-10T18:59:38.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:37 smithi173 ceph-mon[32978]: from='client.? 172.21.15.173:0/281502294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]: dispatch 2024-09-10T18:59:38.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:37 smithi173 ceph-mon[32978]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]: dispatch 2024-09-10T18:59:38.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:37 smithi173 ceph-mon[32978]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]': finished 2024-09-10T18:59:38.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:37 smithi173 ceph-mon[32978]: osdmap e35: 6 total, 5 up, 6 in 2024-09-10T18:59:38.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:37 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:38.187 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:37 smithi173 ceph-mon[32978]: from='client.? 172.21.15.173:0/168614268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:59:38.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:37 smithi070 ceph-mon[29685]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-09-10T18:59:38.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:37 smithi070 ceph-mon[29685]: from='client.? 172.21.15.173:0/281502294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]: dispatch 2024-09-10T18:59:38.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:37 smithi070 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]: dispatch 2024-09-10T18:59:38.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:37 smithi070 ceph-mon[29685]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9ca9d34-49b8-45be-b35a-4525c2ccb1af"}]': finished 2024-09-10T18:59:38.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:37 smithi070 ceph-mon[29685]: osdmap e35: 6 total, 5 up, 6 in 2024-09-10T18:59:38.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:37 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:38.293 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:37 smithi070 ceph-mon[29685]: from='client.? 172.21.15.173:0/168614268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:59:40.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:39 smithi173 ceph-mon[32978]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T18:59:40.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:39 smithi102 ceph-mon[32994]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T18:59:40.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:39 smithi070 ceph-mon[29685]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T18:59:42.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:41 smithi173 ceph-mon[32978]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-10T18:59:42.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:41 smithi102 ceph-mon[32994]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-10T18:59:42.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:41 smithi070 ceph-mon[29685]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-10T18:59:44.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:43 smithi102 ceph-mon[32994]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:44.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:43 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:59:44.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:43 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:44.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:43 smithi102 ceph-mon[32994]: Deploying daemon osd.5 on smithi173 2024-09-10T18:59:44.179 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:43 smithi173 ceph-mon[32978]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:44.179 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:43 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:59:44.179 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:43 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:44.179 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:43 smithi173 ceph-mon[32978]: Deploying daemon osd.5 on smithi173 2024-09-10T18:59:44.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:43 smithi070 ceph-mon[29685]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T18:59:44.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:43 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:59:44.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:43 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:44.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:43 smithi070 ceph-mon[29685]: Deploying daemon osd.5 on smithi173 2024-09-10T18:59:45.913 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:45 smithi173 ceph-mon[32978]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:46.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:45 smithi102 ceph-mon[32994]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:46.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:45 smithi070 ceph-mon[29685]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:47.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:47 smithi173 ceph-mon[32978]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:48.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:47 smithi102 ceph-mon[32994]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:48.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:47 smithi070 ceph-mon[29685]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:48.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:48.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:48.936 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:49.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:49.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:49.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:49.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:50.234 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:49 smithi173 ceph-mon[32978]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:50.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:49 smithi070 ceph-mon[29685]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:50.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:49 smithi102 ceph-mon[32994]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:51.150 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 5 on host 'smithi173' 2024-09-10T18:59:51.732 DEBUG:teuthology.orchestra.run.smithi173:osd.5> sudo journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.5.service 2024-09-10T18:59:51.734 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-10T18:59:51.735 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:59:51.998 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:59:52.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:51 smithi070 ceph-mon[29685]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:52.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:51 smithi070 ceph-mon[29685]: from='osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:59:52.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:51 smithi070 ceph-mon[29685]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:59:52.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:51 smithi102 ceph-mon[32994]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:51 smithi102 ceph-mon[32994]: from='osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:59:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:51 smithi102 ceph-mon[32994]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:59:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:51 smithi173 ceph-mon[32978]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:51 smithi173 ceph-mon[32978]: from='osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:59:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:51 smithi173 ceph-mon[32978]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:59:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:52.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:53.228 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:53 smithi070 ceph-mon[29685]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:59:53.228 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:53 smithi070 ceph-mon[29685]: osdmap e36: 6 total, 5 up, 6 in 2024-09-10T18:59:53.229 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:53 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:53.229 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:53 smithi070 ceph-mon[29685]: from='osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:53.229 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:53 smithi070 ceph-mon[29685]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:53 smithi102 ceph-mon[32994]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:59:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:53 smithi102 ceph-mon[32994]: osdmap e36: 6 total, 5 up, 6 in 2024-09-10T18:59:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:53 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:53 smithi102 ceph-mon[32994]: from='osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:53.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:53 smithi102 ceph-mon[32994]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:53.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:53 smithi173 ceph-mon[32978]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:59:53.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:53 smithi173 ceph-mon[32978]: osdmap e36: 6 total, 5 up, 6 in 2024-09-10T18:59:53.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:53 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:53.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:53 smithi173 ceph-mon[32978]: from='osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:53.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:53 smithi173 ceph-mon[32978]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-09-10T18:59:53.437 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 18:59:53 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5[44045]: 2024-09-10T18:59:53.006+0000 7fe909149640 -1 osd.5 0 waiting for initial osdmap 2024-09-10T18:59:53.437 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 18:59:53 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5[44045]: 2024-09-10T18:59:53.011+0000 7fe905783640 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:59:53.673 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:59:54.231 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:54 smithi070 ceph-mon[29685]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:54.231 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:54 smithi070 ceph-mon[29685]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-09-10T18:59:54.231 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:54 smithi070 ceph-mon[29685]: osdmap e37: 6 total, 5 up, 6 in 2024-09-10T18:59:54.231 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:54 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:54.231 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:54 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:54.231 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:54 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1931552021' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:59:54.231 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:54 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:54.232 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":37,"num_osds":6,"num_up_osds":5,"osd_up_since":1725994770,"num_in_osds":6,"osd_in_since":1725994777,"num_remapped_pgs":0} 2024-09-10T18:59:54.311 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:54 smithi173 ceph-mon[32978]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:54.311 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:54 smithi173 ceph-mon[32978]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-09-10T18:59:54.312 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:54 smithi173 ceph-mon[32978]: osdmap e37: 6 total, 5 up, 6 in 2024-09-10T18:59:54.312 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:54 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:54.312 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:54 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:54.312 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:54 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/1931552021' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:59:54.312 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:54 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:54.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:54 smithi102 ceph-mon[32994]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:54.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:54 smithi102 ceph-mon[32994]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-09-10T18:59:54.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:54 smithi102 ceph-mon[32994]: osdmap e37: 6 total, 5 up, 6 in 2024-09-10T18:59:54.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:54 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:54.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:54 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:54.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:54 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/1931552021' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:59:54.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:54 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:55.234 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:59:55.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: purged_snaps scrub starts 2024-09-10T18:59:55.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: purged_snaps scrub ok 2024-09-10T18:59:55.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930] boot 2024-09-10T18:59:55.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: osdmap e38: 6 total, 6 up, 6 in 2024-09-10T18:59:55.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:55.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: Detected new or changed devices on smithi173 2024-09-10T18:59:55.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: Adjusting osd_memory_target on smithi173 to 10592M 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:55.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:55.292 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: purged_snaps scrub starts 2024-09-10T18:59:55.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: purged_snaps scrub ok 2024-09-10T18:59:55.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930] boot 2024-09-10T18:59:55.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: osdmap e38: 6 total, 6 up, 6 in 2024-09-10T18:59:55.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: Detected new or changed devices on smithi173 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: Adjusting osd_memory_target on smithi173 to 10592M 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:55.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:55.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:55.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: purged_snaps scrub starts 2024-09-10T18:59:55.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: purged_snaps scrub ok 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: osd.5 [v2:172.21.15.173:6808/215650930,v1:172.21.15.173:6809/215650930] boot 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: osdmap e38: 6 total, 6 up, 6 in 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: Detected new or changed devices on smithi173 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: Adjusting osd_memory_target on smithi173 to 10592M 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:55.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:55.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:55.438 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:55 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T18:59:55.483 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:59:56.214 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:56 smithi070 ceph-mon[29685]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:56.214 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:56 smithi070 ceph-mon[29685]: osdmap e39: 6 total, 6 up, 6 in 2024-09-10T18:59:56.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:56 smithi102 ceph-mon[32994]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:56.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:56 smithi102 ceph-mon[32994]: osdmap e39: 6 total, 6 up, 6 in 2024-09-10T18:59:56.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:56 smithi173 ceph-mon[32978]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T18:59:56.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:56 smithi173 ceph-mon[32978]: osdmap e39: 6 total, 6 up, 6 in 2024-09-10T18:59:57.146 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:59:57.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:57 smithi070 ceph-mon[29685]: osdmap e40: 6 total, 6 up, 6 in 2024-09-10T18:59:57.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:57 smithi102 ceph-mon[32994]: osdmap e40: 6 total, 6 up, 6 in 2024-09-10T18:59:57.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:57 smithi173 ceph-mon[32978]: osdmap e40: 6 total, 6 up, 6 in 2024-09-10T18:59:57.753 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":40,"num_osds":6,"num_up_osds":6,"osd_up_since":1725994794,"num_in_osds":6,"osd_in_since":1725994777,"num_remapped_pgs":0} 2024-09-10T18:59:57.754 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:59:57.995 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:59:58.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:58 smithi070 ceph-mon[29685]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T18:59:58.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 18:59:58 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/705789881' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:59:58.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:58 smithi102 ceph-mon[32994]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T18:59:58.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 18:59:58 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/705789881' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:59:58.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:58 smithi173 ceph-mon[32978]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T18:59:58.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 18:59:58 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/705789881' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:59:59.653 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T18:59:59.653 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":40,"fsid":"b5d289b0-6fa5-11ef-bcea-c7b262605968","created":"2024-09-10T18:55:51.451014+0000","modified":"2024-09-10T18:59:56.014036+0000","last_up_change":"2024-09-10T18:59:54.005078+0000","last_in_change":"2024-09-10T18:59:37.007407+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T18:58:47.025552+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"155d7d02-be18-43b3-a9df-4cac7ac88180","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.70:6802","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6803","nonce":513381695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6805","nonce":513381695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6809","nonce":513381695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6807","nonce":513381695}]},"public_addr":"172.21.15.70:6803/513381695","cluster_addr":"172.21.15.70:6805/513381695","heartbeat_back_addr":"172.21.15.70:6809/513381695","heartbeat_front_addr":"172.21.15.70:6807/513381695","state":["exists","up"]},{"osd":1,"uuid":"04013abe-9636-43ca-b4ca-6cce04668bca","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.70:6810","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6811","nonce":3901362907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6813","nonce":3901362907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6816","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6817","nonce":3901362907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6815","nonce":3901362907}]},"public_addr":"172.21.15.70:6811/3901362907","cluster_addr":"172.21.15.70:6813/3901362907","heartbeat_back_addr":"172.21.15.70:6817/3901362907","heartbeat_front_addr":"172.21.15.70:6815/3901362907","state":["exists","up"]},{"osd":2,"uuid":"9b7cd066-0727-45bb-a45e-718865bd8223","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.102:6800","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6801","nonce":3532079873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6803","nonce":3532079873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6807","nonce":3532079873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6805","nonce":3532079873}]},"public_addr":"172.21.15.102:6801/3532079873","cluster_addr":"172.21.15.102:6803/3532079873","heartbeat_back_addr":"172.21.15.102:6807/3532079873","heartbeat_front_addr":"172.21.15.102:6805/3532079873","state":["exists","up"]},{"osd":3,"uuid":"f4c0255f-7327-49c0-af4e-5cc0de788e30","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.102:6808","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6809","nonce":1076971629}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6811","nonce":1076971629}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6815","nonce":1076971629}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6813","nonce":1076971629}]},"public_addr":"172.21.15.102:6809/1076971629","cluster_addr":"172.21.15.102:6811/1076971629","heartbeat_back_addr":"172.21.15.102:6815/1076971629","heartbeat_front_addr":"172.21.15.102:6813/1076971629","state":["exists","up"]},{"osd":4,"uuid":"a8e55100-6fb3-4fe0-bc79-752a25a5e288","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.173:6800","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6801","nonce":686517639}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6803","nonce":686517639}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6807","nonce":686517639}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6805","nonce":686517639}]},"public_addr":"172.21.15.173:6801/686517639","cluster_addr":"172.21.15.173:6803/686517639","heartbeat_back_addr":"172.21.15.173:6807/686517639","heartbeat_front_addr":"172.21.15.173:6805/686517639","state":["exists","up"]},{"osd":5,"uuid":"a9ca9d34-49b8-45be-b35a-4525c2ccb1af","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.173:6808","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6809","nonce":215650930}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6811","nonce":215650930}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6815","nonce":215650930}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6813","nonce":215650930}]},"public_addr":"172.21.15.173:6809/215650930","cluster_addr":"172.21.15.173:6811/215650930","heartbeat_back_addr":"172.21.15.173:6815/215650930","heartbeat_front_addr":"172.21.15.173:6813/215650930","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:00.453762+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:22.866241+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:44.006036+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:06.650317+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:28.463129+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:52.110622+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:6801/1495719100":"2024-09-11T18:56:34.734479+0000","172.21.15.70:6800/1495719100":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/1107915595":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2439484471":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2968927467":"2024-09-11T18:56:13.369436+0000","172.21.15.70:0/1446255570":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2187337701":"2024-09-11T18:56:13.369436+0000","172.21.15.70:6801/2765821787":"2024-09-11T18:56:13.369436+0000","172.21.15.70:6800/2765821787":"2024-09-11T18:56:13.369436+0000","172.21.15.70:0/2484747069":"2024-09-11T18:56:13.369436+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-10T19:00:00.181 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:00 smithi070 ceph-mon[29685]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-09-10T19:00:00.181 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:00 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/210025681' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:00.181 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:00 smithi070 ceph-mon[29685]: overall HEALTH_OK 2024-09-10T19:00:00.207 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-10T18:58:47.025552+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-09-10T19:00:00.207 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-10T19:00:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:00 smithi102 ceph-mon[32994]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-09-10T19:00:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:00 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/210025681' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:00 smithi102 ceph-mon[32994]: overall HEALTH_OK 2024-09-10T19:00:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:00 smithi173 ceph-mon[32978]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-09-10T19:00:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:00 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/210025681' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:00.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:00 smithi173 ceph-mon[32978]: overall HEALTH_OK 2024-09-10T19:00:00.452 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:02.175 INFO:teuthology.orchestra.run.smithi070.stdout:pg_num: 1 2024-09-10T19:00:02.175 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:02 smithi070 ceph-mon[29685]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-10T19:00:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:02 smithi102 ceph-mon[32994]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-10T19:00:02.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:02 smithi173 ceph-mon[32978]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-10T19:00:02.766 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T19:00:02.766 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T19:00:02.766 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T19:00:02.766 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T19:00:03.003 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:03.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:03 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1416329073' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-10T19:00:03.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:03 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/1416329073' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-10T19:00:03.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:03 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/1416329073' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-10T19:00:04.114 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:04 smithi070 ceph-mon[29685]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T19:00:04.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:04 smithi102 ceph-mon[32994]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T19:00:04.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:04 smithi173 ceph-mon[32978]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T19:00:04.760 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T19:00:05.328 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:05 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1049580927' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:00:05.352 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":775286605},{"type":"v1","addr":"172.21.15.70:6801","nonce":775286605}]},"active_addr":"172.21.15.70:6801/775286605","active_change":"2024-09-10T18:56:34.734579+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540138320759226367,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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","upmap"],"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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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","upmap"],"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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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.70: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"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":1185930790}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":3189749341}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":4053099115}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":3854279580}]}]} 2024-09-10T19:00:05.356 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T19:00:05.357 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T19:00:05.357 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T19:00:05.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:05 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/1049580927' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:00:05.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:05 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/1049580927' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T19:00:05.595 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:06.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:06 smithi070 ceph-mon[29685]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-10T19:00:06.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:06 smithi102 ceph-mon[32994]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-10T19:00:06.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:06 smithi173 ceph-mon[32978]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-10T19:00:07.186 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T19:00:07.186 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":40,"fsid":"b5d289b0-6fa5-11ef-bcea-c7b262605968","created":"2024-09-10T18:55:51.451014+0000","modified":"2024-09-10T18:59:56.014036+0000","last_up_change":"2024-09-10T18:59:54.005078+0000","last_in_change":"2024-09-10T18:59:37.007407+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T18:58:47.025552+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"155d7d02-be18-43b3-a9df-4cac7ac88180","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.70:6802","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6803","nonce":513381695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6805","nonce":513381695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6809","nonce":513381695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6807","nonce":513381695}]},"public_addr":"172.21.15.70:6803/513381695","cluster_addr":"172.21.15.70:6805/513381695","heartbeat_back_addr":"172.21.15.70:6809/513381695","heartbeat_front_addr":"172.21.15.70:6807/513381695","state":["exists","up"]},{"osd":1,"uuid":"04013abe-9636-43ca-b4ca-6cce04668bca","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.70:6810","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6811","nonce":3901362907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6813","nonce":3901362907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6816","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6817","nonce":3901362907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6815","nonce":3901362907}]},"public_addr":"172.21.15.70:6811/3901362907","cluster_addr":"172.21.15.70:6813/3901362907","heartbeat_back_addr":"172.21.15.70:6817/3901362907","heartbeat_front_addr":"172.21.15.70:6815/3901362907","state":["exists","up"]},{"osd":2,"uuid":"9b7cd066-0727-45bb-a45e-718865bd8223","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.102:6800","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6801","nonce":3532079873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6803","nonce":3532079873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6807","nonce":3532079873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6805","nonce":3532079873}]},"public_addr":"172.21.15.102:6801/3532079873","cluster_addr":"172.21.15.102:6803/3532079873","heartbeat_back_addr":"172.21.15.102:6807/3532079873","heartbeat_front_addr":"172.21.15.102:6805/3532079873","state":["exists","up"]},{"osd":3,"uuid":"f4c0255f-7327-49c0-af4e-5cc0de788e30","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.102:6808","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6809","nonce":1076971629}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6811","nonce":1076971629}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6815","nonce":1076971629}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6813","nonce":1076971629}]},"public_addr":"172.21.15.102:6809/1076971629","cluster_addr":"172.21.15.102:6811/1076971629","heartbeat_back_addr":"172.21.15.102:6815/1076971629","heartbeat_front_addr":"172.21.15.102:6813/1076971629","state":["exists","up"]},{"osd":4,"uuid":"a8e55100-6fb3-4fe0-bc79-752a25a5e288","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.173:6800","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6801","nonce":686517639}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6803","nonce":686517639}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6807","nonce":686517639}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6805","nonce":686517639}]},"public_addr":"172.21.15.173:6801/686517639","cluster_addr":"172.21.15.173:6803/686517639","heartbeat_back_addr":"172.21.15.173:6807/686517639","heartbeat_front_addr":"172.21.15.173:6805/686517639","state":["exists","up"]},{"osd":5,"uuid":"a9ca9d34-49b8-45be-b35a-4525c2ccb1af","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.173:6808","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6809","nonce":215650930}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6811","nonce":215650930}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6815","nonce":215650930}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6813","nonce":215650930}]},"public_addr":"172.21.15.173:6809/215650930","cluster_addr":"172.21.15.173:6811/215650930","heartbeat_back_addr":"172.21.15.173:6815/215650930","heartbeat_front_addr":"172.21.15.173:6813/215650930","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:00.453762+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:22.866241+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:44.006036+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:06.650317+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:28.463129+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:52.110622+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:6801/1495719100":"2024-09-11T18:56:34.734479+0000","172.21.15.70:6800/1495719100":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/1107915595":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2439484471":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2968927467":"2024-09-11T18:56:13.369436+0000","172.21.15.70:0/1446255570":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2187337701":"2024-09-11T18:56:13.369436+0000","172.21.15.70:6801/2765821787":"2024-09-11T18:56:13.369436+0000","172.21.15.70:6800/2765821787":"2024-09-11T18:56:13.369436+0000","172.21.15.70:0/2484747069":"2024-09-11T18:56:13.369436+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-10T19:00:07.815 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T19:00:07.815 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T19:00:08.054 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:08.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:08 smithi070 ceph-mon[29685]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-10T19:00:08.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:08 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/419931030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:08.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:08 smithi102 ceph-mon[32994]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-10T19:00:08.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:08 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/419931030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:08.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:08 smithi173 ceph-mon[32978]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-10T19:00:08.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:08 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/419931030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:09.529 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T19:00:09.530 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":40,"fsid":"b5d289b0-6fa5-11ef-bcea-c7b262605968","created":"2024-09-10T18:55:51.451014+0000","modified":"2024-09-10T18:59:56.014036+0000","last_up_change":"2024-09-10T18:59:54.005078+0000","last_in_change":"2024-09-10T18:59:37.007407+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T18:58:47.025552+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"155d7d02-be18-43b3-a9df-4cac7ac88180","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.70:6802","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6803","nonce":513381695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6805","nonce":513381695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6809","nonce":513381695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":513381695},{"type":"v1","addr":"172.21.15.70:6807","nonce":513381695}]},"public_addr":"172.21.15.70:6803/513381695","cluster_addr":"172.21.15.70:6805/513381695","heartbeat_back_addr":"172.21.15.70:6809/513381695","heartbeat_front_addr":"172.21.15.70:6807/513381695","state":["exists","up"]},{"osd":1,"uuid":"04013abe-9636-43ca-b4ca-6cce04668bca","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.70:6810","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6811","nonce":3901362907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6813","nonce":3901362907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6816","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6817","nonce":3901362907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":3901362907},{"type":"v1","addr":"172.21.15.70:6815","nonce":3901362907}]},"public_addr":"172.21.15.70:6811/3901362907","cluster_addr":"172.21.15.70:6813/3901362907","heartbeat_back_addr":"172.21.15.70:6817/3901362907","heartbeat_front_addr":"172.21.15.70:6815/3901362907","state":["exists","up"]},{"osd":2,"uuid":"9b7cd066-0727-45bb-a45e-718865bd8223","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.102:6800","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6801","nonce":3532079873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6803","nonce":3532079873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6807","nonce":3532079873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":3532079873},{"type":"v1","addr":"172.21.15.102:6805","nonce":3532079873}]},"public_addr":"172.21.15.102:6801/3532079873","cluster_addr":"172.21.15.102:6803/3532079873","heartbeat_back_addr":"172.21.15.102:6807/3532079873","heartbeat_front_addr":"172.21.15.102:6805/3532079873","state":["exists","up"]},{"osd":3,"uuid":"f4c0255f-7327-49c0-af4e-5cc0de788e30","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.102:6808","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6809","nonce":1076971629}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6811","nonce":1076971629}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6815","nonce":1076971629}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":1076971629},{"type":"v1","addr":"172.21.15.102:6813","nonce":1076971629}]},"public_addr":"172.21.15.102:6809/1076971629","cluster_addr":"172.21.15.102:6811/1076971629","heartbeat_back_addr":"172.21.15.102:6815/1076971629","heartbeat_front_addr":"172.21.15.102:6813/1076971629","state":["exists","up"]},{"osd":4,"uuid":"a8e55100-6fb3-4fe0-bc79-752a25a5e288","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.173:6800","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6801","nonce":686517639}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6803","nonce":686517639}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6807","nonce":686517639}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":686517639},{"type":"v1","addr":"172.21.15.173:6805","nonce":686517639}]},"public_addr":"172.21.15.173:6801/686517639","cluster_addr":"172.21.15.173:6803/686517639","heartbeat_back_addr":"172.21.15.173:6807/686517639","heartbeat_front_addr":"172.21.15.173:6805/686517639","state":["exists","up"]},{"osd":5,"uuid":"a9ca9d34-49b8-45be-b35a-4525c2ccb1af","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.173:6808","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6809","nonce":215650930}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6811","nonce":215650930}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6815","nonce":215650930}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":215650930},{"type":"v1","addr":"172.21.15.173:6813","nonce":215650930}]},"public_addr":"172.21.15.173:6809/215650930","cluster_addr":"172.21.15.173:6811/215650930","heartbeat_back_addr":"172.21.15.173:6815/215650930","heartbeat_front_addr":"172.21.15.173:6813/215650930","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:00.453762+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:22.866241+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:58:44.006036+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:06.650317+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:28.463129+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:59:52.110622+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:6801/1495719100":"2024-09-11T18:56:34.734479+0000","172.21.15.70:6800/1495719100":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/1107915595":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2439484471":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2968927467":"2024-09-11T18:56:13.369436+0000","172.21.15.70:0/1446255570":"2024-09-11T18:56:34.734479+0000","172.21.15.70:0/2187337701":"2024-09-11T18:56:13.369436+0000","172.21.15.70:6801/2765821787":"2024-09-11T18:56:13.369436+0000","172.21.15.70:6800/2765821787":"2024-09-11T18:56:13.369436+0000","172.21.15.70:0/2484747069":"2024-09-11T18:56:13.369436+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-10T19:00:10.110 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:10 smithi070 ceph-mon[29685]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T19:00:10.110 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:10 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3224600661' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:10.133 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T19:00:10.133 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T19:00:10.134 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T19:00:10.134 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-10T19:00:10.135 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-10T19:00:10.135 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-10T19:00:10.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:10 smithi102 ceph-mon[32994]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T19:00:10.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:10 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/3224600661' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:10.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:10 smithi173 ceph-mon[32978]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T19:00:10.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:10 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/3224600661' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T19:00:10.445 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:10.448 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:11.688 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:11.689 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:11.691 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:11.691 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:12.110 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:12 smithi070 ceph-mon[29685]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:12.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:12 smithi102 ceph-mon[32994]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:12.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:12 smithi173 ceph-mon[32978]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:14.329 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:14 smithi070 ceph-mon[29685]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:14.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:14 smithi102 ceph-mon[32994]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:14.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:14 smithi173 ceph-mon[32978]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:15.967 INFO:teuthology.orchestra.run.smithi070.stdout:111669149712 2024-09-10T19:00:15.967 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-10T19:00:16.208 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:16 smithi070 ceph-mon[29685]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:16.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:16 smithi102 ceph-mon[32994]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:16.435 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:16 smithi173 ceph-mon[32978]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:18.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:18 smithi102 ceph-mon[32994]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:18.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:18 smithi173 ceph-mon[32978]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:18.524 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:18 smithi070 ceph-mon[29685]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:18.548 INFO:teuthology.orchestra.run.smithi070.stdout:163208757256 2024-09-10T19:00:18.548 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-10T19:00:19.277 INFO:teuthology.orchestra.run.smithi070.stdout:55834574874 2024-09-10T19:00:19.278 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T19:00:20.312 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:20 smithi070 ceph-mon[29685]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:20.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:20 smithi102 ceph-mon[32994]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:20.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:20 smithi173 ceph-mon[32978]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:20.723 INFO:teuthology.orchestra.run.smithi070.stdout:77309411350 2024-09-10T19:00:20.724 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T19:00:21.886 INFO:teuthology.orchestra.run.smithi070.stdout:34359738398 2024-09-10T19:00:21.886 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T19:00:21.889 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:21.928 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:22.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:22 smithi070 ceph-mon[29685]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:22.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:22 smithi102 ceph-mon[32994]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:22.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:22 smithi173 ceph-mon[32978]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:22.506 INFO:teuthology.orchestra.run.smithi070.stdout:137438953485 2024-09-10T19:00:22.507 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-10T19:00:24.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:24 smithi070 ceph-mon[29685]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:24.332 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:24.332 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:24.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:24 smithi102 ceph-mon[32994]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:24.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:24 smithi173 ceph-mon[32978]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:24.646 INFO:teuthology.orchestra.run.smithi070.stdout:111669149713 2024-09-10T19:00:25.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:25 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3853426747' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T19:00:25.329 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149712 got 111669149713 for osd.3 2024-09-10T19:00:25.330 DEBUG:teuthology.parallel:result is None 2024-09-10T19:00:25.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:25 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/3853426747' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T19:00:25.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:25 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/3853426747' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T19:00:26.149 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:26.272 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:26 smithi070 ceph-mon[29685]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:26.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:26 smithi102 ceph-mon[32994]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:26.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:26 smithi173 ceph-mon[32978]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:27.254 INFO:teuthology.orchestra.run.smithi070.stdout:163208757258 2024-09-10T19:00:28.283 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757256 got 163208757258 for osd.5 2024-09-10T19:00:28.284 DEBUG:teuthology.parallel:result is None 2024-09-10T19:00:28.384 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:28 smithi070 ceph-mon[29685]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:28.384 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:28 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3051139258' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T19:00:28.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:28 smithi102 ceph-mon[32994]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:28.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:28 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/3051139258' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T19:00:28.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:28 smithi173 ceph-mon[32978]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:28.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:28 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/3051139258' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T19:00:28.627 INFO:teuthology.orchestra.run.smithi070.stdout:77309411352 2024-09-10T19:00:29.149 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:29.230 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:29 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2494406918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T19:00:29.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:29 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/2494406918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T19:00:29.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:29 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/2494406918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T19:00:29.918 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411350 got 77309411352 for osd.2 2024-09-10T19:00:29.918 DEBUG:teuthology.parallel:result is None 2024-09-10T19:00:30.149 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:30 smithi070 ceph-mon[29685]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:30.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:30 smithi102 ceph-mon[32994]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:30.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:30 smithi173 ceph-mon[32978]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:30.726 INFO:teuthology.orchestra.run.smithi070.stdout:137438953487 2024-09-10T19:00:31.167 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:31 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1298964898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T19:00:31.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:31 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/1298964898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T19:00:31.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:31 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/1298964898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T19:00:32.198 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:32 smithi070 ceph-mon[29685]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:32.224 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953485 got 137438953487 for osd.4 2024-09-10T19:00:32.224 DEBUG:teuthology.parallel:result is None 2024-09-10T19:00:32.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:32 smithi102 ceph-mon[32994]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:32.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:32 smithi173 ceph-mon[32978]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:32.994 INFO:teuthology.orchestra.run.smithi070.stdout:34359738400 2024-09-10T19:00:33.193 INFO:teuthology.orchestra.run.smithi070.stdout:55834574877 2024-09-10T19:00:33.193 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:33 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2292481262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T19:00:33.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:33 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/2292481262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T19:00:33.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:33 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/2292481262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T19:00:33.709 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738398 got 34359738400 for osd.0 2024-09-10T19:00:33.709 DEBUG:teuthology.parallel:result is None 2024-09-10T19:00:34.125 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:34 smithi070 ceph-mon[29685]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:34.126 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:34 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/1442457933' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T19:00:34.126 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574877 for osd.1 2024-09-10T19:00:34.126 DEBUG:teuthology.parallel:result is None 2024-09-10T19:00:34.127 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T19:00:34.127 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T19:00:34.365 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:34 smithi102 ceph-mon[32994]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:34.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:34 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/1442457933' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T19:00:34.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:34 smithi173 ceph-mon[32978]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:34.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:34 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/1442457933' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T19:00:36.138 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:36 smithi070 ceph-mon[29685]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:36.295 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T19:00:36.295 INFO:teuthology.orchestra.run.smithi070.stderr:dumped all 2024-09-10T19:00:36.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:36 smithi102 ceph-mon[32994]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:36.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:36 smithi173 ceph-mon[32978]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:37.025 INFO:teuthology.orchestra.run.smithi070.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2024-09-10T19:00:34.776791+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":1788004,"kb_used_data":3844,"kb_used_omap":9,"kb_used_meta":1784054,"kb_avail":560682908,"statfs":{"total":575970213888,"available":574139297792,"internally_reserved":0,"allocated":3936256,"data_stored":2590506,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10224,"internal_metadata":1826871312},"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":"22'92","reported_seq":67,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-09-10T18:59:56.061071+0000","last_change":"2024-09-10T18:59:56.061071+0000","last_active":"2024-09-10T18:59:56.061071+0000","last_peered":"2024-09-10T18:59:56.061071+0000","last_clean":"2024-09-10T18:59:56.061071+0000","last_became_active":"2024-09-10T18:59:56.055941+0000","last_became_peered":"2024-09-10T18:59:56.055941+0000","last_unstale":"2024-09-10T18:59:56.061071+0000","last_undegraded":"2024-09-10T18:59:56.061071+0000","last_fullsized":"2024-09-10T18:59:56.061071+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-10T18:58:47.711246+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:58:47.711246+0000","last_clean_scrub_stamp":"2024-09-10T18:58:47.711246+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-12T01:37:29.246241+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":2375680,"data_stored":2361472,"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":163208757259,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298288,"kb_used_data":928,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446864,"statfs":{"total":95995035648,"available":95689588736,"internally_reserved":0,"allocated":950272,"data_stored":726725,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41899999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46600000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]}]},{"osd":4,"up_from":32,"seq":137438953488,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297712,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":360448,"data_stored":136672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45500000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.374}]}]},{"osd":3,"up_from":26,"seq":111669149716,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298296,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446856,"statfs":{"total":95995035648,"available":95689580544,"internally_reserved":0,"allocated":954368,"data_stored":727040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:00:12 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.378}]},{"osd":1,"last update":"Tue Sep 10 19:00:12 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.40500000000000003}]},{"osd":2,"last update":"Tue Sep 10 19:00:12 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.35399999999999998}]},{"osd":4,"last update":"Tue Sep 10 19:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.749}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78100000000000003}]}]},{"osd":2,"up_from":18,"seq":77309411353,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298296,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446856,"statfs":{"total":95995035648,"available":95689580544,"internally_reserved":0,"allocated":954368,"data_stored":727040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:59:46 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.47499999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:59:46 2024","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.432},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.48799999999999999}]},{"osd":3,"last update":"Tue Sep 10 19:00:11 2024","interfaces":[{"interface":"back","average":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"last":0.442}]},{"osd":4,"last update":"Tue Sep 10 19:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.75}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67600000000000005}]}]},{"osd":1,"up_from":13,"seq":55834574877,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297704,"kb_used_data":348,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":356352,"data_stored":136357,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.30199999999999999,"5min":0.31,"15min":0.311},"min":{"1min":0.24099999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.247},{"interface":"front","average":{"1min":0.309,"5min":0.30499999999999999,"15min":0.30499999999999999},"min":{"1min":0.25700000000000001,"5min":0.215,"15min":0.215},"max":{"1min":0.36699999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"last":0.25700000000000001}]},{"osd":2,"last update":"Tue Sep 10 18:59:49 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.41099999999999998}]},{"osd":3,"last update":"Tue Sep 10 19:00:10 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.49199999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59199999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]}]},{"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":297708,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447444,"statfs":{"total":95995035648,"available":95690182656,"internally_reserved":0,"allocated":360448,"data_stored":136672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 10 19:00:29 2024","interfaces":[{"interface":"back","average":{"1min":0.30199999999999999,"5min":0.315,"15min":0.317},"min":{"1min":0.22800000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.44800000000000001,"5min":0.47399999999999998,"15min":0.47399999999999998},"last":0.443},{"interface":"front","average":{"1min":0.317,"5min":0.32900000000000001,"15min":0.33100000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"last":0.42999999999999999}]},{"osd":2,"last update":"Tue Sep 10 18:59:50 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.45800000000000002}]},{"osd":3,"last update":"Tue Sep 10 19:00:08 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.48699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51300000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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":0,"data_stored":0,"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-10T19:00:37.026 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T19:00:37.266 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:37.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:37 smithi070 ceph-mon[29685]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:37.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:37 smithi102 ceph-mon[32994]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:37.435 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:37 smithi173 ceph-mon[32978]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:38.340 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:38 smithi070 ceph-mon[29685]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:38.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:38 smithi102 ceph-mon[32994]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:38.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:38 smithi173 ceph-mon[32978]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:38.918 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T19:00:38.918 INFO:teuthology.orchestra.run.smithi070.stderr:dumped all 2024-09-10T19:00:39.486 INFO:teuthology.orchestra.run.smithi070.stdout:{"pg_ready":true,"pg_map":{"version":152,"stamp":"2024-09-10T19:00:38.777368+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":1788004,"kb_used_data":3844,"kb_used_omap":9,"kb_used_meta":1784054,"kb_avail":560682908,"statfs":{"total":575970213888,"available":574139297792,"internally_reserved":0,"allocated":3936256,"data_stored":2590506,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10224,"internal_metadata":1826871312},"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.001915"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":67,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-09-10T18:59:56.061071+0000","last_change":"2024-09-10T18:59:56.061071+0000","last_active":"2024-09-10T18:59:56.061071+0000","last_peered":"2024-09-10T18:59:56.061071+0000","last_clean":"2024-09-10T18:59:56.061071+0000","last_became_active":"2024-09-10T18:59:56.055941+0000","last_became_peered":"2024-09-10T18:59:56.055941+0000","last_unstale":"2024-09-10T18:59:56.061071+0000","last_undegraded":"2024-09-10T18:59:56.061071+0000","last_fullsized":"2024-09-10T18:59:56.061071+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-10T18:58:47.711246+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:58:47.711246+0000","last_clean_scrub_stamp":"2024-09-10T18:58:47.711246+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-12T01:37:29.246241+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":2375680,"data_stored":2361472,"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":163208757260,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298288,"kb_used_data":928,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446864,"statfs":{"total":95995035648,"available":95689588736,"internally_reserved":0,"allocated":950272,"data_stored":726725,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64100000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40899999999999997}]}]},{"osd":4,"up_from":32,"seq":137438953489,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297712,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":360448,"data_stored":136672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.48999999999999999}]},{"osd":1,"last update":"Tue Sep 10 19:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.47799999999999998}]},{"osd":2,"last update":"Tue Sep 10 19:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.46400000000000002}]},{"osd":3,"last update":"Tue Sep 10 19:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.44800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32500000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149717,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298296,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446856,"statfs":{"total":95995035648,"available":95689580544,"internally_reserved":0,"allocated":954368,"data_stored":727040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:00:12 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.40400000000000003}]},{"osd":1,"last update":"Tue Sep 10 19:00:12 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.38900000000000001}]},{"osd":2,"last update":"Tue Sep 10 19:00:12 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.35999999999999999}]},{"osd":4,"last update":"Tue Sep 10 19:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.496}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42199999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411354,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298296,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446856,"statfs":{"total":95995035648,"available":95689580544,"internally_reserved":0,"allocated":954368,"data_stored":727040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:59:46 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.41599999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:59:46 2024","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.432}]},{"osd":3,"last update":"Tue Sep 10 19:00:11 2024","interfaces":[{"interface":"back","average":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"last":0.38500000000000001}]},{"osd":4,"last update":"Tue Sep 10 19:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.51800000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49199999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297704,"kb_used_data":348,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":356352,"data_stored":136357,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 19:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.30199999999999999,"5min":0.31,"15min":0.311},"min":{"1min":0.24099999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.309,"5min":0.30499999999999999,"15min":0.30499999999999999},"min":{"1min":0.25700000000000001,"5min":0.215,"15min":0.215},"max":{"1min":0.36699999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"last":0.35899999999999999}]},{"osd":2,"last update":"Tue Sep 10 18:59:49 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.46999999999999997}]},{"osd":3,"last update":"Tue Sep 10 19:00:10 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.54900000000000004}]},{"osd":4,"last update":"Tue Sep 10 19:00:33 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.63},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.66400000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64500000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738402,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297708,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447444,"statfs":{"total":95995035648,"available":95690182656,"internally_reserved":0,"allocated":360448,"data_stored":136672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 10 19:00:29 2024","interfaces":[{"interface":"back","average":{"1min":0.30199999999999999,"5min":0.315,"15min":0.317},"min":{"1min":0.22800000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.44800000000000001,"5min":0.47399999999999998,"15min":0.47399999999999998},"last":0.24399999999999999},{"interface":"front","average":{"1min":0.317,"5min":0.32900000000000001,"15min":0.33100000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"last":0.29099999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:59:50 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.48499999999999999}]},{"osd":3,"last update":"Tue Sep 10 19:00:08 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.622}]},{"osd":4,"last update":"Tue Sep 10 19:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.498},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.47099999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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":0,"data_stored":0,"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-10T19:00:39.487 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T19:00:39.487 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T19:00:39.487 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T19:00:39.488 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T19:00:39.720 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:40.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:40 smithi102 ceph-mon[32994]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:40.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:40 smithi102 ceph-mon[32994]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:40.395 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:40 smithi070 ceph-mon[29685]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:40.395 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:40 smithi070 ceph-mon[29685]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:40.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:40 smithi173 ceph-mon[32978]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:40.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:40 smithi173 ceph-mon[32978]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:41.418 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-10T19:00:41.418 INFO:teuthology.orchestra.run.smithi070.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T19:00:41.974 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T19:00:41.975 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T19:00:41.975 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T19:00:41.985 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi070.front.sepia.ceph.com 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 -- bash -c 'set -ex 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> for host in $HOSTNAMES; do 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> # find the hostname for "host.c" which will have no mgr 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> if [ "$HAS_MGRS" == "false" ]; then 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> HOST_C="${host}" 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> fi 2024-09-10T19:00:41.986 DEBUG:teuthology.orchestra.run.smithi070:> done 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> # now drain that host 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch host drain $HOST_C --zap-osd-devices 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> # wait for drain to complete 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> sleep 15 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> done 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> # we want to check the ability to remove the host from 2024-09-10T19:00:41.987 DEBUG:teuthology.orchestra.run.smithi070:> # the CRUSH map, so we should first verify the host is in 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> # the CRUSH map. 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> ceph osd getcrushmap -o compiled-crushmap 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> exit 1 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> fi 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> # If the drain was successful, we should be able to remove the 2024-09-10T19:00:41.988 DEBUG:teuthology.orchestra.run.smithi070:> # host without force with no issues. If there are still daemons 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> # we will get a response telling us to drain the host and a 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> # non-zero return code 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch host rm $HOST_C --rm-crush-entry 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> sleep 30 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> ceph osd getcrushmap -o compiled-crushmap 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-09-10T19:00:41.989 DEBUG:teuthology.orchestra.run.smithi070:> exit 1 2024-09-10T19:00:41.990 DEBUG:teuthology.orchestra.run.smithi070:> fi 2024-09-10T19:00:41.990 DEBUG:teuthology.orchestra.run.smithi070:> ' 2024-09-10T19:00:42.228 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T19:00:42.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:42 smithi102 ceph-mon[32994]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:42.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:42 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/858775656' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T19:00:42.432 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:42 smithi070 ceph-mon[29685]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:42.432 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:42 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/858775656' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T19:00:42.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:42 smithi173 ceph-mon[32978]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:42.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:42 smithi173 ceph-mon[32978]: from='client.? 172.21.15.70:0/858775656' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T19:00:43.834 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch host ls --format json 2024-09-10T19:00:43.834 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r '.[] | .hostname' 2024-09-10T19:00:43.991 INFO:teuthology.orchestra.run.smithi070.stderr:+ HOSTNAMES='smithi070 2024-09-10T19:00:43.991 INFO:teuthology.orchestra.run.smithi070.stderr:smithi102 2024-09-10T19:00:43.991 INFO:teuthology.orchestra.run.smithi070.stderr:smithi173' 2024-09-10T19:00:43.992 INFO:teuthology.orchestra.run.smithi070.stderr:+ for host in $HOSTNAMES 2024-09-10T19:00:43.992 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --hostname smithi070 --format json 2024-09-10T19:00:43.992 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-10T19:00:44.246 INFO:teuthology.orchestra.run.smithi070.stderr:+ HAS_MGRS=true 2024-09-10T19:00:44.247 INFO:teuthology.orchestra.run.smithi070.stderr:+ '[' true == false ']' 2024-09-10T19:00:44.247 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:44 smithi070 ceph-mon[29685]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:44.247 INFO:teuthology.orchestra.run.smithi070.stderr:+ for host in $HOSTNAMES 2024-09-10T19:00:44.247 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --hostname smithi102 --format json 2024-09-10T19:00:44.247 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-10T19:00:44.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:44 smithi102 ceph-mon[32994]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:44.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:44 smithi173 ceph-mon[32978]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:44.502 INFO:teuthology.orchestra.run.smithi070.stderr:+ HAS_MGRS=true 2024-09-10T19:00:44.503 INFO:teuthology.orchestra.run.smithi070.stderr:+ '[' true == false ']' 2024-09-10T19:00:44.503 INFO:teuthology.orchestra.run.smithi070.stderr:+ for host in $HOSTNAMES 2024-09-10T19:00:44.503 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --hostname smithi173 --format json 2024-09-10T19:00:44.503 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-10T19:00:44.758 INFO:teuthology.orchestra.run.smithi070.stderr:+ HAS_MGRS=false 2024-09-10T19:00:44.758 INFO:teuthology.orchestra.run.smithi070.stderr:+ '[' false == false ']' 2024-09-10T19:00:44.758 INFO:teuthology.orchestra.run.smithi070.stderr:+ HOST_C=smithi173 2024-09-10T19:00:44.758 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch host drain smithi173 --zap-osd-devices 2024-09-10T19:00:45.008 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled to remove the following daemons from host 'smithi173' 2024-09-10T19:00:45.009 INFO:teuthology.orchestra.run.smithi070.stdout:type id 2024-09-10T19:00:45.009 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------- --------------- 2024-09-10T19:00:45.009 INFO:teuthology.orchestra.run.smithi070.stdout:mon c 2024-09-10T19:00:45.009 INFO:teuthology.orchestra.run.smithi070.stdout:osd 4 2024-09-10T19:00:45.009 INFO:teuthology.orchestra.run.smithi070.stdout:osd 5 2024-09-10T19:00:45.019 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --hostname smithi173 2024-09-10T19:00:45.275 INFO:teuthology.orchestra.run.smithi070.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:00:45.275 INFO:teuthology.orchestra.run.smithi070.stderr:mon.c smithi173 running (3m) 54s ago 3m 37.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 ea5a827dd337 2024-09-10T19:00:45.275 INFO:teuthology.orchestra.run.smithi070.stderr:osd.4 smithi173 running (81s) 54s ago 80s 30.0M 10.3G 17.2.7-1606-g5be57395 4c55dd409611 e79503446e0b 2024-09-10T19:00:45.275 INFO:teuthology.orchestra.run.smithi070.stderr:osd.5 smithi173 running (57s) 54s ago 57s 13.6M 10.3G 17.2.7-1606-g5be57395 4c55dd409611 494a5d2e544f ' 2024-09-10T19:00:45.275 INFO:teuthology.orchestra.run.smithi070.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:00:45.275 INFO:teuthology.orchestra.run.smithi070.stderr:mon.c smithi173 running (3m) 54s ago 3m 37.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 ea5a827dd337 2024-09-10T19:00:45.276 INFO:teuthology.orchestra.run.smithi070.stderr:osd.4 smithi173 running (81s) 54s ago 80s 30.0M 10.3G 17.2.7-1606-g5be57395 4c55dd409611 e79503446e0b 2024-09-10T19:00:45.276 INFO:teuthology.orchestra.run.smithi070.stderr:osd.5 smithi173 running (57s) 54s ago 57s 13.6M 10.3G 17.2.7-1606-g5be57395 4c55dd409611 494a5d2e544f ' '!=' 'No daemons reported' ']' 2024-09-10T19:00:45.276 INFO:teuthology.orchestra.run.smithi070.stderr:+ sleep 15 2024-09-10T19:00:45.276 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:45 smithi070 ceph-mon[29685]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:45.276 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:45 smithi070 ceph-mon[29685]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi070", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:45.276 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:45 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:45.276 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:45 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:45.276 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:45 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:45.276 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:45 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-10T19:00:45.276 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:45 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-10T19:00:45.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:45 smithi102 ceph-mon[32994]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:45.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:45 smithi102 ceph-mon[32994]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi070", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:45.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:45 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:45.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:45 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:45.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:45 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:45.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:45 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-10T19:00:45.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:45 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-10T19:00:45.435 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:45 smithi173 ceph-mon[32978]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:45.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:45 smithi173 ceph-mon[32978]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi070", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:45.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:45 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:45.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:45 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:45.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:45 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:45.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:45 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-10T19:00:45.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:45 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-10T19:00:46.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi102", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:46.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:46.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:46.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi173", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: Added label _no_schedule to host smithi173 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi173 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: osd.4 crush weight is 0.0872955322265625 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: osd.5 crush weight is 0.0872955322265625 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-10T19:00:46.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:46 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-09-10T19:00:46.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi102", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:46.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:46.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:46.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi173", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:46.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: Added label _no_schedule to host smithi173 2024-09-10T19:00:46.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi173 2024-09-10T19:00:46.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: osd.4 crush weight is 0.0872955322265625 2024-09-10T19:00:46.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: osd.5 crush weight is 0.0872955322265625 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-10T19:00:46.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:46 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi102", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi173", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: Added label _no_schedule to host smithi173 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi173 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: osd.4 crush weight is 0.0872955322265625 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: osd.5 crush weight is 0.0872955322265625 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:46.506 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:46.507 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:46.507 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:46.507 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:46.507 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:46.507 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-10T19:00:46.507 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-09-10T19:00:46.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:46 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a[29662]: 2024-09-10T19:00:46.502+0000 7fa211757640 -1 mon.a@0(leader).osd e41 definitely_dead 0 2024-09-10T19:00:47.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: Removing smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T19:00:47.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: Removing smithi173:/etc/ceph/ceph.client.admin.keyring 2024-09-10T19:00:47.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: Removing smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T19:00:47.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-10T19:00:47.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-10T19:00:47.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: osdmap e41: 6 total, 6 up, 6 in 2024-09-10T19:00:47.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-10T19:00:47.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:47 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-09-10T19:00:47.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: Removing smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T19:00:47.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: Removing smithi173:/etc/ceph/ceph.client.admin.keyring 2024-09-10T19:00:47.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: Removing smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T19:00:47.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-10T19:00:47.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-10T19:00:47.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: osdmap e41: 6 total, 6 up, 6 in 2024-09-10T19:00:47.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-10T19:00:47.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:47 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: Removing smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: Removing smithi173:/etc/ceph/ceph.client.admin.keyring 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: Removing smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: osdmap e41: 6 total, 6 up, 6 in 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:47.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-10T19:00:47.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:47 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-09-10T19:00:48.080 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:47 smithi173 systemd[1]: Stopping Ceph osd.4 for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:00:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:48 smithi102 ceph-mon[32994]: osd.5 weight is now 0.0 2024-09-10T19:00:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:48 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:48 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-10T19:00:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:48 smithi102 ceph-mon[32994]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:48 smithi102 ceph-mon[32994]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:48 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-10T19:00:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:48 smithi102 ceph-mon[32994]: osdmap e42: 6 total, 5 up, 6 in 2024-09-10T19:00:48.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:48 smithi102 ceph-mon[32994]: osdmap e43: 6 total, 5 up, 6 in 2024-09-10T19:00:48.436 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4[37705]: 2024-09-10T19:00:48.077+0000 7f6301c68640 -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-10T19:00:48.436 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4[37705]: 2024-09-10T19:00:48.077+0000 7f6301c68640 -1 osd.4 41 *** Got signal Terminated *** 2024-09-10T19:00:48.436 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4[37705]: 2024-09-10T19:00:48.077+0000 7f6301c68640 -1 osd.4 41 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:00:48.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-mon[32978]: osd.5 weight is now 0.0 2024-09-10T19:00:48.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-mon[32978]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:48.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-mon[32978]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-10T19:00:48.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-mon[32978]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:48.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-mon[32978]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:48.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-10T19:00:48.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-mon[32978]: osdmap e42: 6 total, 5 up, 6 in 2024-09-10T19:00:48.437 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:48 smithi173 ceph-mon[32978]: osdmap e43: 6 total, 5 up, 6 in 2024-09-10T19:00:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:48 smithi070 ceph-mon[29685]: osd.5 weight is now 0.0 2024-09-10T19:00:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:48 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:48 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-10T19:00:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:48 smithi070 ceph-mon[29685]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:48 smithi070 ceph-mon[29685]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:48 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-10T19:00:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:48 smithi070 ceph-mon[29685]: osdmap e42: 6 total, 5 up, 6 in 2024-09-10T19:00:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:48 smithi070 ceph-mon[29685]: osdmap e43: 6 total, 5 up, 6 in 2024-09-10T19:00:48.854 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:48 smithi173 podman[47734]: 2024-09-10 19:00:48.600750227 +0000 UTC m=+0.649922971 container died e79503446e0badc4b3c76440d60fb63635451f2d698494fab2492286ff2618ef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-10T19:00:49.117 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 podman[47734]: 2024-09-10 19:00:49.001968269 +0000 UTC m=+1.051141004 container cleanup e79503446e0badc4b3c76440d60fb63635451f2d698494fab2492286ff2618ef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS) 2024-09-10T19:00:49.117 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 bash[47734]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4 2024-09-10T19:00:49.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:49 smithi102 ceph-mon[32994]: osd.4 now down 2024-09-10T19:00:49.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:49 smithi102 ceph-mon[32994]: Removing daemon osd.4 from smithi173 -- ports [] 2024-09-10T19:00:49.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:49 smithi102 ceph-mon[32994]: osdmap e44: 6 total, 5 up, 6 in 2024-09-10T19:00:49.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:49 smithi173 ceph-mon[32978]: osd.4 now down 2024-09-10T19:00:49.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:49 smithi173 ceph-mon[32978]: Removing daemon osd.4 from smithi173 -- ports [] 2024-09-10T19:00:49.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:49 smithi173 ceph-mon[32978]: osdmap e44: 6 total, 5 up, 6 in 2024-09-10T19:00:49.436 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 podman[47754]: 2024-09-10 19:00:49.244928575 +0000 UTC m=+0.639337439 container remove e79503446e0badc4b3c76440d60fb63635451f2d698494fab2492286ff2618ef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:00:49.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:49 smithi070 ceph-mon[29685]: osd.4 now down 2024-09-10T19:00:49.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:49 smithi070 ceph-mon[29685]: Removing daemon osd.4 from smithi173 -- ports [] 2024-09-10T19:00:49.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:49 smithi070 ceph-mon[29685]: osdmap e44: 6 total, 5 up, 6 in 2024-09-10T19:00:49.857 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 podman[47846]: 2024-09-10 19:00:49.545631788 +0000 UTC m=+0.106393477 container create 5c6df7d2b31cc546b99142454891d5a26f10ad711ae2347e4cd7f0b6b80853b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:00:49.857 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 podman[47846]: 2024-09-10 19:00:49.454813466 +0000 UTC m=+0.015575161 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:00:49.857 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 podman[47846]: 2024-09-10 19:00:49.739589041 +0000 UTC m=+0.300350733 container init 5c6df7d2b31cc546b99142454891d5a26f10ad711ae2347e4cd7f0b6b80853b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-10T19:00:49.857 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 podman[47846]: 2024-09-10 19:00:49.744319571 +0000 UTC m=+0.305081263 container start 5c6df7d2b31cc546b99142454891d5a26f10ad711ae2347e4cd7f0b6b80853b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-10T19:00:49.857 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 podman[47846]: 2024-09-10 19:00:49.856024239 +0000 UTC m=+0.416785935 container attach 5c6df7d2b31cc546b99142454891d5a26f10ad711ae2347e4cd7f0b6b80853b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=) 2024-09-10T19:00:50.120 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:49 smithi173 podman[47846]: 2024-09-10 19:00:49.917306113 +0000 UTC m=+0.478067803 container died 5c6df7d2b31cc546b99142454891d5a26f10ad711ae2347e4cd7f0b6b80853b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:00:50.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:50 smithi102 ceph-mon[32994]: pgmap v161: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:50.436 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:50 smithi173 ceph-mon[32978]: pgmap v161: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:50.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:50 smithi070 ceph-mon[29685]: pgmap v161: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-10T19:00:50.936 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:50 smithi173 podman[47888]: 2024-09-10 19:00:50.442748404 +0000 UTC m=+0.519752727 container remove 5c6df7d2b31cc546b99142454891d5a26f10ad711ae2347e4cd7f0b6b80853b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-10T19:00:50.936 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:50 smithi173 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-10T19:00:50.936 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:50 smithi173 systemd[1]: Stopped Ceph osd.4 for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:00:50.936 INFO:journalctl@ceph.osd.4.smithi173.stdout:Sep 10 19:00:50 smithi173 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.4.service: Consumed 1.525s CPU time. 2024-09-10T19:00:51.329 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-09-10T19:00:51.330 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-10T19:00:51.330 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:00:51.330 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:51 smithi173 ceph-mon[32978]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:51.330 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:51 smithi173 ceph-mon[32978]: Cluster is now healthy 2024-09-10T19:00:51.330 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:51 smithi173 ceph-mon[32978]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-10T19:00:51.330 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:51 smithi173 ceph-mon[32978]: osdmap e45: 5 total, 5 up, 5 in 2024-09-10T19:00:51.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-09-10T19:00:51.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-10T19:00:51.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:00:51.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:51 smithi102 ceph-mon[32994]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:51.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:51 smithi102 ceph-mon[32994]: Cluster is now healthy 2024-09-10T19:00:51.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:51 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-10T19:00:51.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:51 smithi102 ceph-mon[32994]: osdmap e45: 5 total, 5 up, 5 in 2024-09-10T19:00:51.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-09-10T19:00:51.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-10T19:00:51.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:00:51.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:51 smithi070 ceph-mon[29685]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:51.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:51 smithi070 ceph-mon[29685]: Cluster is now healthy 2024-09-10T19:00:51.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:51 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-10T19:00:51.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:51 smithi070 ceph-mon[29685]: osdmap e45: 5 total, 5 up, 5 in 2024-09-10T19:00:52.381 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:52 smithi173 ceph-mon[32978]: Removing key for osd.4 2024-09-10T19:00:52.381 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:52 smithi173 ceph-mon[32978]: Successfully removed osd.4 on smithi173 2024-09-10T19:00:52.381 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:52 smithi173 ceph-mon[32978]: Successfully purged osd.4 on smithi173 2024-09-10T19:00:52.381 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:52 smithi173 ceph-mon[32978]: Zapping devices for osd.4 on smithi173 2024-09-10T19:00:52.381 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:52 smithi173 ceph-mon[32978]: pgmap v163: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T19:00:52.381 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:52 smithi173 ceph-mon[32978]: osdmap e46: 5 total, 5 up, 5 in 2024-09-10T19:00:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:52 smithi102 ceph-mon[32994]: Removing key for osd.4 2024-09-10T19:00:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:52 smithi102 ceph-mon[32994]: Successfully removed osd.4 on smithi173 2024-09-10T19:00:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:52 smithi102 ceph-mon[32994]: Successfully purged osd.4 on smithi173 2024-09-10T19:00:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:52 smithi102 ceph-mon[32994]: Zapping devices for osd.4 on smithi173 2024-09-10T19:00:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:52 smithi102 ceph-mon[32994]: pgmap v163: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T19:00:52.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:52 smithi102 ceph-mon[32994]: osdmap e46: 5 total, 5 up, 5 in 2024-09-10T19:00:52.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:52 smithi070 ceph-mon[29685]: Removing key for osd.4 2024-09-10T19:00:52.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:52 smithi070 ceph-mon[29685]: Successfully removed osd.4 on smithi173 2024-09-10T19:00:52.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:52 smithi070 ceph-mon[29685]: Successfully purged osd.4 on smithi173 2024-09-10T19:00:52.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:52 smithi070 ceph-mon[29685]: Zapping devices for osd.4 on smithi173 2024-09-10T19:00:52.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:52 smithi070 ceph-mon[29685]: pgmap v163: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T19:00:52.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:52 smithi070 ceph-mon[29685]: osdmap e46: 5 total, 5 up, 5 in 2024-09-10T19:00:53.772 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:53 smithi173 ceph-mon[32978]: osdmap e47: 5 total, 5 up, 5 in 2024-09-10T19:00:53.773 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:53 smithi173 ceph-mon[32978]: pgmap v166: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T19:00:54.039 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:53 smithi070 ceph-mon[29685]: osdmap e47: 5 total, 5 up, 5 in 2024-09-10T19:00:54.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:53 smithi070 ceph-mon[29685]: pgmap v166: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T19:00:54.142 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:53 smithi173 podman[48294]: 2024-09-10 19:00:53.843508208 +0000 UTC m=+0.019076451 container died ea5a827dd337041d6e511d5265a6e907d189f5fcb07893c42a4a323f568881a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-c, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2) 2024-09-10T19:00:54.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:53 smithi102 ceph-mon[32994]: osdmap e47: 5 total, 5 up, 5 in 2024-09-10T19:00:54.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:53 smithi102 ceph-mon[32994]: pgmap v166: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-10T19:00:54.686 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:54 smithi173 podman[48294]: 2024-09-10 19:00:54.434082014 +0000 UTC m=+0.609650248 container remove ea5a827dd337041d6e511d5265a6e907d189f5fcb07893c42a4a323f568881a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True) 2024-09-10T19:00:55.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:54 smithi173 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-10T19:00:55.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:54 smithi173 systemd[1]: Stopped Ceph mon.c for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:00:55.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Sep 10 19:00:54 smithi173 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.c.service: Consumed 2.992s CPU time. 2024-09-10T19:00:56.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: Successfully zapped devices for osd.4 on smithi173 2024-09-10T19:00:56.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:56.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-10T19:00:56.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: Removing monitor c from monmap... 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: Removing daemon mon.c from smithi173 -- ports [] 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: mon.b calling monitor election 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: mon.a calling monitor election 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: monmap e4: 2 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: fsmap 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: osdmap e47: 5 total, 5 up, 5 in 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-10T19:00:56.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: overall HEALTH_OK 2024-09-10T19:00:56.145 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:56.145 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:55 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:56.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: Successfully zapped devices for osd.4 on smithi173 2024-09-10T19:00:56.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:00:56.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-10T19:00:56.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: Removing monitor c from monmap... 2024-09-10T19:00:56.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: Removing daemon mon.c from smithi173 -- ports [] 2024-09-10T19:00:56.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:00:56.290 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: mon.b calling monitor election 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: mon.a calling monitor election 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: monmap e4: 2 mons at {a=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: fsmap 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: osdmap e47: 5 total, 5 up, 5 in 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: overall HEALTH_OK 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:56.291 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:55 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:57.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:56 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:57.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:56 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:58.191 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:57 smithi070 ceph-mon[29685]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-09-10T19:00:58.191 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:57 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:58.191 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:57 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:58.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:57 smithi102 ceph-mon[32994]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-09-10T19:00:58.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:57 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:00:58.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:57 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:00.277 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:59 smithi070 ceph-mon[29685]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T19:01:00.278 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:00.278 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:00.278 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:00.278 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:00.278 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:00:59 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:00.278 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --hostname smithi173 2024-09-10T19:01:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:59 smithi102 ceph-mon[32994]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T19:01:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:59 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:00.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:59 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:00.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:59 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:00.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:59 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:00.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:00:59 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:00.539 INFO:teuthology.orchestra.run.smithi070.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:01:00.539 INFO:teuthology.orchestra.run.smithi070.stderr:osd.5 smithi173 running (72s) 3s ago 72s 36.1M 10.3G 17.2.7-1606-g5be57395 4c55dd409611 494a5d2e544f ' 2024-09-10T19:01:00.539 INFO:teuthology.orchestra.run.smithi070.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:01:00.540 INFO:teuthology.orchestra.run.smithi070.stderr:osd.5 smithi173 running (72s) 3s ago 72s 36.1M 10.3G 17.2.7-1606-g5be57395 4c55dd409611 494a5d2e544f ' '!=' 'No daemons reported' ']' 2024-09-10T19:01:00.540 INFO:teuthology.orchestra.run.smithi070.stderr:+ sleep 15 2024-09-10T19:01:00.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:00 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a[29662]: 2024-09-10T19:01:00.342+0000 7fa211757640 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-09-10T19:01:01.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: Detected new or changed devices on smithi173 2024-09-10T19:01:01.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: Updating smithi070:/etc/ceph/ceph.conf 2024-09-10T19:01:01.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: Updating smithi102:/etc/ceph/ceph.conf 2024-09-10T19:01:01.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: Updating smithi070:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T19:01:01.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: Updating smithi102:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T19:01:01.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-10T19:01:01.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:01 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-09-10T19:01:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: Detected new or changed devices on smithi173 2024-09-10T19:01:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: Updating smithi070:/etc/ceph/ceph.conf 2024-09-10T19:01:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: Updating smithi102:/etc/ceph/ceph.conf 2024-09-10T19:01:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: Updating smithi070:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T19:01:01.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: Updating smithi102:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-10T19:01:01.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-10T19:01:01.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:01 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-09-10T19:01:01.936 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:01 smithi173 systemd[1]: Stopping Ceph osd.5 for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:01:01.936 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:01 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5[44045]: 2024-09-10T19:01:01.904+0000 7fe90a16d640 -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-10T19:01:01.936 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:01 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5[44045]: 2024-09-10T19:01:01.904+0000 7fe90a16d640 -1 osd.5 47 *** Got signal Terminated *** 2024-09-10T19:01:01.936 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:01 smithi173 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5[44045]: 2024-09-10T19:01:01.904+0000 7fe90a16d640 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:01:02.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:02 smithi102 ceph-mon[32994]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:02.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:02 smithi102 ceph-mon[32994]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-10T19:01:02.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:02 smithi102 ceph-mon[32994]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:01:02.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:02 smithi102 ceph-mon[32994]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-10T19:01:02.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:02 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-10T19:01:02.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:02 smithi102 ceph-mon[32994]: osdmap e48: 5 total, 4 up, 5 in 2024-09-10T19:01:02.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:02 smithi102 ceph-mon[32994]: osd.5 now down 2024-09-10T19:01:02.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:02 smithi102 ceph-mon[32994]: Removing daemon osd.5 from smithi173 -- ports [] 2024-09-10T19:01:02.686 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:02 smithi173 podman[51150]: 2024-09-10 19:01:02.425089975 +0000 UTC m=+0.627845812 container died 494a5d2e544f4f4619119ea110d305e8c4c677ff44cc4b132d6f22585256c131 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-09-10T19:01:02.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:02 smithi070 ceph-mon[29685]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:02.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:02 smithi070 ceph-mon[29685]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-10T19:01:02.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:02 smithi070 ceph-mon[29685]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:01:02.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:02 smithi070 ceph-mon[29685]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-10T19:01:02.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:02 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-10T19:01:02.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:02 smithi070 ceph-mon[29685]: osdmap e48: 5 total, 4 up, 5 in 2024-09-10T19:01:02.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:02 smithi070 ceph-mon[29685]: osd.5 now down 2024-09-10T19:01:02.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:02 smithi070 ceph-mon[29685]: Removing daemon osd.5 from smithi173 -- ports [] 2024-09-10T19:01:03.186 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:02 smithi173 podman[51150]: 2024-09-10 19:01:02.718492939 +0000 UTC m=+0.921248775 container cleanup 494a5d2e544f4f4619119ea110d305e8c4c677ff44cc4b132d6f22585256c131 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-10T19:01:03.186 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:02 smithi173 bash[51150]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5 2024-09-10T19:01:03.186 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:02 smithi173 podman[51171]: 2024-09-10 19:01:02.952648192 +0000 UTC m=+0.519987221 container remove 494a5d2e544f4f4619119ea110d305e8c4c677ff44cc4b132d6f22585256c131 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-10T19:01:03.572 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:03 smithi173 podman[51262]: 2024-09-10 19:01:03.172059511 +0000 UTC m=+0.015242311 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:01:03.573 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:03 smithi173 podman[51262]: 2024-09-10 19:01:03.286927279 +0000 UTC m=+0.130110070 container create 187baf65307ad6e4152b5e76b1c6d80b166f9f526e685f874a207dd681559c74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:01:03.573 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:03 smithi173 podman[51262]: 2024-09-10 19:01:03.489240409 +0000 UTC m=+0.332423205 container init 187baf65307ad6e4152b5e76b1c6d80b166f9f526e685f874a207dd681559c74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:01:03.573 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:03 smithi173 podman[51262]: 2024-09-10 19:01:03.49410261 +0000 UTC m=+0.337285403 container start 187baf65307ad6e4152b5e76b1c6d80b166f9f526e685f874a207dd681559c74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-10T19:01:03.573 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:03 smithi173 podman[51262]: 2024-09-10 19:01:03.572155845 +0000 UTC m=+0.415338646 container attach 187baf65307ad6e4152b5e76b1c6d80b166f9f526e685f874a207dd681559c74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T19:01:03.936 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:03 smithi173 podman[51262]: 2024-09-10 19:01:03.67228351 +0000 UTC m=+0.515466305 container died 187baf65307ad6e4152b5e76b1c6d80b166f9f526e685f874a207dd681559c74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-10T19:01:04.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:04 smithi102 ceph-mon[32994]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T19:01:04.686 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:04 smithi173 podman[51306]: 2024-09-10 19:01:04.300394747 +0000 UTC m=+0.622941308 container remove 187baf65307ad6e4152b5e76b1c6d80b166f9f526e685f874a207dd681559c74 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True) 2024-09-10T19:01:04.686 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:04 smithi173 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-10T19:01:04.686 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:04 smithi173 systemd[1]: Stopped Ceph osd.5 for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:01:04.686 INFO:journalctl@ceph.osd.5.smithi173.stdout:Sep 10 19:01:04 smithi173 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.5.service: Consumed 1.593s CPU time. 2024-09-10T19:01:04.789 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:04 smithi070 ceph-mon[29685]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T19:01:05.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-09-10T19:01:05.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-10T19:01:05.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:01:05.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:05 smithi102 ceph-mon[32994]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:01:05.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:05 smithi102 ceph-mon[32994]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-10T19:01:05.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:05 smithi102 ceph-mon[32994]: Cluster is now healthy 2024-09-10T19:01:05.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:05 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-10T19:01:05.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:05 smithi102 ceph-mon[32994]: osdmap e49: 4 total, 4 up, 4 in 2024-09-10T19:01:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-09-10T19:01:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-10T19:01:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-09-10T19:01:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:05 smithi070 ceph-mon[29685]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:01:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:05 smithi070 ceph-mon[29685]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-10T19:01:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:05 smithi070 ceph-mon[29685]: Cluster is now healthy 2024-09-10T19:01:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:05 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-10T19:01:05.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:05 smithi070 ceph-mon[29685]: osdmap e49: 4 total, 4 up, 4 in 2024-09-10T19:01:06.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:06 smithi102 ceph-mon[32994]: Removing key for osd.5 2024-09-10T19:01:06.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:06 smithi102 ceph-mon[32994]: Successfully removed osd.5 on smithi173 2024-09-10T19:01:06.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:06 smithi102 ceph-mon[32994]: Successfully purged osd.5 on smithi173 2024-09-10T19:01:06.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:06 smithi102 ceph-mon[32994]: Zapping devices for osd.5 on smithi173 2024-09-10T19:01:06.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:06 smithi102 ceph-mon[32994]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:06.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:06 smithi070 ceph-mon[29685]: Removing key for osd.5 2024-09-10T19:01:06.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:06 smithi070 ceph-mon[29685]: Successfully removed osd.5 on smithi173 2024-09-10T19:01:06.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:06 smithi070 ceph-mon[29685]: Successfully purged osd.5 on smithi173 2024-09-10T19:01:06.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:06 smithi070 ceph-mon[29685]: Zapping devices for osd.5 on smithi173 2024-09-10T19:01:06.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:06 smithi070 ceph-mon[29685]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:08 smithi070 ceph-mon[29685]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:08 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:08 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:01:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:08 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:01:08.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:08 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:08.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:08 smithi102 ceph-mon[32994]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:08.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:08 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:08.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:08 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:01:08.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:08 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:01:08.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:08 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:09.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:09 smithi070 ceph-mon[29685]: Successfully zapped devices for osd.5 on smithi173 2024-09-10T19:01:09.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:09 smithi070 ceph-mon[29685]: Reconfiguring mon.a (monmap changed)... 2024-09-10T19:01:09.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:09 smithi070 ceph-mon[29685]: Reconfiguring daemon mon.a on smithi070 2024-09-10T19:01:09.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:09.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:09.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:01:09.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:01:09.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:09 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:09.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:09 smithi102 ceph-mon[32994]: Successfully zapped devices for osd.5 on smithi173 2024-09-10T19:01:09.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:09 smithi102 ceph-mon[32994]: Reconfiguring mon.a (monmap changed)... 2024-09-10T19:01:09.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:09 smithi102 ceph-mon[32994]: Reconfiguring daemon mon.a on smithi070 2024-09-10T19:01:09.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:09.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:09.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:01:09.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:01:09.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:09 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:10.478 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:10 smithi070 ceph-mon[29685]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:10.478 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:10 smithi070 ceph-mon[29685]: Reconfiguring mgr.a (monmap changed)... 2024-09-10T19:01:10.478 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:10 smithi070 ceph-mon[29685]: Reconfiguring daemon mgr.a on smithi070 2024-09-10T19:01:10.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:10 smithi102 ceph-mon[32994]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:10.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:10 smithi102 ceph-mon[32994]: Reconfiguring mgr.a (monmap changed)... 2024-09-10T19:01:10.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:10 smithi102 ceph-mon[32994]: Reconfiguring daemon mgr.a on smithi070 2024-09-10T19:01:11.876 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:11 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:11.876 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:11 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:11.876 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:11 smithi070 ceph-mon[29685]: Reconfiguring osd.0 (monmap changed)... 2024-09-10T19:01:11.876 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:11 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:01:11.876 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:11 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:11.876 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:11 smithi070 ceph-mon[29685]: Reconfiguring daemon osd.0 on smithi070 2024-09-10T19:01:11.876 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:11 smithi070 ceph-mon[29685]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:11.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:11 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:11.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:11 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:11.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:11 smithi102 ceph-mon[32994]: Reconfiguring osd.0 (monmap changed)... 2024-09-10T19:01:11.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:11 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:01:11.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:11 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:11.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:11 smithi102 ceph-mon[32994]: Reconfiguring daemon osd.0 on smithi070 2024-09-10T19:01:11.893 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:11 smithi102 ceph-mon[32994]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:13.282 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:12 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:13.282 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:12 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:13.282 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:12 smithi070 ceph-mon[29685]: Reconfiguring osd.1 (monmap changed)... 2024-09-10T19:01:13.282 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:12 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:01:13.283 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:12 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:13.283 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:12 smithi070 ceph-mon[29685]: Reconfiguring daemon osd.1 on smithi070 2024-09-10T19:01:13.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:12 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:13.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:12 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:13.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:12 smithi102 ceph-mon[32994]: Reconfiguring osd.1 (monmap changed)... 2024-09-10T19:01:13.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:12 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:01:13.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:12 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:13.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:12 smithi102 ceph-mon[32994]: Reconfiguring daemon osd.1 on smithi070 2024-09-10T19:01:14.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:14 smithi102 ceph-mon[32994]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:14.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:14 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:14.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:14 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:14.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:14 smithi102 ceph-mon[32994]: Reconfiguring mon.b (monmap changed)... 2024-09-10T19:01:14.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:14 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:01:14.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:14 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:01:14.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:14 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:14.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:14 smithi102 ceph-mon[32994]: Reconfiguring daemon mon.b on smithi102 2024-09-10T19:01:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:14 smithi070 ceph-mon[29685]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:14 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:14 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:14 smithi070 ceph-mon[29685]: Reconfiguring mon.b (monmap changed)... 2024-09-10T19:01:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:14 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:01:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:14 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:01:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:14 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:14.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:14 smithi070 ceph-mon[29685]: Reconfiguring daemon mon.b on smithi102 2024-09-10T19:01:15.541 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --hostname smithi173 2024-09-10T19:01:15.804 INFO:teuthology.orchestra.run.smithi070.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-09-10T19:01:15.805 INFO:teuthology.orchestra.run.smithi070.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-09-10T19:01:15.805 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-10T19:01:16.038 INFO:teuthology.orchestra.run.smithi070.stderr:17 2024-09-10T19:01:16.049 INFO:teuthology.orchestra.run.smithi070.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-10T19:01:16.059 INFO:teuthology.orchestra.run.smithi070.stderr:++ cat crushmap.txt 2024-09-10T19:01:16.059 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:15 smithi070 ceph-mon[29685]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:16.059 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:15 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:16.059 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:15 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:16.059 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:15 smithi070 ceph-mon[29685]: Reconfiguring mgr.b (monmap changed)... 2024-09-10T19:01:16.059 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:15 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:01:16.059 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:15 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:01:16.060 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:15 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:16.060 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:15 smithi070 ceph-mon[29685]: Reconfiguring daemon mgr.b on smithi102 2024-09-10T19:01:16.060 INFO:teuthology.orchestra.run.smithi070.stderr:+ CRUSH_MAP='# begin crush map 2024-09-10T19:01:16.060 INFO:teuthology.orchestra.run.smithi070.stderr:tunable choose_local_tries 0 2024-09-10T19:01:16.060 INFO:teuthology.orchestra.run.smithi070.stderr:tunable choose_local_fallback_tries 0 2024-09-10T19:01:16.060 INFO:teuthology.orchestra.run.smithi070.stderr:tunable choose_total_tries 50 2024-09-10T19:01:16.060 INFO:teuthology.orchestra.run.smithi070.stderr:tunable chooseleaf_descend_once 1 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:tunable chooseleaf_vary_r 1 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:tunable chooseleaf_stable 1 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:tunable straw_calc_version 1 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:tunable allowed_bucket_algs 54 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:# devices 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:device 0 osd.0 class ssd 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:device 1 osd.1 class ssd 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:device 2 osd.2 class ssd 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:device 3 osd.3 class ssd 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:16.061 INFO:teuthology.orchestra.run.smithi070.stderr:# types 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 0 osd 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 1 host 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 2 chassis 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 3 rack 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 4 row 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 5 pdu 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 6 pod 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 7 room 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 8 datacenter 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 9 zone 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 10 region 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:type 11 root 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:16.062 INFO:teuthology.orchestra.run.smithi070.stderr:# buckets 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr:host smithi070 { 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: id -3 # do not change unnecessarily 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: id -4 class ssd # do not change unnecessarily 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: # weight 0.17459 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: alg straw2 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: hash 0 # rjenkins1 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: item osd.0 weight 0.08730 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: item osd.1 weight 0.08730 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr:host smithi102 { 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: id -5 # do not change unnecessarily 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: id -6 class ssd # do not change unnecessarily 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: # weight 0.17459 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: alg straw2 2024-09-10T19:01:16.063 INFO:teuthology.orchestra.run.smithi070.stderr: hash 0 # rjenkins1 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr: item osd.2 weight 0.08730 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr: item osd.3 weight 0.08730 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr:host smithi173 { 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr: id -7 # do not change unnecessarily 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr: id -8 class ssd # do not change unnecessarily 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr: # weight 0.00000 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr: alg straw2 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr: hash 0 # rjenkins1 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr:root default { 2024-09-10T19:01:16.064 INFO:teuthology.orchestra.run.smithi070.stderr: id -1 # do not change unnecessarily 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: id -2 class ssd # do not change unnecessarily 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: # weight 0.34918 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: alg straw2 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: hash 0 # rjenkins1 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: item smithi070 weight 0.17459 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: item smithi102 weight 0.17459 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: item smithi173 weight 0.00000 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr:# rules 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr:rule replicated_rule { 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: id 0 2024-09-10T19:01:16.065 INFO:teuthology.orchestra.run.smithi070.stderr: type replicated 2024-09-10T19:01:16.066 INFO:teuthology.orchestra.run.smithi070.stderr: step take default 2024-09-10T19:01:16.066 INFO:teuthology.orchestra.run.smithi070.stderr: step choose firstn 0 type osd 2024-09-10T19:01:16.066 INFO:teuthology.orchestra.run.smithi070.stderr: step emit 2024-09-10T19:01:16.066 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:16.066 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:16.066 INFO:teuthology.orchestra.run.smithi070.stderr:# end crush map' 2024-09-10T19:01:16.066 INFO:teuthology.orchestra.run.smithi070.stderr:+ grep -q smithi173 2024-09-10T19:01:16.066 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch host rm smithi173 --rm-crush-entry 2024-09-10T19:01:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:15 smithi102 ceph-mon[32994]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:15 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:15 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:15 smithi102 ceph-mon[32994]: Reconfiguring mgr.b (monmap changed)... 2024-09-10T19:01:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:15 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:01:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:15 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:01:16.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:15 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:16.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:15 smithi102 ceph-mon[32994]: Reconfiguring daemon mgr.b on smithi102 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/2144879622' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: Reconfiguring osd.2 (monmap changed)... 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: Reconfiguring daemon osd.2 on smithi102 2024-09-10T19:01:17.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi173", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:17.144 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:16 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi173"}]: dispatch 2024-09-10T19:01:17.258 INFO:teuthology.orchestra.run.smithi070.stdout:Removed host 'smithi173' 2024-09-10T19:01:17.258 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:17.258 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/2144879622' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-09-10T19:01:17.259 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:17.259 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:17.259 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: Reconfiguring osd.2 (monmap changed)... 2024-09-10T19:01:17.259 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:01:17.259 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:17.259 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: Reconfiguring daemon osd.2 on smithi102 2024-09-10T19:01:17.259 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi173", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:17.259 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:16 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi173"}]: dispatch 2024-09-10T19:01:17.272 INFO:teuthology.orchestra.run.smithi070.stderr:+ sleep 30 2024-09-10T19:01:18.509 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:18.509 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi173"}]': finished 2024-09-10T19:01:18.509 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: osdmap e50: 4 total, 4 up, 4 in 2024-09-10T19:01:18.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:18.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]: dispatch 2024-09-10T19:01:18.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]': finished 2024-09-10T19:01:18.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: Removed host smithi173 2024-09-10T19:01:18.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:18.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:18.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:01:18.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:18 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:18.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:18.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi173"}]': finished 2024-09-10T19:01:18.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: osdmap e50: 4 total, 4 up, 4 in 2024-09-10T19:01:18.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:18.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]: dispatch 2024-09-10T19:01:18.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]': finished 2024-09-10T19:01:18.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: Removed host smithi173 2024-09-10T19:01:18.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:18.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:18.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:01:18.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:19.254 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: 2024-09-10T19:01:18.854+0000 7f6c47835640 -1 log_channel(cephadm) log [ERR] : Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-09-10T19:01:19.254 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: service_name: mon 2024-09-10T19:01:19.254 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: placement: 2024-09-10T19:01:19.254 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: count: 3 2024-09-10T19:01:19.254 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: hosts: 2024-09-10T19:01:19.254 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: - smithi070:172.21.15.70=a 2024-09-10T19:01:19.254 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: - smithi102:172.21.15.102=b 2024-09-10T19:01:19.255 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: - smithi173:172.21.15.173=c 2024-09-10T19:01:19.255 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:18 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a[29939]: ''')): Cannot place on smithi173: Unknown hosts 2024-09-10T19:01:19.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:19 smithi070 ceph-mon[29685]: Reconfiguring osd.3 (monmap changed)... 2024-09-10T19:01:19.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:19 smithi070 ceph-mon[29685]: Reconfiguring daemon osd.3 on smithi102 2024-09-10T19:01:19.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:19.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:19.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:01:19.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:19.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:19.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:19 smithi070 ceph-mon[29685]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:19.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:19 smithi102 ceph-mon[32994]: Reconfiguring osd.3 (monmap changed)... 2024-09-10T19:01:19.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:19 smithi102 ceph-mon[32994]: Reconfiguring daemon osd.3 on smithi102 2024-09-10T19:01:19.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:19 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:19.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:19 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:19.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:19 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:01:19.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:19 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:19.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:19 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:19.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:19 smithi102 ceph-mon[32994]: from='mgr.14150 172.21.15.70:0/1910064874' entity='mgr.a' 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:20 smithi070 ceph-mon[29685]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:20 smithi070 ceph-mon[29685]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:20 smithi070 ceph-mon[29685]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout: service_name: mon 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout: placement: 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout: count: 3 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout: hosts: 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout: - smithi070:172.21.15.70=a 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout: - smithi102:172.21.15.102=b 2024-09-10T19:01:20.540 INFO:journalctl@ceph.mon.a.smithi070.stdout: - smithi173:172.21.15.173=c 2024-09-10T19:01:20.541 INFO:journalctl@ceph.mon.a.smithi070.stdout: ''')): Cannot place on smithi173: Unknown hosts 2024-09-10T19:01:20.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:20 smithi070 ceph-mon[29685]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:20.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:20 smithi070 ceph-mon[29685]: Health check failed: Failed to apply 1 service(s): mon (CEPHADM_APPLY_SPEC_FAIL) 2024-09-10T19:01:20.541 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:20 smithi070 ceph-mon[29685]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-09-10T19:01:20.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:20 smithi102 ceph-mon[32994]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:20.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:20 smithi102 ceph-mon[32994]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:20.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:20 smithi102 ceph-mon[32994]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-09-10T19:01:20.643 INFO:journalctl@ceph.mon.b.smithi102.stdout: service_name: mon 2024-09-10T19:01:20.643 INFO:journalctl@ceph.mon.b.smithi102.stdout: placement: 2024-09-10T19:01:20.643 INFO:journalctl@ceph.mon.b.smithi102.stdout: count: 3 2024-09-10T19:01:20.643 INFO:journalctl@ceph.mon.b.smithi102.stdout: hosts: 2024-09-10T19:01:20.643 INFO:journalctl@ceph.mon.b.smithi102.stdout: - smithi070:172.21.15.70=a 2024-09-10T19:01:20.644 INFO:journalctl@ceph.mon.b.smithi102.stdout: - smithi102:172.21.15.102=b 2024-09-10T19:01:20.644 INFO:journalctl@ceph.mon.b.smithi102.stdout: - smithi173:172.21.15.173=c 2024-09-10T19:01:20.644 INFO:journalctl@ceph.mon.b.smithi102.stdout: ''')): Cannot place on smithi173: Unknown hosts 2024-09-10T19:01:20.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:20 smithi102 ceph-mon[32994]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:20.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:20 smithi102 ceph-mon[32994]: Health check failed: Failed to apply 1 service(s): mon (CEPHADM_APPLY_SPEC_FAIL) 2024-09-10T19:01:20.644 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:20 smithi102 ceph-mon[32994]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-09-10T19:01:22.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:22 smithi070 ceph-mon[29685]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:22.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:22 smithi102 ceph-mon[32994]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:24.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:24 smithi070 ceph-mon[29685]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:24.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:24 smithi102 ceph-mon[32994]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:26.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:26 smithi070 ceph-mon[29685]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:26.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:26 smithi102 ceph-mon[32994]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:28.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:28 smithi070 ceph-mon[29685]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:28.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:28 smithi102 ceph-mon[32994]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:30.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:30 smithi070 ceph-mon[29685]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:30.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:30 smithi102 ceph-mon[32994]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:32.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:32 smithi070 ceph-mon[29685]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:32.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:32 smithi102 ceph-mon[32994]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:34.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:34 smithi070 ceph-mon[29685]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:34.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:34 smithi102 ceph-mon[32994]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:36.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:36 smithi070 ceph-mon[29685]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:36.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:36 smithi102 ceph-mon[32994]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:38.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:38 smithi070 ceph-mon[29685]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:38.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:38 smithi102 ceph-mon[32994]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:40.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:40 smithi070 ceph-mon[29685]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:40.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:40 smithi102 ceph-mon[32994]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:42.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:42 smithi070 ceph-mon[29685]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:42.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:42 smithi102 ceph-mon[32994]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:44.539 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:44 smithi070 ceph-mon[29685]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:44.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:44 smithi102 ceph-mon[32994]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:46.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:46 smithi102 ceph-mon[32994]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:46.790 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:46 smithi070 ceph-mon[29685]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:47.274 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-10T19:01:47.518 INFO:teuthology.orchestra.run.smithi070.stderr:18 2024-09-10T19:01:47.529 INFO:teuthology.orchestra.run.smithi070.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-10T19:01:47.539 INFO:teuthology.orchestra.run.smithi070.stderr:++ cat crushmap.txt 2024-09-10T19:01:47.540 INFO:teuthology.orchestra.run.smithi070.stderr:+ CRUSH_MAP='# begin crush map 2024-09-10T19:01:47.540 INFO:teuthology.orchestra.run.smithi070.stderr:tunable choose_local_tries 0 2024-09-10T19:01:47.540 INFO:teuthology.orchestra.run.smithi070.stderr:tunable choose_local_fallback_tries 0 2024-09-10T19:01:47.540 INFO:teuthology.orchestra.run.smithi070.stderr:tunable choose_total_tries 50 2024-09-10T19:01:47.540 INFO:teuthology.orchestra.run.smithi070.stderr:tunable chooseleaf_descend_once 1 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:tunable chooseleaf_vary_r 1 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:tunable chooseleaf_stable 1 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:tunable straw_calc_version 1 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:tunable allowed_bucket_algs 54 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:# devices 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:device 0 osd.0 class ssd 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:device 1 osd.1 class ssd 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:device 2 osd.2 class ssd 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:device 3 osd.3 class ssd 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:47.541 INFO:teuthology.orchestra.run.smithi070.stderr:# types 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 0 osd 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 1 host 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 2 chassis 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 3 rack 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 4 row 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 5 pdu 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 6 pod 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 7 room 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 8 datacenter 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 9 zone 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 10 region 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr:type 11 root 2024-09-10T19:01:47.542 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr:# buckets 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr:host smithi070 { 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: id -3 # do not change unnecessarily 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: id -4 class ssd # do not change unnecessarily 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: # weight 0.17459 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: alg straw2 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: hash 0 # rjenkins1 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: item osd.0 weight 0.08730 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: item osd.1 weight 0.08730 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr:host smithi102 { 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: id -5 # do not change unnecessarily 2024-09-10T19:01:47.543 INFO:teuthology.orchestra.run.smithi070.stderr: id -6 class ssd # do not change unnecessarily 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: # weight 0.17459 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: alg straw2 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: hash 0 # rjenkins1 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: item osd.2 weight 0.08730 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: item osd.3 weight 0.08730 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr:root default { 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: id -1 # do not change unnecessarily 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: id -2 class ssd # do not change unnecessarily 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: # weight 0.34918 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: alg straw2 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: hash 0 # rjenkins1 2024-09-10T19:01:47.544 INFO:teuthology.orchestra.run.smithi070.stderr: item smithi070 weight 0.17459 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr: item smithi102 weight 0.17459 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr:# rules 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr:rule replicated_rule { 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr: id 0 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr: type replicated 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr: step take default 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr: step choose firstn 0 type osd 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr: step emit 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr:} 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:01:47.545 INFO:teuthology.orchestra.run.smithi070.stderr:# end crush map' 2024-09-10T19:01:47.546 INFO:teuthology.orchestra.run.smithi070.stderr:+ grep -q smithi173 2024-09-10T19:01:48.128 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T19:01:48.137 INFO:tasks.cephadm:Teardown begin 2024-09-10T19:01:48.137 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:01:48.164 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:01:48.198 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:01:48.233 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T19:01:48.233 DEBUG:teuthology.orchestra.run.smithi070:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:01:48.248 DEBUG:teuthology.orchestra.run.smithi102:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:01:48.265 DEBUG:teuthology.orchestra.run.smithi173:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:01:48.290 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T19:01:48.291 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-10T19:01:48.291 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:01:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:48 smithi070 ceph-mon[29685]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:48 smithi070 ceph-mon[29685]: from='client.? 172.21.15.70:0/3173944979' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-09-10T19:01:48.540 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:48 smithi070 systemd[1]: Stopping Ceph mon.a for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:01:48.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:48 smithi102 ceph-mon[32994]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-10T19:01:48.643 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:48 smithi102 ceph-mon[32994]: from='client.? 172.21.15.70:0/3173944979' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-09-10T19:01:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:48 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a[29662]: 2024-09-10T19:01:48.566+0000 7fa216f62640 -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-10T19:01:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:48 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a[29662]: 2024-09-10T19:01:48.566+0000 7fa216f62640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-10T19:01:49.040 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:48 smithi070 podman[59193]: 2024-09-10 19:01:48.803286918 +0000 UTC m=+0.331730708 container died 7e2011eb742b18ba3ba0e7189e7cc1f61762c01fc80fb99d0a832969ab32584b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD) 2024-09-10T19:01:49.393 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:49 smithi070 podman[59193]: 2024-09-10 19:01:49.200054152 +0000 UTC m=+0.728497935 container cleanup 7e2011eb742b18ba3ba0e7189e7cc1f61762c01fc80fb99d0a832969ab32584b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-10T19:01:49.394 INFO:journalctl@ceph.mon.a.smithi070.stdout:Sep 10 19:01:49 smithi070 bash[59193]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-a 2024-09-10T19:01:49.519 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.a.service' 2024-09-10T19:01:49.560 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:01:49.561 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-10T19:01:49.561 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-10T19:01:49.561 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.b 2024-09-10T19:01:49.880 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:49 smithi102 systemd[1]: Stopping Ceph mon.b for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:01:50.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:49 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-b[32971]: 2024-09-10T19:01:49.878+0000 7fa2d0277640 -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-10T19:01:50.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:49 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-b[32971]: 2024-09-10T19:01:49.878+0000 7fa2d0277640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-09-10T19:01:50.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:49 smithi102 podman[49202]: 2024-09-10 19:01:49.950269287 +0000 UTC m=+0.208316625 container died 3160dd1f948a35994ad6988d3b8071cd7f4cdd484b3ae9ab2478b5208a8df77d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-b, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS) 2024-09-10T19:01:50.562 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:50 smithi102 podman[49202]: 2024-09-10 19:01:50.310080626 +0000 UTC m=+0.568127964 container cleanup 3160dd1f948a35994ad6988d3b8071cd7f4cdd484b3ae9ab2478b5208a8df77d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-b, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-10T19:01:50.562 INFO:journalctl@ceph.mon.b.smithi102.stdout:Sep 10 19:01:50 smithi102 bash[49202]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mon-b 2024-09-10T19:01:50.731 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.b.service' 2024-09-10T19:01:50.805 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:01:50.805 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-10T19:01:50.805 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-10T19:01:50.806 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.c 2024-09-10T19:01:50.850 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mon.c.service' 2024-09-10T19:01:50.950 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:01:50.950 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-10T19:01:50.950 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-10T19:01:50.950 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.a 2024-09-10T19:01:51.271 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:51 smithi070 systemd[1]: Stopping Ceph mgr.a for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:01:51.540 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:51 smithi070 podman[59324]: 2024-09-10 19:01:51.278519249 +0000 UTC m=+0.129477895 container died 509c09620caba46eb40f590b37c227bd6cc72ccec393d3f66f5c16e127e58676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-10T19:01:52.034 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:51 smithi070 podman[59324]: 2024-09-10 19:01:51.687040487 +0000 UTC m=+0.537999130 container cleanup 509c09620caba46eb40f590b37c227bd6cc72ccec393d3f66f5c16e127e58676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:01:52.034 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:51 smithi070 bash[59324]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a 2024-09-10T19:01:52.034 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Sep 10 19:01:51 smithi070 podman[59340]: 2024-09-10 19:01:51.830141849 +0000 UTC m=+0.551336191 container remove 509c09620caba46eb40f590b37c227bd6cc72ccec393d3f66f5c16e127e58676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-a, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD) 2024-09-10T19:01:52.054 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.a.service' 2024-09-10T19:01:52.087 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:01:52.087 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-10T19:01:52.087 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-10T19:01:52.087 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.b 2024-09-10T19:01:52.393 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 19:01:52 smithi102 systemd[1]: Stopping Ceph mgr.b for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:01:52.677 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 19:01:52 smithi102 podman[49334]: 2024-09-10 19:01:52.421016038 +0000 UTC m=+0.127006182 container died 2b13a8d58acd138df8ebe43699070f888954bfc39c4144c5b8c785a8166168b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-10T19:01:53.143 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 19:01:52 smithi102 podman[49334]: 2024-09-10 19:01:52.755953696 +0000 UTC m=+0.461943833 container cleanup 2b13a8d58acd138df8ebe43699070f888954bfc39c4144c5b8c785a8166168b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-10T19:01:53.143 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 19:01:52 smithi102 bash[49334]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b 2024-09-10T19:01:53.143 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 19:01:52 smithi102 podman[49352]: 2024-09-10 19:01:52.923710914 +0000 UTC m=+0.502041544 container remove 2b13a8d58acd138df8ebe43699070f888954bfc39c4144c5b8c785a8166168b0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-mgr-b, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T19:01:53.143 INFO:journalctl@ceph.mgr.b.smithi102.stdout:Sep 10 19:01:52 smithi102 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:01:53.177 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@mgr.b.service' 2024-09-10T19:01:53.211 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:01:53.211 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-10T19:01:53.211 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T19:01:53.211 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.0 2024-09-10T19:01:53.511 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:01:53 smithi070 systemd[1]: Stopping Ceph osd.0 for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:01:53.790 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:01:53 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0[42434]: 2024-09-10T19:01:53.509+0000 7ff493dea640 -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-10T19:01:53.790 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:01:53 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0[42434]: 2024-09-10T19:01:53.509+0000 7ff493dea640 -1 osd.0 50 *** Got signal Terminated *** 2024-09-10T19:01:53.790 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:01:53 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0[42434]: 2024-09-10T19:01:53.509+0000 7ff493dea640 -1 osd.0 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:01:59.290 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:01:58 smithi070 podman[59456]: 2024-09-10 19:01:58.978375769 +0000 UTC m=+5.582428909 container died 071175186a760e2b3a5c8bdc5136d62bd5e0b914043c10288d6a3c3d410885e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-10T19:01:59.700 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:01:59 smithi070 podman[59456]: 2024-09-10 19:01:59.46535089 +0000 UTC m=+6.069404063 container cleanup 071175186a760e2b3a5c8bdc5136d62bd5e0b914043c10288d6a3c3d410885e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-10T19:01:59.701 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:01:59 smithi070 bash[59456]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0 2024-09-10T19:02:00.017 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:01:59 smithi070 podman[59475]: 2024-09-10 19:01:59.699921426 +0000 UTC m=+0.716015824 container remove 071175186a760e2b3a5c8bdc5136d62bd5e0b914043c10288d6a3c3d410885e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-10T19:02:00.286 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:02:00 smithi070 podman[59572]: 2024-09-10 19:02:00.017231553 +0000 UTC m=+0.100451749 container create 15fffb89d09608dc10e497b5878ab5229c778d2cbbb7acca5849fa67351c99d6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:02:00.287 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:02:00 smithi070 podman[59572]: 2024-09-10 19:01:59.932069933 +0000 UTC m=+0.015290092 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:02:00.287 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:02:00 smithi070 podman[59572]: 2024-09-10 19:02:00.202670656 +0000 UTC m=+0.285890809 container init 15fffb89d09608dc10e497b5878ab5229c778d2cbbb7acca5849fa67351c99d6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:02:00.287 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:02:00 smithi070 podman[59572]: 2024-09-10 19:02:00.207592971 +0000 UTC m=+0.290813122 container start 15fffb89d09608dc10e497b5878ab5229c778d2cbbb7acca5849fa67351c99d6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-10T19:02:00.287 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:02:00 smithi070 podman[59572]: 2024-09-10 19:02:00.285817895 +0000 UTC m=+0.369038068 container attach 15fffb89d09608dc10e497b5878ab5229c778d2cbbb7acca5849fa67351c99d6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:02:00.540 INFO:journalctl@ceph.osd.0.smithi070.stdout:Sep 10 19:02:00 smithi070 podman[59572]: 2024-09-10 19:02:00.388741732 +0000 UTC m=+0.471961890 container died 15fffb89d09608dc10e497b5878ab5229c778d2cbbb7acca5849fa67351c99d6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-10T19:02:00.996 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T19:02:01.034 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:02:01.035 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T19:02:01.035 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T19:02:01.035 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.1 2024-09-10T19:02:01.287 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:01 smithi070 systemd[1]: Stopping Ceph osd.1 for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:02:01.539 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:01 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1[48701]: 2024-09-10T19:02:01.384+0000 7ff4cd751640 -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-10T19:02:01.540 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:01 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1[48701]: 2024-09-10T19:02:01.384+0000 7ff4cd751640 -1 osd.1 50 *** Got signal Terminated *** 2024-09-10T19:02:01.540 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:01 smithi070 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1[48701]: 2024-09-10T19:02:01.384+0000 7ff4cd751640 -1 osd.1 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:02:07.077 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:06 smithi070 podman[59700]: 2024-09-10 19:02:06.813587863 +0000 UTC m=+5.547656859 container died dfcbde861ceb14571128efa58c8a378a144469f6b7ab600afbb84875079378a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:02:07.459 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:07 smithi070 podman[59700]: 2024-09-10 19:02:07.199370454 +0000 UTC m=+5.933439477 container cleanup dfcbde861ceb14571128efa58c8a378a144469f6b7ab600afbb84875079378a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-10T19:02:07.459 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:07 smithi070 bash[59700]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1 2024-09-10T19:02:07.789 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:07 smithi070 podman[59733]: 2024-09-10 19:02:07.458639752 +0000 UTC m=+0.638457915 container remove dfcbde861ceb14571128efa58c8a378a144469f6b7ab600afbb84875079378a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, 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, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-10T19:02:08.071 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:07 smithi070 podman[59825]: 2024-09-10 19:02:07.712095187 +0000 UTC m=+0.015484555 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:02:08.071 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:07 smithi070 podman[59825]: 2024-09-10 19:02:07.817607457 +0000 UTC m=+0.120996858 container create df8f93cf2404ee4650fbbb4f35b5025c8cf94cc7ea24c6fa229289d7b252e87d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux ) 2024-09-10T19:02:08.071 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:08 smithi070 podman[59825]: 2024-09-10 19:02:08.070296738 +0000 UTC m=+0.373686100 container init df8f93cf2404ee4650fbbb4f35b5025c8cf94cc7ea24c6fa229289d7b252e87d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0) 2024-09-10T19:02:08.540 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:08 smithi070 podman[59825]: 2024-09-10 19:02:08.075064253 +0000 UTC m=+0.378453617 container start df8f93cf2404ee4650fbbb4f35b5025c8cf94cc7ea24c6fa229289d7b252e87d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-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, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-10T19:02:08.540 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:08 smithi070 podman[59825]: 2024-09-10 19:02:08.15348515 +0000 UTC m=+0.456874518 container attach df8f93cf2404ee4650fbbb4f35b5025c8cf94cc7ea24c6fa229289d7b252e87d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-10T19:02:08.540 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:08 smithi070 podman[59825]: 2024-09-10 19:02:08.248717589 +0000 UTC m=+0.552106949 container died df8f93cf2404ee4650fbbb4f35b5025c8cf94cc7ea24c6fa229289d7b252e87d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:02:08.805 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T19:02:08.829 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:08 smithi070 podman[59868]: 2024-09-10 19:02:08.789451223 +0000 UTC m=+0.534439345 container remove df8f93cf2404ee4650fbbb4f35b5025c8cf94cc7ea24c6fa229289d7b252e87d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:02:08.829 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:08 smithi070 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-10T19:02:08.829 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:08 smithi070 systemd[1]: Stopped Ceph osd.1 for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:02:08.829 INFO:journalctl@ceph.osd.1.smithi070.stdout:Sep 10 19:02:08 smithi070 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.1.service: Consumed 2.445s CPU time. 2024-09-10T19:02:08.843 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:02:08.844 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T19:02:08.844 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T19:02:08.844 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.2 2024-09-10T19:02:09.143 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:08 smithi102 systemd[1]: Stopping Ceph osd.2 for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:02:09.643 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:09 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2[37562]: 2024-09-10T19:02:09.143+0000 7f41d9dd2640 -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-10T19:02:09.643 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:09 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2[37562]: 2024-09-10T19:02:09.143+0000 7f41d9dd2640 -1 osd.2 50 *** Got signal Terminated *** 2024-09-10T19:02:09.643 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:09 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2[37562]: 2024-09-10T19:02:09.143+0000 7f41d9dd2640 -1 osd.2 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:02:14.952 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:14 smithi102 podman[49471]: 2024-09-10 19:02:14.671459139 +0000 UTC m=+5.634872950 container died 116178c52479e20a3a01e7bc06bee511c3feb07ebeb7953bc8fab99405191abb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T19:02:15.310 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:15 smithi102 podman[49471]: 2024-09-10 19:02:15.108654688 +0000 UTC m=+6.072068552 container cleanup 116178c52479e20a3a01e7bc06bee511c3feb07ebeb7953bc8fab99405191abb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-10T19:02:15.310 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:15 smithi102 bash[49471]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2 2024-09-10T19:02:15.643 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:15 smithi102 podman[49491]: 2024-09-10 19:02:15.309863535 +0000 UTC m=+0.632627993 container remove 116178c52479e20a3a01e7bc06bee511c3feb07ebeb7953bc8fab99405191abb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:02:15.997 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:15 smithi102 podman[49585]: 2024-09-10 19:02:15.693930875 +0000 UTC m=+0.093858987 container create 01f185b202e4b91398202da9f7b0bba9edf076023fccce0910d15c4be6113774 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-10T19:02:15.997 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:15 smithi102 podman[49585]: 2024-09-10 19:02:15.615668931 +0000 UTC m=+0.015597037 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:02:15.997 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:15 smithi102 podman[49585]: 2024-09-10 19:02:15.879519543 +0000 UTC m=+0.279447655 container init 01f185b202e4b91398202da9f7b0bba9edf076023fccce0910d15c4be6113774 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-10T19:02:15.997 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:15 smithi102 podman[49585]: 2024-09-10 19:02:15.884522218 +0000 UTC m=+0.284450325 container start 01f185b202e4b91398202da9f7b0bba9edf076023fccce0910d15c4be6113774 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-10T19:02:15.997 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:15 smithi102 podman[49585]: 2024-09-10 19:02:15.996000468 +0000 UTC m=+0.395928606 container attach 01f185b202e4b91398202da9f7b0bba9edf076023fccce0910d15c4be6113774 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:02:16.319 INFO:journalctl@ceph.osd.2.smithi102.stdout:Sep 10 19:02:16 smithi102 podman[49585]: 2024-09-10 19:02:16.055575983 +0000 UTC m=+0.455504090 container died 01f185b202e4b91398202da9f7b0bba9edf076023fccce0910d15c4be6113774 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-10T19:02:16.647 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T19:02:16.684 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:02:16.684 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T19:02:16.684 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-10T19:02:16.684 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.3 2024-09-10T19:02:16.893 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:16 smithi102 systemd[1]: Stopping Ceph osd.3 for b5d289b0-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:02:17.306 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:16 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3[43851]: 2024-09-10T19:02:16.994+0000 7feac45e9640 -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-10T19:02:17.307 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:16 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3[43851]: 2024-09-10T19:02:16.994+0000 7feac45e9640 -1 osd.3 50 *** Got signal Terminated *** 2024-09-10T19:02:17.307 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:16 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3[43851]: 2024-09-10T19:02:16.994+0000 7feac45e9640 -1 osd.3 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:02:20.643 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:20 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3[43851]: 2024-09-10T19:02:20.321+0000 7feabfbff640 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.70:6806 osd.0 since back 2024-09-10T19:01:58.203182+0000 front 2024-09-10T19:01:58.203142+0000 (oldest deadline 2024-09-10T19:02:19.302894+0000) 2024-09-10T19:02:21.643 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:21 smithi102 ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3[43851]: 2024-09-10T19:02:21.368+0000 7feabfbff640 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.70:6806 osd.0 since back 2024-09-10T19:01:58.203182+0000 front 2024-09-10T19:01:58.203142+0000 (oldest deadline 2024-09-10T19:02:19.302894+0000) 2024-09-10T19:02:22.643 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:22 smithi102 podman[49722]: 2024-09-10 19:02:22.304151435 +0000 UTC m=+5.386998388 container died c99bd39809748c8581caed113607592379438f1646d22158196f262c71d2d01b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux ) 2024-09-10T19:02:23.143 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:22 smithi102 podman[49722]: 2024-09-10 19:02:22.718664064 +0000 UTC m=+5.801511012 container cleanup c99bd39809748c8581caed113607592379438f1646d22158196f262c71d2d01b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-10T19:02:23.143 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:22 smithi102 bash[49722]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3 2024-09-10T19:02:23.143 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:22 smithi102 podman[49743]: 2024-09-10 19:02:22.919765457 +0000 UTC m=+0.611110561 container remove c99bd39809748c8581caed113607592379438f1646d22158196f262c71d2d01b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-10T19:02:23.589 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:23 smithi102 podman[49834]: 2024-09-10 19:02:23.320419404 +0000 UTC m=+0.106709327 container create 3dbda6248f58d7f332e424ecbc41dbed638d1c5ea948fb77ea348c925803d9b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:02:23.590 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:23 smithi102 podman[49834]: 2024-09-10 19:02:23.229303605 +0000 UTC m=+0.015593537 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:02:23.590 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:23 smithi102 podman[49834]: 2024-09-10 19:02:23.514432082 +0000 UTC m=+0.300722002 container init 3dbda6248f58d7f332e424ecbc41dbed638d1c5ea948fb77ea348c925803d9b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:02:23.590 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:23 smithi102 podman[49834]: 2024-09-10 19:02:23.519163327 +0000 UTC m=+0.305453254 container start 3dbda6248f58d7f332e424ecbc41dbed638d1c5ea948fb77ea348c925803d9b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-10T19:02:23.590 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:23 smithi102 podman[49834]: 2024-09-10 19:02:23.589101694 +0000 UTC m=+0.375391626 container attach 3dbda6248f58d7f332e424ecbc41dbed638d1c5ea948fb77ea348c925803d9b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-10T19:02:23.893 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:23 smithi102 podman[49876]: 2024-09-10 19:02:23.719382395 +0000 UTC m=+0.016319950 container died 3dbda6248f58d7f332e424ecbc41dbed638d1c5ea948fb77ea348c925803d9b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:02:24.223 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.3.service' 2024-09-10T19:02:24.246 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:24 smithi102 podman[49876]: 2024-09-10 19:02:24.202340225 +0000 UTC m=+0.499277775 container remove 3dbda6248f58d7f332e424ecbc41dbed638d1c5ea948fb77ea348c925803d9b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, 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.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0) 2024-09-10T19:02:24.247 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:24 smithi102 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-10T19:02:24.247 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:24 smithi102 systemd[1]: Stopped Ceph osd.3 for b5d289b0-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:02:24.247 INFO:journalctl@ceph.osd.3.smithi102.stdout:Sep 10 19:02:24 smithi102 systemd[1]: ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.3.service: Consumed 1.929s CPU time. 2024-09-10T19:02:24.260 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:02:24.261 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-10T19:02:24.261 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-10T19:02:24.261 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.4 2024-09-10T19:02:24.304 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.4.service' 2024-09-10T19:02:24.381 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:02:24.381 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-10T19:02:24.382 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-10T19:02:24.382 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.5 2024-09-10T19:02:24.460 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5d289b0-6fa5-11ef-bcea-c7b262605968@osd.5.service' 2024-09-10T19:02:24.532 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:02:24.533 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-10T19:02:24.533 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:02:25.909 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:02:27.357 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:02:27.982 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:02:28.013 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:02:28.041 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:02:28.067 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T19:02:28.068 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi070/crash 2024-09-10T19:02:28.072 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:02:28.184 INFO:teuthology.orchestra.run.smithi070.stderr:tar: /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T19:02:28.184 INFO:teuthology.orchestra.run.smithi070.stderr:tar: Error is not recoverable: exiting now 2024-09-10T19:02:28.186 DEBUG:teuthology.misc:Transferring archived files from smithi102:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi102/crash 2024-09-10T19:02:28.187 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:02:28.230 INFO:teuthology.orchestra.run.smithi102.stderr:tar: /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T19:02:28.230 INFO:teuthology.orchestra.run.smithi102.stderr:tar: Error is not recoverable: exiting now 2024-09-10T19:02:28.232 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi173/crash 2024-09-10T19:02:28.233 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:02:28.290 INFO:teuthology.orchestra.run.smithi173.stderr:tar: /var/lib/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T19:02:28.290 INFO:teuthology.orchestra.run.smithi173.stderr:tar: Error is not recoverable: exiting now 2024-09-10T19:02:28.292 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T19:02:28.292 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph.log | 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' | head -n 1 2024-09-10T19:02:28.322 INFO:teuthology.orchestra.run.smithi070.stderr:grep: /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-10T19:02:28.324 INFO:tasks.cephadm:Compressing logs... 2024-09-10T19:02:28.324 DEBUG:teuthology.orchestra.run.smithi070:> 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-10T19:02:28.367 DEBUG:teuthology.orchestra.run.smithi102:> 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-10T19:02:28.369 DEBUG:teuthology.orchestra.run.smithi173:> 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-10T19:02:28.392 INFO:teuthology.orchestra.run.smithi070.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T19:02:28.393 INFO:teuthology.orchestra.run.smithi070.stderr:: No such file or directory 2024-09-10T19:02:28.393 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T19:02:28.393 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mgr.a.log 2024-09-10T19:02:28.393 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:02:28.395 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-10T19:02:28.396 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:02:28.396 INFO:teuthology.orchestra.run.smithi173.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:02:28.396 INFO:teuthology.orchestra.run.smithi173.stderr:: No such file or directory 2024-09-10T19:02:28.397 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-10T19:02:28.397 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-10T19:02:28.397 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-10T19:02:28.397 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:02:28.397 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.5.log: /var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:02:28.397 INFO:teuthology.orchestra.run.smithi102.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:02:28.397 INFO:teuthology.orchestra.run.smithi102.stderr:: No such file or directory 2024-09-10T19:02:28.398 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mgr.b.log 2024-09-10T19:02:28.398 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T19:02:28.398 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-10T19:02:28.398 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-10T19:02:28.398 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:02:28.398 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.b.log: /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:02:28.398 INFO:teuthology.orchestra.run.smithi102.stderr: 91.0% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mgr.b.log.gz 2024-09-10T19:02:28.398 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.a.log: /var/log/ceph/cephadm.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:02:28.399 INFO:teuthology.orchestra.run.smithi070.stderr: 91.2% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:02:28.399 INFO:teuthology.orchestra.run.smithi102.stderr: 91.1% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:02:28.402 INFO:teuthology.orchestra.run.smithi173.stderr: 91.3% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:02:28.412 INFO:teuthology.orchestra.run.smithi173.stderr: 92.9% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-10T19:02:28.415 INFO:teuthology.orchestra.run.smithi173.stderr: 92.8% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-10T19:02:28.428 INFO:teuthology.orchestra.run.smithi070.stderr: 92.9% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T19:02:28.435 INFO:teuthology.orchestra.run.smithi102.stderr: 93.0% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-10T19:02:28.436 INFO:teuthology.orchestra.run.smithi173.stderr: 92.6% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-10T19:02:28.438 INFO:teuthology.orchestra.run.smithi173.stderr: 2024-09-10T19:02:28.438 INFO:teuthology.orchestra.run.smithi173.stderr:real 0m0.054s 2024-09-10T19:02:28.438 INFO:teuthology.orchestra.run.smithi173.stderr:user 0m0.094s 2024-09-10T19:02:28.438 INFO:teuthology.orchestra.run.smithi173.stderr:sys 0m0.020s 2024-09-10T19:02:28.439 INFO:teuthology.orchestra.run.smithi070.stderr: 93.1% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T19:02:28.448 INFO:teuthology.orchestra.run.smithi102.stderr: 93.1% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T19:02:28.452 INFO:teuthology.orchestra.run.smithi070.stderr: 89.5% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mgr.a.log.gz 2024-09-10T19:02:28.452 INFO:teuthology.orchestra.run.smithi102.stderr: 92.3% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-10T19:02:28.454 INFO:teuthology.orchestra.run.smithi102.stderr: 2024-09-10T19:02:28.454 INFO:teuthology.orchestra.run.smithi102.stderr:real 0m0.072s 2024-09-10T19:02:28.454 INFO:teuthology.orchestra.run.smithi102.stderr:user 0m0.165s 2024-09-10T19:02:28.455 INFO:teuthology.orchestra.run.smithi102.stderr:sys 0m0.025s 2024-09-10T19:02:28.596 INFO:teuthology.orchestra.run.smithi070.stderr: 91.0% -- replaced with /var/log/ceph/b5d289b0-6fa5-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-10T19:02:28.598 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-10T19:02:28.598 INFO:teuthology.orchestra.run.smithi070.stderr:real 0m0.217s 2024-09-10T19:02:28.598 INFO:teuthology.orchestra.run.smithi070.stderr:user 0m0.340s 2024-09-10T19:02:28.598 INFO:teuthology.orchestra.run.smithi070.stderr:sys 0m0.037s 2024-09-10T19:02:28.598 INFO:tasks.cephadm:Archiving logs... 2024-09-10T19:02:28.598 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi070/log 2024-09-10T19:02:28.599 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:02:28.729 DEBUG:teuthology.misc:Transferring archived files from smithi102:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi102/log 2024-09-10T19:02:28.730 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:02:28.783 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi173/log 2024-09-10T19:02:28.784 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:02:28.824 INFO:tasks.cephadm:Removing cluster... 2024-09-10T19:02:28.825 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 --force 2024-09-10T19:02:29.278 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 --force 2024-09-10T19:02:29.740 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5d289b0-6fa5-11ef-bcea-c7b262605968 --force 2024-09-10T19:02:30.203 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T19:02:30.203 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:02:30.219 DEBUG:teuthology.orchestra.run.smithi102:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:02:30.234 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:02:30.250 INFO:tasks.cephadm:Teardown complete 2024-09-10T19:02:30.250 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-10T19:02:30.267 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-10T19:02:30.267 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T19:02:30.269 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T19:02:30.277 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T19:02:30.389 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T19:02:30.397 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T19:02:30.397 DEBUG:teuthology.orchestra.run.smithi070:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:02:30.400 DEBUG:teuthology.orchestra.run.smithi102:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:02:30.403 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:02:30.411 INFO:teuthology.orchestra.run.smithi070.stderr:bash: line 1: ntpq: command not found 2024-09-10T19:02:30.415 INFO:teuthology.orchestra.run.smithi102.stderr:bash: line 1: ntpq: command not found 2024-09-10T19:02:30.415 INFO:teuthology.orchestra.run.smithi070.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T19:02:30.415 INFO:teuthology.orchestra.run.smithi070.stdout:=============================================================================== 2024-09-10T19:02:30.415 INFO:teuthology.orchestra.run.smithi070.stdout:^* hv01.front.sepia.ceph.com 3 6 377 25 +70us[ +69us] +/- 52ms 2024-09-10T19:02:30.416 INFO:teuthology.orchestra.run.smithi070.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 24 +1253us[+1253us] +/- 56ms 2024-09-10T19:02:30.416 INFO:teuthology.orchestra.run.smithi070.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 23 -1056us[-1056us] +/- 64ms 2024-09-10T19:02:30.416 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T19:02:30.417 INFO:teuthology.orchestra.run.smithi173.stderr:bash: line 1: ntpq: command not found 2024-09-10T19:02:30.419 INFO:teuthology.orchestra.run.smithi102.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T19:02:30.420 INFO:teuthology.orchestra.run.smithi102.stdout:=============================================================================== 2024-09-10T19:02:30.420 INFO:teuthology.orchestra.run.smithi102.stdout:^* hv01.front.sepia.ceph.com 3 6 377 22 -28us[ +86us] +/- 52ms 2024-09-10T19:02:30.420 INFO:teuthology.orchestra.run.smithi102.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 24 +1145us[+1259us] +/- 56ms 2024-09-10T19:02:30.420 INFO:teuthology.orchestra.run.smithi102.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 24 -1153us[-1040us] +/- 64ms 2024-09-10T19:02:30.420 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T19:02:30.421 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T19:02:30.421 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2024-09-10T19:02:30.421 INFO:teuthology.orchestra.run.smithi173.stdout:^* hv01.front.sepia.ceph.com 3 6 377 27 -24us[ +89us] +/- 52ms 2024-09-10T19:02:30.421 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 27 +1131us[+1244us] +/- 56ms 2024-09-10T19:02:30.422 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 26 -1156us[-1156us] +/- 64ms 2024-09-10T19:02:30.422 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T19:02:30.422 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T19:02:30.468 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T19:02:30.469 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T19:02:30.476 DEBUG:teuthology.orchestra.run.smithi070:> 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-10T19:02:30.547 DEBUG:teuthology.orchestra.run.smithi102:> 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-10T19:02:30.614 DEBUG:teuthology.orchestra.run.smithi173:> 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-10T19:02:30.680 DEBUG:teuthology.orchestra.run.smithi070:> 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 2024-09-10T19:02:30.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:02:30.707 DEBUG:teuthology.orchestra.run.smithi102:> 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 2024-09-10T19:02:30.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:02:30.735 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-09-10T19:02:30.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:02:30.763 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T19:02:30.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T19:02:30.829 INFO:teuthology.task.internal:Duration was 1038.550254 seconds 2024-09-10T19:02:30.830 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T19:02:30.838 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T19:02:30.838 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:02:30.841 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:02:30.843 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:02:30.877 INFO:teuthology.orchestra.run.smithi070.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T19:02:30.879 INFO:teuthology.orchestra.run.smithi102.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T19:02:30.881 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T19:02:31.182 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T19:02:31.182 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi070.front.sepia.ceph.com 2024-09-10T19:02:31.182 DEBUG:teuthology.orchestra.run.smithi070:> 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-10T19:02:31.202 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi102.front.sepia.ceph.com 2024-09-10T19:02:31.202 DEBUG:teuthology.orchestra.run.smithi102:> 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-10T19:02:31.249 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2024-09-10T19:02:31.250 DEBUG:teuthology.orchestra.run.smithi173:> 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-10T19:02:31.295 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T19:02:31.295 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:02:31.298 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:02:31.300 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:02:31.328 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T19:02:31.328 DEBUG:teuthology.orchestra.run.smithi070:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:02:31.365 DEBUG:teuthology.orchestra.run.smithi102:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:02:31.367 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:02:31.547 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T19:02:31.556 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T19:02:31.557 DEBUG:teuthology.orchestra.run.smithi070:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:02:31.581 DEBUG:teuthology.orchestra.run.smithi102:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:02:31.606 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:02:31.631 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T19:02:31.641 DEBUG:teuthology.orchestra.run.smithi070:> 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-10T19:02:31.643 DEBUG:teuthology.orchestra.run.smithi102:> 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-10T19:02:31.649 DEBUG:teuthology.orchestra.run.smithi173:> 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-10T19:02:31.664 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = core 2024-09-10T19:02:31.670 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = core 2024-09-10T19:02:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2024-09-10T19:02:31.717 DEBUG:teuthology.orchestra.run.smithi070:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:02:31.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:02:31.743 DEBUG:teuthology.orchestra.run.smithi102:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:02:31.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:02:31.757 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:02:31.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:02:31.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T19:02:31.781 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T19:02:31.782 DEBUG:teuthology.misc:Transferring archived files from smithi070:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi070 2024-09-10T19:02:31.783 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:02:31.820 DEBUG:teuthology.misc:Transferring archived files from smithi102:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi102 2024-09-10T19:02:31.820 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:02:31.855 DEBUG:teuthology.misc:Transferring archived files from smithi173:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900268/remote/smithi173 2024-09-10T19:02:31.855 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:02:31.890 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T19:02:31.891 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:02:31.893 DEBUG:teuthology.orchestra.run.smithi102:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:02:31.895 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:02:31.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T19:02:31.951 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T19:02:31.951 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T19:02:31.962 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T19:02:31.962 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:02:31.965 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:02:31.967 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:02:31.977 INFO:teuthology.orchestra.run.smithi070.stdout: 266063 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:02 /home/ubuntu/cephtest 2024-09-10T19:02:31.979 INFO:teuthology.orchestra.run.smithi102.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:02 /home/ubuntu/cephtest 2024-09-10T19:02:31.993 INFO:teuthology.orchestra.run.smithi173.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:02 /home/ubuntu/cephtest 2024-09-10T19:02:31.994 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T19:02:32.004 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T19:02:32.154 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_host_drain} duration: 1038.550253868103 flavor: default owner: scheduled_gabrioux@teuthology success: true 2024-09-10T19:02:32.155 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T19:02:32.233 INFO:teuthology.run:pass