2024-05-07T08:17:37.172 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-07T08:17:37.172 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624 --owner scheduled_teuthology@teuthology --verbose --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_host_drain} --name teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/orig.config.yaml 2024-05-07T08:17:37.202 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-07T08:17:37.281 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7694624' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 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 log-only-match: - CEPHADM_ sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 510b35d4b766757579df5fd9efd2f892309f09e1 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.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: 1926 sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7 sleep_before_teardown: 0 subset: 54/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_510b35d4b766757579df5fd9efd2f892309f09e1/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 510b35d4b766757579df5fd9efd2f892309f09e1 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBpBMDMFYSoLzcCK3NiXGanfDNFm+qn+GnqUFnJEoC7OpmRAa1ZLGWBOSvv1Ip5etc4JnLTM+uovEN2tdohvOv4= smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKm0ktUw7g4PtU09LogQLoZz3Wf08vBVeYGAGrvdJ6fFQAj+JFfGkeMGGipYLfCmoqZVO63ljwfvx+nUwkE1Tqs= smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOeOZaqf0mYRNnSkY4TKd53ZMT85lHtetJpfXi0g4wm7DV6uXguUSEMyaUT9YPML00mvO7ZgGuDvKhwEbZTuVhc= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-06_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-07T08:17:37.281 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_510b35d4b766757579df5fd9efd2f892309f09e1/qa; will attempt to use it 2024-05-07T08:17:37.282 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_510b35d4b766757579df5fd9efd2f892309f09e1/qa/tasks 2024-05-07T08:17:37.282 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-07T08:17:37.284 INFO:teuthology.task.internal:Checking packages... 2024-05-07T08:17:37.306 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b05eb2754514c6559f7c34d831877d418ea3a9c7' 2024-05-07T08:17:37.306 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-07T08:17:37.306 INFO:teuthology.packaging:ref: None 2024-05-07T08:17:37.307 INFO:teuthology.packaging:tag: None 2024-05-07T08:17:37.307 INFO:teuthology.packaging:branch: squid 2024-05-07T08:17:37.307 INFO:teuthology.packaging:sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:17:37.307 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-05-07T08:17:37.545 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2513.g510b35d4 2024-05-07T08:17:37.546 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-07T08:17:37.552 INFO:teuthology.task.internal:no buildpackages task found 2024-05-07T08:17:37.552 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-07T08:17:37.608 INFO:teuthology.task.internal:Saving configuration 2024-05-07T08:17:37.621 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-07T08:17:37.625 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-07T08:17:37.651 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-07 08:12:37.199876', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBpBMDMFYSoLzcCK3NiXGanfDNFm+qn+GnqUFnJEoC7OpmRAa1ZLGWBOSvv1Ip5etc4JnLTM+uovEN2tdohvOv4='} 2024-05-07T08:17:37.673 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-07 08:12:37.201663', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKm0ktUw7g4PtU09LogQLoZz3Wf08vBVeYGAGrvdJ6fFQAj+JFfGkeMGGipYLfCmoqZVO63ljwfvx+nUwkE1Tqs='} 2024-05-07T08:17:37.695 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-07 08:12:37.203169', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOeOZaqf0mYRNnSkY4TKd53ZMT85lHtetJpfXi0g4wm7DV6uXguUSEMyaUT9YPML00mvO7ZgGuDvKhwEbZTuVhc='} 2024-05-07T08:17:37.695 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-07T08:17:37.701 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-07T08:17:37.701 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-07T08:17:37.701 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-07T08:17:37.701 INFO:teuthology.run_tasks:Running task console_log... 2024-05-07T08:17:37.798 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f81f496df70>, signals=[15]) 2024-05-07T08:17:37.798 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-07T08:17:37.804 INFO:teuthology.task.internal:Opening connections... 2024-05-07T08:17:37.804 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T08:17:37.806 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:17:37.882 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-05-07T08:17:37.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:17:37.959 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-05-07T08:17:37.959 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:17:38.031 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-07T08:17:38.038 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2024-05-07T08:17:38.057 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2024-05-07T08:17:38.057 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2024-05-07T08:17:38.115 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="CentOS Stream" 2024-05-07T08:17:38.115 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="9" 2024-05-07T08:17:38.115 INFO:teuthology.orchestra.run.smithi008.stdout:ID="centos" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="rhel fedora" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="9" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el9" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:LOGO="fedora-logo-icon" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://centos.org/" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-07T08:17:38.116 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-07T08:17:38.117 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2024-05-07T08:17:38.141 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-05-07T08:17:38.159 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-05-07T08:17:38.160 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-05-07T08:17:38.218 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="CentOS Stream" 2024-05-07T08:17:38.218 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="9" 2024-05-07T08:17:38.218 INFO:teuthology.orchestra.run.smithi047.stdout:ID="centos" 2024-05-07T08:17:38.218 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE="rhel fedora" 2024-05-07T08:17:38.218 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="9" 2024-05-07T08:17:38.218 INFO:teuthology.orchestra.run.smithi047.stdout:PLATFORM_ID="platform:el9" 2024-05-07T08:17:38.218 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-07T08:17:38.218 INFO:teuthology.orchestra.run.smithi047.stdout:ANSI_COLOR="0;31" 2024-05-07T08:17:38.219 INFO:teuthology.orchestra.run.smithi047.stdout:LOGO="fedora-logo-icon" 2024-05-07T08:17:38.219 INFO:teuthology.orchestra.run.smithi047.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-07T08:17:38.219 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://centos.org/" 2024-05-07T08:17:38.219 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-07T08:17:38.219 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-07T08:17:38.219 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-07T08:17:38.219 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-05-07T08:17:38.241 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-05-07T08:17:38.259 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-05-07T08:17:38.259 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-05-07T08:17:38.316 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="CentOS Stream" 2024-05-07T08:17:38.316 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="9" 2024-05-07T08:17:38.316 INFO:teuthology.orchestra.run.smithi107.stdout:ID="centos" 2024-05-07T08:17:38.316 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE="rhel fedora" 2024-05-07T08:17:38.316 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="9" 2024-05-07T08:17:38.316 INFO:teuthology.orchestra.run.smithi107.stdout:PLATFORM_ID="platform:el9" 2024-05-07T08:17:38.316 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-07T08:17:38.317 INFO:teuthology.orchestra.run.smithi107.stdout:ANSI_COLOR="0;31" 2024-05-07T08:17:38.317 INFO:teuthology.orchestra.run.smithi107.stdout:LOGO="fedora-logo-icon" 2024-05-07T08:17:38.317 INFO:teuthology.orchestra.run.smithi107.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-07T08:17:38.317 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://centos.org/" 2024-05-07T08:17:38.317 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-07T08:17:38.317 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-07T08:17:38.317 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-07T08:17:38.317 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-05-07T08:17:38.341 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-07T08:17:38.350 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-07T08:17:38.363 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-07T08:17:38.363 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2024-05-07T08:17:38.370 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-05-07T08:17:38.374 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-05-07T08:17:38.393 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-07T08:17:38.414 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-07T08:17:38.414 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2024-05-07T08:17:38.432 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-05-07T08:17:38.435 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-05-07T08:17:38.462 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-07T08:17:38.554 INFO:teuthology.run_tasks:Running task kernel... 2024-05-07T08:17:38.578 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-07T08:17:38.578 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-07T08:17:38.578 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-07T08:17:38.579 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-07T08:17:38.579 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-07T08:17:38.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:17:38.597 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-05-07T08:17:38.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:17:38.598 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-05-07T08:17:38.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:17:38.600 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-05-07T08:17:38.659 INFO:teuthology.orchestra.run.smithi047.stdout:5.14.0-437.el9.x86_64 2024-05-07T08:17:38.659 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.14.0-437.el9.x86_64 2024-05-07T08:17:38.659 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum install -y kernel 2024-05-07T08:17:38.661 INFO:teuthology.orchestra.run.smithi008.stdout:5.14.0-437.el9.x86_64 2024-05-07T08:17:38.661 INFO:teuthology.task.kernel:Running kernel on smithi008: 5.14.0-437.el9.x86_64 2024-05-07T08:17:38.661 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2024-05-07T08:17:38.663 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-437.el9.x86_64 2024-05-07T08:17:38.663 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.14.0-437.el9.x86_64 2024-05-07T08:17:38.663 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum install -y kernel 2024-05-07T08:17:45.100 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - BaseOS 1.7 MB/s | 8.1 MB 00:04 2024-05-07T08:17:47.274 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - BaseOS 1.1 MB/s | 8.1 MB 00:07 2024-05-07T08:17:47.572 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 1.1 MB/s | 8.1 MB 00:07 2024-05-07T08:17:57.488 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 2.2 MB/s | 19 MB 00:08 2024-05-07T08:17:58.041 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - AppStream 1.6 MB/s | 19 MB 00:11 2024-05-07T08:17:59.549 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - AppStream 1.7 MB/s | 19 MB 00:11 2024-05-07T08:18:02.813 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.2 MB 00:01 2024-05-07T08:18:04.581 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 16 kB 00:00 2024-05-07T08:18:04.808 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.2 MB 00:01 2024-05-07T08:18:05.617 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - CRB 1.6 MB/s | 6.2 MB 00:03 2024-05-07T08:18:05.993 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-05-07T08:18:06.525 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-05-07T08:18:07.326 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-05-07T08:18:08.960 INFO:teuthology.orchestra.run.smithi047.stdout:Extra Packages for Enterprise Linux 9.2 MB/s | 21 MB 00:02 2024-05-07T08:18:09.763 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 9.2 MB/s | 21 MB 00:02 2024-05-07T08:18:11.140 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-05-07T08:18:13.137 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-07T08:18:13.138 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-07T08:18:13.229 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:18:13.236 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:18:13.236 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-05-07T08:18:13.236 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout:Install 4 Packages 2024-05-07T08:18:13.237 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:18:13.238 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 78 M 2024-05-07T08:18:13.238 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 123 M 2024-05-07T08:18:13.238 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:18:14.377 INFO:teuthology.orchestra.run.smithi047.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-05-07T08:18:14.647 INFO:teuthology.orchestra.run.smithi107.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 429 kB/s | 484 kB 00:01 2024-05-07T08:18:15.144 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-05-07T08:18:16.466 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-07T08:18:16.466 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-07T08:18:16.559 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:18:16.576 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:18:16.576 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-05-07T08:18:16.576 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:18:16.576 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:18:16.576 INFO:teuthology.orchestra.run.smithi047.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-07T08:18:16.576 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:18:16.576 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-07T08:18:16.576 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout:Install 4 Packages 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 78 M 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 123 M 2024-05-07T08:18:16.577 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:18:17.259 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-07T08:18:17.260 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-07T08:18:17.362 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-07T08:18:17.374 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:18:17.375 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:18:17.375 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:18:17.375 INFO:teuthology.orchestra.run.smithi008.stdout:Install 4 Packages 2024-05-07T08:18:17.375 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:18:17.375 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 78 M 2024-05-07T08:18:17.375 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 123 M 2024-05-07T08:18:17.376 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:18:17.411 INFO:teuthology.orchestra.run.smithi047.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 633 kB/s | 484 kB 00:00 2024-05-07T08:18:21.248 INFO:teuthology.orchestra.run.smithi107.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 2.0 MB/s | 15 MB 00:07 2024-05-07T08:18:23.354 INFO:teuthology.orchestra.run.smithi008.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 629 kB/s | 484 kB 00:00 2024-05-07T08:18:27.437 INFO:teuthology.orchestra.run.smithi008.stdout:(2/4): kernel-modules-core-5.14.0-444.el9.x86_6 6.8 MB/s | 28 MB 00:04 2024-05-07T08:18:28.245 INFO:teuthology.orchestra.run.smithi008.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 6.0 MB/s | 34 MB 00:05 2024-05-07T08:18:31.338 INFO:teuthology.orchestra.run.smithi107.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 1.9 MB/s | 34 MB 00:17 2024-05-07T08:18:31.437 INFO:teuthology.orchestra.run.smithi008.stdout:(4/4): kernel-core-5.14.0-444.el9.x86_64.rpm 1.7 MB/s | 15 MB 00:08 2024-05-07T08:18:31.437 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:18:31.437 INFO:teuthology.orchestra.run.smithi008.stdout:Total 5.5 MB/s | 78 MB 00:14 2024-05-07T08:18:32.143 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:18:32.560 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:18:32.560 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:18:33.532 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:18:33.532 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:18:33.876 INFO:teuthology.orchestra.run.smithi047.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 917 kB/s | 15 MB 00:17 2024-05-07T08:18:36.085 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:18:36.746 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:18:36.838 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:18:39.669 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:18:39.804 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:18:42.037 INFO:teuthology.orchestra.run.smithi107.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 1.0 MB/s | 28 MB 00:27 2024-05-07T08:18:42.037 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:18:42.037 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.7 MB/s | 78 MB 00:28 2024-05-07T08:18:42.715 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:18:43.058 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:18:43.058 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:18:43.977 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:18:43.977 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:18:44.893 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:18:44.941 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:18:46.382 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:18:46.875 INFO:teuthology.orchestra.run.smithi047.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 972 kB/s | 28 MB 00:29 2024-05-07T08:18:47.027 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:18:47.103 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:18:49.742 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:18:49.882 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:18:50.036 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:18:54.586 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:18:54.709 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:18:56.000 INFO:teuthology.orchestra.run.smithi047.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 883 kB/s | 34 MB 00:39 2024-05-07T08:18:56.000 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:18:56.000 INFO:teuthology.orchestra.run.smithi047.stdout:Total 2.0 MB/s | 78 MB 00:39 2024-05-07T08:18:56.708 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:18:57.102 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:18:57.102 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:18:58.051 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:18:58.051 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:18:59.487 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:00.601 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:19:01.258 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:19:01.383 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:19:04.189 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:19:04.334 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:19:09.403 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:19:09.445 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:14.540 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:21.006 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:21.046 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:21.401 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:21.401 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:19:21.401 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:19:21.401 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:19:22.184 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:22.184 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:19:22.184 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:19:22.184 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:22.184 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-07T08:19:22.184 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-07T08:19:22.184 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-07T08:19:22.185 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:19:22.185 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:19:22.510 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:19:22.588 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:22.588 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:19:22.589 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-07T08:19:22.589 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-07T08:19:22.589 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-07T08:19:22.589 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-07T08:19:22.589 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2024-05-07T08:19:22.589 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:19:22.640 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:22.641 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:19:22.641 DEBUG:teuthology.orchestra.run.smithi008:> sudo rpm -qi grub2-tools 2024-05-07T08:19:22.672 INFO:teuthology.orchestra.run.smithi008.stdout:Name : grub2-tools 2024-05-07T08:19:22.672 INFO:teuthology.orchestra.run.smithi008.stdout:Epoch : 1 2024-05-07T08:19:22.672 INFO:teuthology.orchestra.run.smithi008.stdout:Version : 2.06 2024-05-07T08:19:22.672 INFO:teuthology.orchestra.run.smithi008.stdout:Release : 68.el9 2024-05-07T08:19:22.672 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: x86_64 2024-05-07T08:19:22.672 INFO:teuthology.orchestra.run.smithi008.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-07T08:19:22.672 INFO:teuthology.orchestra.run.smithi008.stdout:Group : Unspecified 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Size : 8264254 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:License : GPLv3+ 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Packager : builder@centos.org 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Vendor : CentOS 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Summary : Support tools for GRUB. 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:Description : 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-07T08:19:22.673 INFO:teuthology.orchestra.run.smithi008.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-07T08:19:22.674 INFO:teuthology.orchestra.run.smithi008.stdout:hardware devices. 2024-05-07T08:19:22.674 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:19:22.674 INFO:teuthology.orchestra.run.smithi008.stdout:This subpackage provides tools for support of all platforms. 2024-05-07T08:19:22.675 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-07T08:19:22.675 INFO:teuthology.task.kernel:Updating grub on smithi008 to boot 5.14.0-444.el9.x86_64 2024-05-07T08:19:22.675 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-07T08:19:23.281 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2024-05-07T08:19:24.742 INFO:teuthology.orchestra.run.smithi008.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-07T08:19:24.783 INFO:teuthology.orchestra.run.smithi008.stderr:done 2024-05-07T08:19:24.785 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2024-05-07T08:19:24.805 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.hesHaqzRYl 2024-05-07T08:19:24.805 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hesHaqzRYl 2024-05-07T08:19:24.871 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.hesHaqzRYl 2024-05-07T08:19:25.014 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.hesHaqzRYl is 6KB 2024-05-07T08:19:25.033 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.hesHaqzRYl 2024-05-07T08:19:25.048 DEBUG:teuthology.orchestra.run.smithi008:> sudo /bin/ls /boot/loader/entries || true 2024-05-07T08:19:25.111 INFO:teuthology.orchestra.run.smithi008.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-07T08:19:25.111 INFO:teuthology.orchestra.run.smithi008.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-07T08:19:25.111 INFO:teuthology.orchestra.run.smithi008.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-07T08:19:25.112 INFO:teuthology.orchestra.run.smithi008.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-07T08:19:25.113 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-07T08:19:25.272 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2024-05-07T08:19:28.722 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:28.760 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:29.059 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:29.059 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:19:29.059 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:19:29.059 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:19:29.814 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:29.814 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:19:29.814 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:19:29.815 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:29.815 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-07T08:19:29.815 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-07T08:19:29.815 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-07T08:19:29.815 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:19:29.815 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:19:30.166 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:19:30.242 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:30.242 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:19:30.242 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-07T08:19:30.242 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-07T08:19:30.242 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-07T08:19:30.243 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-07T08:19:30.243 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-05-07T08:19:30.243 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:19:30.291 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:30.292 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:19:30.292 DEBUG:teuthology.orchestra.run.smithi107:> sudo rpm -qi grub2-tools 2024-05-07T08:19:30.322 INFO:teuthology.orchestra.run.smithi107.stdout:Name : grub2-tools 2024-05-07T08:19:30.322 INFO:teuthology.orchestra.run.smithi107.stdout:Epoch : 1 2024-05-07T08:19:30.322 INFO:teuthology.orchestra.run.smithi107.stdout:Version : 2.06 2024-05-07T08:19:30.323 INFO:teuthology.orchestra.run.smithi107.stdout:Release : 68.el9 2024-05-07T08:19:30.323 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: x86_64 2024-05-07T08:19:30.323 INFO:teuthology.orchestra.run.smithi107.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-07T08:19:30.323 INFO:teuthology.orchestra.run.smithi107.stdout:Group : Unspecified 2024-05-07T08:19:30.323 INFO:teuthology.orchestra.run.smithi107.stdout:Size : 8264254 2024-05-07T08:19:30.323 INFO:teuthology.orchestra.run.smithi107.stdout:License : GPLv3+ 2024-05-07T08:19:30.323 INFO:teuthology.orchestra.run.smithi107.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-07T08:19:30.323 INFO:teuthology.orchestra.run.smithi107.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:Packager : builder@centos.org 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:Vendor : CentOS 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:Summary : Support tools for GRUB. 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:Description : 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:hardware devices. 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:19:30.324 INFO:teuthology.orchestra.run.smithi107.stdout:This subpackage provides tools for support of all platforms. 2024-05-07T08:19:30.325 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-07T08:19:30.325 INFO:teuthology.task.kernel:Updating grub on smithi107 to boot 5.14.0-444.el9.x86_64 2024-05-07T08:19:30.326 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-07T08:19:30.972 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-05-07T08:19:32.435 INFO:teuthology.orchestra.run.smithi107.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-07T08:19:32.464 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-05-07T08:19:32.467 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-05-07T08:19:32.482 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.2Rr1fgoAre 2024-05-07T08:19:32.483 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2Rr1fgoAre 2024-05-07T08:19:32.548 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.2Rr1fgoAre 2024-05-07T08:19:32.683 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.2Rr1fgoAre is 6KB 2024-05-07T08:19:32.732 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.2Rr1fgoAre 2024-05-07T08:19:32.747 DEBUG:teuthology.orchestra.run.smithi107:> sudo /bin/ls /boot/loader/entries || true 2024-05-07T08:19:32.808 INFO:teuthology.orchestra.run.smithi107.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-07T08:19:32.809 INFO:teuthology.orchestra.run.smithi107.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-07T08:19:32.809 INFO:teuthology.orchestra.run.smithi107.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-07T08:19:32.809 INFO:teuthology.orchestra.run.smithi107.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-07T08:19:32.810 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-07T08:19:32.961 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-05-07T08:19:45.665 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:45.704 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:46.087 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:46.087 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-07T08:19:46.087 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-07T08:19:46.087 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:19:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:19:47.270 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:19:47.353 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:47.353 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:19:47.353 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-07T08:19:47.353 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-07T08:19:47.354 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-07T08:19:47.354 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-07T08:19:47.354 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-05-07T08:19:47.354 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2024-05-07T08:19:47.408 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-07T08:19:47.408 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-07T08:19:47.409 DEBUG:teuthology.orchestra.run.smithi047:> sudo rpm -qi grub2-tools 2024-05-07T08:19:47.448 INFO:teuthology.orchestra.run.smithi047.stdout:Name : grub2-tools 2024-05-07T08:19:47.448 INFO:teuthology.orchestra.run.smithi047.stdout:Epoch : 1 2024-05-07T08:19:47.448 INFO:teuthology.orchestra.run.smithi047.stdout:Version : 2.06 2024-05-07T08:19:47.448 INFO:teuthology.orchestra.run.smithi047.stdout:Release : 68.el9 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: x86_64 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Group : Unspecified 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Size : 8264254 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:License : GPLv3+ 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Packager : builder@centos.org 2024-05-07T08:19:47.449 INFO:teuthology.orchestra.run.smithi047.stdout:Vendor : CentOS 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout:Summary : Support tools for GRUB. 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout:Description : 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout:hardware devices. 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:19:47.450 INFO:teuthology.orchestra.run.smithi047.stdout:This subpackage provides tools for support of all platforms. 2024-05-07T08:19:47.452 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-07T08:19:47.452 INFO:teuthology.task.kernel:Updating grub on smithi047 to boot 5.14.0-444.el9.x86_64 2024-05-07T08:19:47.452 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-07T08:19:48.080 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-05-07T08:19:49.484 INFO:teuthology.orchestra.run.smithi047.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-07T08:19:49.510 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-05-07T08:19:49.512 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-05-07T08:19:49.528 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.L2HllTfkC8 2024-05-07T08:19:49.529 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.L2HllTfkC8 2024-05-07T08:19:49.594 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.L2HllTfkC8 2024-05-07T08:19:49.730 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.L2HllTfkC8 is 6KB 2024-05-07T08:19:49.779 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.L2HllTfkC8 2024-05-07T08:19:49.793 DEBUG:teuthology.orchestra.run.smithi047:> sudo /bin/ls /boot/loader/entries || true 2024-05-07T08:19:49.856 INFO:teuthology.orchestra.run.smithi047.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-07T08:19:49.856 INFO:teuthology.orchestra.run.smithi047.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-07T08:19:49.856 INFO:teuthology.orchestra.run.smithi047.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-07T08:19:49.856 INFO:teuthology.orchestra.run.smithi047.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-07T08:19:49.857 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-07T08:19:50.015 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-05-07T08:19:55.278 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-07T08:19:55.278 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:19:55.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:20:02.970 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-07T08:20:02.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:20:02.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:20:13.726 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2024-05-07T08:20:20.022 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-07T08:20:20.023 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:20:20.023 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:20:22.731 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:20:22.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:20:37.538 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-05-07T08:20:38.558 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-05-07T08:20:46.547 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:20:46.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:20:47.559 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:20:47.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:20:50.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-05-07T08:21:02.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:21:02.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:21:18.299 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-05-07T08:21:18.792 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:21:18.792 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-444.el9.x86_64"... 2024-05-07T08:21:18.792 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-05-07T08:21:18.807 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-444.el9.x86_64 2024-05-07T08:21:18.807 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-07T08:21:18.807 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-07T08:21:18.807 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-07T08:21:19.810 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-07T08:21:19.811 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-07T08:21:19.925 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-05-07T08:21:19.992 DEBUG:teuthology.parallel:result is None 2024-05-07T08:21:22.733 DEBUG:teuthology.orchestra.remote:timed out 2024-05-07T08:21:34.734 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:21:34.735 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:21:34.755 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-05-07T08:21:35.116 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-05-07T08:21:35.163 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:21:35.163 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-07T08:21:35.163 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-05-07T08:21:35.179 INFO:teuthology.orchestra.run.smithi047.stdout:5.14.0-444.el9.x86_64 2024-05-07T08:21:35.179 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-07T08:21:35.179 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-07T08:21:35.179 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-07T08:21:35.496 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:21:35.496 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-07T08:21:35.496 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-05-07T08:21:35.513 INFO:teuthology.orchestra.run.smithi008.stdout:5.14.0-444.el9.x86_64 2024-05-07T08:21:35.513 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-07T08:21:35.513 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-07T08:21:35.514 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-07T08:21:36.180 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-07T08:21:36.181 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-07T08:21:36.237 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-05-07T08:21:36.271 DEBUG:teuthology.parallel:result is None 2024-05-07T08:21:36.514 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-07T08:21:36.515 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-07T08:21:36.576 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2024-05-07T08:21:36.610 DEBUG:teuthology.parallel:result is None 2024-05-07T08:21:36.610 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-07T08:21:36.618 INFO:teuthology.task.internal:Creating test directory... 2024-05-07T08:21:36.618 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-07T08:21:36.620 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-07T08:21:36.623 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-07T08:21:36.644 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-07T08:21:36.653 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-07T08:21:36.660 INFO:teuthology.task.internal:Creating archive directory... 2024-05-07T08:21:36.660 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-07T08:21:36.680 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-07T08:21:36.682 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-07T08:21:36.788 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-07T08:21:36.794 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-07T08:21:36.794 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-07T08:21:36.797 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-07T08:21:36.800 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-07T08:21:36.831 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:21:36.834 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:21:36.835 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:21:36.842 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:21:36.846 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:21:36.847 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-07T08:21:36.849 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-07T08:21:36.856 INFO:teuthology.task.internal:Configuring sudo... 2024-05-07T08:21:36.856 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-07T08:21:36.892 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-07T08:21:36.894 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-07T08:21:36.922 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-07T08:21:36.931 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-07T08:21:36.932 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-07T08:21:36.962 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-07T08:21:36.965 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-07T08:21:36.981 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:21:37.067 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:21:37.116 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:21:37.200 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:21:37.246 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:21:37.247 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-07T08:21:37.317 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:21:37.365 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:21:37.414 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:21:37.502 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:21:37.545 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:21:37.545 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-07T08:21:37.613 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:21:37.659 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-07T08:21:37.715 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:21:37.797 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-07T08:21:37.842 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:21:37.842 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-07T08:21:37.908 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2024-05-07T08:21:37.911 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-05-07T08:21:37.913 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-05-07T08:21:37.954 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:21:37.958 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:21:38.004 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:21:38.478 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-07T08:21:38.487 INFO:teuthology.task.internal:Starting timer... 2024-05-07T08:21:38.487 INFO:teuthology.run_tasks:Running task pcp... 2024-05-07T08:21:38.531 INFO:teuthology.run_tasks:Running task selinux... 2024-05-07T08:21:38.540 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-07T08:21:38.540 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2024-05-07T08:21:38.602 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2024-05-07T08:21:38.604 DEBUG:teuthology.orchestra.run.smithi047:> sudo service auditd rotate 2024-05-07T08:21:38.647 INFO:teuthology.orchestra.run.smithi047.stdout:Rotating logs: 2024-05-07T08:21:38.649 DEBUG:teuthology.orchestra.run.smithi107:> sudo service auditd rotate 2024-05-07T08:21:38.703 INFO:teuthology.orchestra.run.smithi107.stdout:Rotating logs: 2024-05-07T08:21:38.705 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-07T08:21:38.705 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2024-05-07T08:21:38.740 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2024-05-07T08:21:38.740 DEBUG:teuthology.orchestra.run.smithi047:> /usr/sbin/getenforce 2024-05-07T08:21:38.767 INFO:teuthology.orchestra.run.smithi047.stdout:Permissive 2024-05-07T08:21:38.767 DEBUG:teuthology.orchestra.run.smithi107:> /usr/sbin/getenforce 2024-05-07T08:21:38.791 INFO:teuthology.orchestra.run.smithi107.stdout:Permissive 2024-05-07T08:21:38.791 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi047.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi107.front.sepia.ceph.com': 'permissive'} 2024-05-07T08:21:38.791 DEBUG:teuthology.orchestra.run.smithi008:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:21:38.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:21:38.822 DEBUG:teuthology.orchestra.run.smithi047:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:21:38.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:21:38.852 DEBUG:teuthology.orchestra.run.smithi107:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:21:38.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:21:38.879 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-07T08:21:38.879 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2024-05-07T08:21:38.911 DEBUG:teuthology.orchestra.run.smithi047:> sudo /usr/sbin/setenforce permissive 2024-05-07T08:21:38.940 DEBUG:teuthology.orchestra.run.smithi107:> sudo /usr/sbin/setenforce permissive 2024-05-07T08:21:38.966 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-07T08:21:38.977 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-07T08:21:38.994 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-07T08:21:38.995 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi047.front.sepia.ceph.com,smithi107.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-07T08:25:52.834 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi107.front.sepia.ceph.com')] 2024-05-07T08:25:52.836 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:25:52.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:25:52.915 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-05-07T08:25:52.999 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-05-07T08:25:53.000 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:25:53.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:25:53.075 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-05-07T08:25:53.163 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-05-07T08:25:53.163 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:25:53.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-07T08:25:53.236 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-05-07T08:25:53.313 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-07T08:25:53.314 INFO:teuthology.run_tasks:Running task clock... 2024-05-07T08:25:53.325 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-07T08:25:53.325 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-07T08:25:53.326 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:25:53.328 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-07T08:25:53.328 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:25:53.330 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-07T08:25:53.331 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:25:53.361 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-07T08:25:53.363 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-07T08:25:53.377 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-07T08:25:53.379 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-07T08:25:53.383 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-07T08:25:53.398 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-07T08:25:53.405 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2024-05-07T08:25:53.407 INFO:teuthology.orchestra.run.smithi047.stderr:sudo: ntpd: command not found 2024-05-07T08:25:53.417 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2024-05-07T08:25:53.419 INFO:teuthology.orchestra.run.smithi047.stdout:506 Cannot talk to daemon 2024-05-07T08:25:53.421 INFO:teuthology.orchestra.run.smithi107.stderr:sudo: ntpd: command not found 2024-05-07T08:25:53.432 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-07T08:25:53.433 INFO:teuthology.orchestra.run.smithi107.stdout:506 Cannot talk to daemon 2024-05-07T08:25:53.435 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-07T08:25:53.446 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-07T08:25:53.448 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-07T08:25:53.449 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-07T08:25:53.460 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-07T08:25:53.505 INFO:teuthology.orchestra.run.smithi047.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:25:53.509 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:25:53.509 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2024-05-07T08:25:53.509 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.509 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.509 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.509 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.510 INFO:teuthology.orchestra.run.smithi008.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:25:53.512 INFO:teuthology.orchestra.run.smithi107.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:25:53.513 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:25:53.514 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-05-07T08:25:53.514 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.514 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.514 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.514 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.515 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:25:53.516 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2024-05-07T08:25:53.516 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.516 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.516 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.516 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:25:53.517 INFO:teuthology.run_tasks:Running task pexec... 2024-05-07T08:25:53.526 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-07T08:25:53.526 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T08:25:53.527 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-07T08:25:53.527 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi047.front.sepia.ceph.com 2024-05-07T08:25:53.527 DEBUG:teuthology.orchestra.run.smithi047:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-07T08:25:53.527 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi107.front.sepia.ceph.com 2024-05-07T08:25:53.527 DEBUG:teuthology.orchestra.run.smithi107:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-07T08:25:54.138 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:57 ago on Tue 07 May 2024 08:24:56 AM UTC. 2024-05-07T08:25:54.154 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:52 ago on Tue 07 May 2024 08:25:01 AM UTC. 2024-05-07T08:25:54.158 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:48 ago on Tue 07 May 2024 08:25:05 AM UTC. 2024-05-07T08:25:54.255 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:25:54.257 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:25:54.276 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 3.1 M 2024-05-07T08:25:54.276 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 9.8 M 2024-05-07T08:25:54.276 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:25:54.277 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:25:54.278 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:25:54.278 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-05-07T08:25:54.279 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:25:54.279 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:25:54.279 INFO:teuthology.orchestra.run.smithi047.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-07T08:25:54.279 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:25:54.279 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:25:54.279 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:25:54.279 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:25:54.279 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:25:54.281 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:25:54.289 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 3.1 M 2024-05-07T08:25:54.289 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 9.8 M 2024-05-07T08:25:54.289 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:25:54.290 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:25:54.298 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 3.1 M 2024-05-07T08:25:54.299 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 9.8 M 2024-05-07T08:25:54.299 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:25:55.326 INFO:teuthology.orchestra.run.smithi047.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.2 MB/s | 3.1 MB 00:00 2024-05-07T08:25:55.326 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:25:55.326 INFO:teuthology.orchestra.run.smithi047.stdout:Total 3.0 MB/s | 3.1 MB 00:01 2024-05-07T08:25:55.365 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:25:55.371 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:25:55.371 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:25:55.426 INFO:teuthology.orchestra.run.smithi008.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.9 MB/s | 3.1 MB 00:01 2024-05-07T08:25:55.426 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:25:55.426 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.8 MB/s | 3.1 MB 00:01 2024-05-07T08:25:55.466 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:25:55.473 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:25:55.474 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:25:55.477 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:25:55.477 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:25:55.581 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:25:55.581 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:25:55.691 INFO:teuthology.orchestra.run.smithi107.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.4 MB/s | 3.1 MB 00:01 2024-05-07T08:25:55.691 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:25:55.691 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.2 MB/s | 3.1 MB 00:01 2024-05-07T08:25:55.730 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:25:55.732 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:25:55.736 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:25:55.736 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:25:55.808 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:25:55.853 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:25:55.853 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:25:55.856 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:55.907 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:56.074 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:25:56.169 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:56.356 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:56.357 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:56.598 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:56.598 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:25:56.598 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:25:56.599 INFO:teuthology.orchestra.run.smithi008.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-07T08:25:56.599 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:25:56.599 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:25:56.613 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:56.613 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:25:56.613 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:25:56.613 INFO:teuthology.orchestra.run.smithi047.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-07T08:25:56.613 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:25:56.613 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:25:56.803 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:56.906 DEBUG:teuthology.parallel:result is None 2024-05-07T08:25:56.935 DEBUG:teuthology.parallel:result is None 2024-05-07T08:25:57.036 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-07T08:25:57.036 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:25:57.036 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:25:57.036 INFO:teuthology.orchestra.run.smithi107.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-07T08:25:57.036 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:25:57.036 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:25:57.373 DEBUG:teuthology.parallel:result is None 2024-05-07T08:25:57.373 INFO:teuthology.run_tasks:Running task install... 2024-05-07T08:25:57.384 DEBUG:teuthology.task.install:project ceph 2024-05-07T08:25:57.385 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b05eb2754514c6559f7c34d831877d418ea3a9c7'}} 2024-05-07T08:25:57.385 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b05eb2754514c6559f7c34d831877d418ea3a9c7'} 2024-05-07T08:25:57.385 INFO:teuthology.task.install:Using flavor: default 2024-05-07T08:25:57.391 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-07T08:25:57.391 INFO:teuthology.task.install:extra packages: [] 2024-05-07T08:25:57.391 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': 'b05eb2754514c6559f7c34d831877d418ea3a9c7', 'tag': None, 'wait_for_package': False} 2024-05-07T08:25:57.391 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:25:57.393 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': 'b05eb2754514c6559f7c34d831877d418ea3a9c7', 'tag': None, 'wait_for_package': False} 2024-05-07T08:25:57.394 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:25:57.395 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': 'b05eb2754514c6559f7c34d831877d418ea3a9c7', 'tag': None, 'wait_for_package': False} 2024-05-07T08:25:57.395 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:25:57.537 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/ 2024-05-07T08:25:57.537 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2504.gb05eb275 2024-05-07T08:25:57.556 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/ 2024-05-07T08:25:57.556 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2504.gb05eb275 2024-05-07T08:25:57.614 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/ 2024-05-07T08:25:57.614 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2504.gb05eb275 2024-05-07T08:25:57.682 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/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/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/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/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-07T08:25:57.682 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:25:57.682 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-07T08:25:57.707 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-07T08:25:57.708 DEBUG:teuthology.orchestra.run.smithi107:> 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/b05eb2754514c6559f7c34d831877d418ea3a9c7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-07T08:25:57.724 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/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/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/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/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-07T08:25:57.725 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:25:57.725 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-07T08:25:57.734 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/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/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/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/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-07T08:25:57.734 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:25:57.734 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-07T08:25:57.756 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-07T08:25:57.756 DEBUG:teuthology.orchestra.run.smithi047:> 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/b05eb2754514c6559f7c34d831877d418ea3a9c7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-07T08:25:57.765 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-07T08:25:57.766 DEBUG:teuthology.orchestra.run.smithi008:> 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/b05eb2754514c6559f7c34d831877d418ea3a9c7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-07T08:25:57.773 DEBUG:teuthology.orchestra.run.smithi107:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-07T08:25:57.827 DEBUG:teuthology.orchestra.run.smithi047:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-07T08:25:57.838 DEBUG:teuthology.orchestra.run.smithi008:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-07T08:25:57.847 DEBUG:teuthology.orchestra.run.smithi107:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-07T08:25:57.908 DEBUG:teuthology.orchestra.run.smithi047:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-07T08:25:57.912 INFO:teuthology.orchestra.run.smithi107.stdout:check_obsoletes = 1 2024-05-07T08:25:57.913 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum clean all 2024-05-07T08:25:57.920 DEBUG:teuthology.orchestra.run.smithi008:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-07T08:25:57.977 INFO:teuthology.orchestra.run.smithi047.stdout:check_obsoletes = 1 2024-05-07T08:25:57.979 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum clean all 2024-05-07T08:25:57.990 INFO:teuthology.orchestra.run.smithi008.stdout:check_obsoletes = 1 2024-05-07T08:25:57.992 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum clean all 2024-05-07T08:25:58.157 INFO:teuthology.orchestra.run.smithi107.stdout:54 files removed 2024-05-07T08:25:58.184 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-radosgw 2024-05-07T08:25:58.225 INFO:teuthology.orchestra.run.smithi047.stdout:54 files removed 2024-05-07T08:25:58.253 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-radosgw 2024-05-07T08:25:58.344 INFO:teuthology.orchestra.run.smithi008.stdout:54 files removed 2024-05-07T08:25:58.372 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-radosgw 2024-05-07T08:25:59.124 INFO:teuthology.orchestra.run.smithi107.stdout:ceph packages for x86_64 125 kB/s | 83 kB 00:00 2024-05-07T08:25:59.227 INFO:teuthology.orchestra.run.smithi008.stdout:ceph packages for x86_64 149 kB/s | 83 kB 00:00 2024-05-07T08:25:59.259 INFO:teuthology.orchestra.run.smithi047.stdout:ceph packages for x86_64 116 kB/s | 83 kB 00:00 2024-05-07T08:25:59.474 INFO:teuthology.orchestra.run.smithi107.stdout:ceph noarch packages 39 kB/s | 11 kB 00:00 2024-05-07T08:25:59.735 INFO:teuthology.orchestra.run.smithi008.stdout:ceph noarch packages 25 kB/s | 11 kB 00:00 2024-05-07T08:25:59.751 INFO:teuthology.orchestra.run.smithi047.stdout:ceph noarch packages 26 kB/s | 11 kB 00:00 2024-05-07T08:26:00.108 INFO:teuthology.orchestra.run.smithi107.stdout:ceph source packages 3.2 kB/s | 1.9 kB 00:00 2024-05-07T08:26:00.285 INFO:teuthology.orchestra.run.smithi047.stdout:ceph source packages 3.9 kB/s | 1.9 kB 00:00 2024-05-07T08:26:00.302 INFO:teuthology.orchestra.run.smithi008.stdout:ceph source packages 3.6 kB/s | 1.9 kB 00:00 2024-05-07T08:26:02.936 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.1 MB 00:02 2024-05-07T08:26:04.301 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.1 MB 00:03 2024-05-07T08:26:06.157 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 1.3 MB/s | 8.1 MB 00:06 2024-05-07T08:26:12.632 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 3.5 MB/s | 19 MB 00:05 2024-05-07T08:26:19.034 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 2.2 MB/s | 6.2 MB 00:02 2024-05-07T08:26:20.908 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-05-07T08:26:20.986 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-05-07T08:26:21.534 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:16 2024-05-07T08:26:22.376 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-05-07T08:26:27.576 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-07T08:26:27.753 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - CRB 2.1 MB/s | 6.2 MB 00:02 2024-05-07T08:26:28.293 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - CRB 2.1 MB/s | 6.2 MB 00:02 2024-05-07T08:26:29.245 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 16 kB 00:00 2024-05-07T08:26:29.685 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - Extras packages 90 kB/s | 16 kB 00:00 2024-05-07T08:26:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:26:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:26:29.927 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:26:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:26:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:26:29.927 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-radosgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 10 M 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:Upgrading: 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: librados2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.4 M 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: librbd1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.4 M 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 21 M 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-selinux x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 25 k 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 745 k 2024-05-07T08:26:29.928 INFO:teuthology.orchestra.run.smithi107.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: libradosstriper1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 501 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: librgw2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.3 M 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 45 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 135 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cephfs x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 162 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rados x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 320 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 299 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 99 k 2024-05-07T08:26:29.929 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout:Installing weak dependencies: 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout:Install 30 Packages 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout:Upgrade 2 Packages 2024-05-07T08:26:29.930 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:29.931 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 60 M 2024-05-07T08:26:29.931 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:26:30.752 INFO:teuthology.orchestra.run.smithi107.stdout:(1/32): ceph-base-19.0.0-2504.gb05eb275.el9.x86 8.6 MB/s | 5.4 MB 00:00 2024-05-07T08:26:30.753 INFO:teuthology.orchestra.run.smithi047.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-05-07T08:26:30.785 INFO:teuthology.orchestra.run.smithi107.stdout:(2/32): ceph-selinux-19.0.0-2504.gb05eb275.el9. 758 kB/s | 25 kB 00:00 2024-05-07T08:26:30.860 INFO:teuthology.orchestra.run.smithi107.stdout:(3/32): libcephfs2-19.0.0-2504.gb05eb275.el9.x8 9.7 MB/s | 745 kB 00:00 2024-05-07T08:26:30.967 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-07T08:26:31.153 INFO:teuthology.orchestra.run.smithi107.stdout:(4/32): libradosstriper1-19.0.0-2504.gb05eb275. 1.7 MB/s | 501 kB 00:00 2024-05-07T08:26:31.478 INFO:teuthology.orchestra.run.smithi107.stdout:(5/32): librgw2-19.0.0-2504.gb05eb275.el9.x86_6 16 MB/s | 5.3 MB 00:00 2024-05-07T08:26:31.511 INFO:teuthology.orchestra.run.smithi107.stdout:(6/32): python3-ceph-argparse-19.0.0-2504.gb05e 1.3 MB/s | 45 kB 00:00 2024-05-07T08:26:31.553 INFO:teuthology.orchestra.run.smithi107.stdout:(7/32): python3-ceph-common-19.0.0-2504.gb05eb2 3.2 MB/s | 135 kB 00:00 2024-05-07T08:26:31.595 INFO:teuthology.orchestra.run.smithi107.stdout:(8/32): python3-cephfs-19.0.0-2504.gb05eb275.el 3.8 MB/s | 162 kB 00:00 2024-05-07T08:26:31.654 INFO:teuthology.orchestra.run.smithi107.stdout:(9/32): python3-rados-19.0.0-2504.gb05eb275.el9 5.4 MB/s | 320 kB 00:00 2024-05-07T08:26:31.704 INFO:teuthology.orchestra.run.smithi107.stdout:(10/32): python3-rbd-19.0.0-2504.gb05eb275.el9. 5.8 MB/s | 299 kB 00:00 2024-05-07T08:26:31.746 INFO:teuthology.orchestra.run.smithi107.stdout:(11/32): python3-rgw-19.0.0-2504.gb05eb275.el9. 2.3 MB/s | 99 kB 00:00 2024-05-07T08:26:32.272 INFO:teuthology.orchestra.run.smithi107.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 203 kB/s | 107 kB 00:00 2024-05-07T08:26:32.464 INFO:teuthology.orchestra.run.smithi107.stdout:(13/32): ceph-radosgw-19.0.0-2504.gb05eb275.el9 4.4 MB/s | 10 MB 00:02 2024-05-07T08:26:32.499 INFO:teuthology.orchestra.run.smithi107.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 711 kB/s | 160 kB 00:00 2024-05-07T08:26:32.814 INFO:teuthology.orchestra.run.smithi107.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 129 kB/s | 45 kB 00:00 2024-05-07T08:26:32.873 INFO:teuthology.orchestra.run.smithi107.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.7 MB/s | 662 kB 00:00 2024-05-07T08:26:32.990 INFO:teuthology.orchestra.run.smithi107.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 362 kB/s | 42 kB 00:00 2024-05-07T08:26:33.098 INFO:teuthology.orchestra.run.smithi107.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-05-07T08:26:33.123 INFO:teuthology.orchestra.run.smithi107.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 946 kB/s | 292 kB 00:00 2024-05-07T08:26:33.207 INFO:teuthology.orchestra.run.smithi107.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 331 kB/s | 36 kB 00:00 2024-05-07T08:26:33.241 INFO:teuthology.orchestra.run.smithi107.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 405 kB/s | 47 kB 00:00 2024-05-07T08:26:33.691 INFO:teuthology.orchestra.run.smithi107.stdout:(22/32): ceph-common-19.0.0-2504.gb05eb275.el9. 5.9 MB/s | 21 MB 00:03 2024-05-07T08:26:33.718 INFO:teuthology.orchestra.run.smithi107.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-05-07T08:26:33.775 INFO:teuthology.orchestra.run.smithi107.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 833 kB/s | 49 kB 00:00 2024-05-07T08:26:33.825 INFO:teuthology.orchestra.run.smithi107.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 195 kB/s | 26 kB 00:00 2024-05-07T08:26:33.850 INFO:teuthology.orchestra.run.smithi107.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 894 kB/s | 67 kB 00:00 2024-05-07T08:26:33.934 INFO:teuthology.orchestra.run.smithi107.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.2 MB/s | 192 kB 00:00 2024-05-07T08:26:34.084 INFO:teuthology.orchestra.run.smithi107.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.2 MB/s | 839 kB 00:00 2024-05-07T08:26:34.126 INFO:teuthology.orchestra.run.smithi107.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 8.2 MB/s | 1.6 MB 00:00 2024-05-07T08:26:34.214 INFO:teuthology.orchestra.run.smithi107.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.5 MB/s | 4.4 MB 00:00 2024-05-07T08:26:34.427 INFO:teuthology.orchestra.run.smithi107.stdout:(31/32): librbd1-19.0.0-2504.gb05eb275.el9.x86_ 10 MB/s | 3.1 MB 00:00 2024-05-07T08:26:34.527 INFO:teuthology.orchestra.run.smithi107.stdout:(32/32): librados2-19.0.0-2504.gb05eb275.el9.x8 7.7 MB/s | 3.4 MB 00:00 2024-05-07T08:26:34.529 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:26:34.529 INFO:teuthology.orchestra.run.smithi107.stdout:Total 13 MB/s | 60 MB 00:04 2024-05-07T08:26:34.631 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:26:34.668 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:26:34.668 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:26:35.282 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:26:35.283 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:26:36.062 INFO:teuthology.orchestra.run.smithi047.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-07T08:26:36.506 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-07T08:26:36.681 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:26:36.770 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-07T08:26:36.798 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-07T08:26:36.832 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-07T08:26:36.855 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:26:36.884 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:26:37.082 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:26:37.139 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:26:37.527 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-07T08:26:37.584 INFO:teuthology.orchestra.run.smithi107.stdout: Upgrading : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:26:37.676 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:26:37.807 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 8/34 2024-05-07T08:26:37.835 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:26:37.899 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:26:37.944 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-07T08:26:37.996 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 11/34 2024-05-07T08:26:38.066 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:26:38.088 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:26:38.156 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:26:38.190 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-07T08:26:38.355 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-07T08:26:38.391 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-07T08:26:38.437 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-07T08:26:38.471 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-07T08:26:38.497 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-radosgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 10 M 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout:Upgrading: 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout: librados2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.4 M 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout: librbd1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:26:38.500 INFO:teuthology.orchestra.run.smithi047.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-base x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.4 M 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 21 M 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-selinux x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 25 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 745 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: libradosstriper1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 501 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: librgw2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.3 M 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-07T08:26:38.501 INFO:teuthology.orchestra.run.smithi047.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-argparse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 45 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 135 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cephfs x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 162 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rados x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 320 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 299 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 99 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout:Installing weak dependencies: 2024-05-07T08:26:38.502 INFO:teuthology.orchestra.run.smithi047.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-07T08:26:38.503 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:26:38.503 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:26:38.503 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:26:38.503 INFO:teuthology.orchestra.run.smithi047.stdout:Install 30 Packages 2024-05-07T08:26:38.503 INFO:teuthology.orchestra.run.smithi047.stdout:Upgrade 2 Packages 2024-05-07T08:26:38.503 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:26:38.503 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-07T08:26:38.504 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 60 M 2024-05-07T08:26:38.504 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:26:38.534 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-07T08:26:38.929 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-07T08:26:38.957 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:26:38.960 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:26:38.960 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:26:38.960 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:26:38.960 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 10 M 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrading: 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: librados2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.4 M 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.4 M 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 21 M 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 25 k 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 745 k 2024-05-07T08:26:38.961 INFO:teuthology.orchestra.run.smithi008.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 501 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2 x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 5.3 M 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 45 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 135 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 162 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 320 k 2024-05-07T08:26:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 299 k 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 99 k 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout:Installing weak dependencies: 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout:Install 30 Packages 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrade 2 Packages 2024-05-07T08:26:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:26:38.964 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 60 M 2024-05-07T08:26:38.964 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:26:38.977 INFO:teuthology.orchestra.run.smithi107.stdout: Upgrading : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:26:39.067 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:26:39.098 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 23/34 2024-05-07T08:26:39.134 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-07T08:26:39.347 INFO:teuthology.orchestra.run.smithi047.stdout:(1/32): ceph-base-19.0.0-2504.gb05eb275.el9.x86 8.3 MB/s | 5.4 MB 00:00 2024-05-07T08:26:39.397 INFO:teuthology.orchestra.run.smithi047.stdout:(2/32): ceph-selinux-19.0.0-2504.gb05eb275.el9. 505 kB/s | 25 kB 00:00 2024-05-07T08:26:39.481 INFO:teuthology.orchestra.run.smithi047.stdout:(3/32): libcephfs2-19.0.0-2504.gb05eb275.el9.x8 8.7 MB/s | 745 kB 00:00 2024-05-07T08:26:39.573 INFO:teuthology.orchestra.run.smithi047.stdout:(4/32): libradosstriper1-19.0.0-2504.gb05eb275. 5.3 MB/s | 501 kB 00:00 2024-05-07T08:26:39.606 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-07T08:26:39.630 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:26:39.701 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:26:39.786 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 27/34 2024-05-07T08:26:39.816 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 28/34 2024-05-07T08:26:40.048 INFO:teuthology.orchestra.run.smithi047.stdout:(5/32): librgw2-19.0.0-2504.gb05eb275.el9.x86_6 11 MB/s | 5.3 MB 00:00 2024-05-07T08:26:40.106 INFO:teuthology.orchestra.run.smithi047.stdout:(6/32): python3-ceph-argparse-19.0.0-2504.gb05e 775 kB/s | 45 kB 00:00 2024-05-07T08:26:40.174 INFO:teuthology.orchestra.run.smithi047.stdout:(7/32): python3-ceph-common-19.0.0-2504.gb05eb2 2.0 MB/s | 135 kB 00:00 2024-05-07T08:26:40.241 INFO:teuthology.orchestra.run.smithi047.stdout:(8/32): python3-cephfs-19.0.0-2504.gb05eb275.el 2.4 MB/s | 162 kB 00:00 2024-05-07T08:26:40.316 INFO:teuthology.orchestra.run.smithi047.stdout:(9/32): python3-rados-19.0.0-2504.gb05eb275.el9 4.2 MB/s | 320 kB 00:00 2024-05-07T08:26:40.583 INFO:teuthology.orchestra.run.smithi047.stdout:(10/32): ceph-common-19.0.0-2504.gb05eb275.el9. 11 MB/s | 21 MB 00:01 2024-05-07T08:26:40.608 INFO:teuthology.orchestra.run.smithi047.stdout:(11/32): python3-rbd-19.0.0-2504.gb05eb275.el9. 1.0 MB/s | 299 kB 00:00 2024-05-07T08:26:40.633 INFO:teuthology.orchestra.run.smithi047.stdout:(12/32): python3-rgw-19.0.0-2504.gb05eb275.el9. 1.9 MB/s | 99 kB 00:00 2024-05-07T08:26:40.782 INFO:teuthology.orchestra.run.smithi008.stdout:(1/32): ceph-base-19.0.0-2504.gb05eb275.el9.x86 3.3 MB/s | 5.4 MB 00:01 2024-05-07T08:26:40.824 INFO:teuthology.orchestra.run.smithi008.stdout:(2/32): ceph-selinux-19.0.0-2504.gb05eb275.el9. 612 kB/s | 25 kB 00:00 2024-05-07T08:26:40.916 INFO:teuthology.orchestra.run.smithi008.stdout:(3/32): libcephfs2-19.0.0-2504.gb05eb275.el9.x8 7.9 MB/s | 745 kB 00:00 2024-05-07T08:26:40.983 INFO:teuthology.orchestra.run.smithi008.stdout:(4/32): libradosstriper1-19.0.0-2504.gb05eb275. 7.3 MB/s | 501 kB 00:00 2024-05-07T08:26:41.034 INFO:teuthology.orchestra.run.smithi047.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 251 kB/s | 107 kB 00:00 2024-05-07T08:26:41.167 INFO:teuthology.orchestra.run.smithi047.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 300 kB/s | 160 kB 00:00 2024-05-07T08:26:41.192 INFO:teuthology.orchestra.run.smithi047.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 285 kB/s | 45 kB 00:00 2024-05-07T08:26:41.350 INFO:teuthology.orchestra.run.smithi008.stdout:(5/32): librgw2-19.0.0-2504.gb05eb275.el9.x86_6 15 MB/s | 5.3 MB 00:00 2024-05-07T08:26:41.417 INFO:teuthology.orchestra.run.smithi008.stdout:(6/32): python3-ceph-argparse-19.0.0-2504.gb05e 679 kB/s | 45 kB 00:00 2024-05-07T08:26:41.468 INFO:teuthology.orchestra.run.smithi047.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.0 MB/s | 292 kB 00:00 2024-05-07T08:26:41.476 INFO:teuthology.orchestra.run.smithi008.stdout:(7/32): python3-ceph-common-19.0.0-2504.gb05eb2 2.3 MB/s | 135 kB 00:00 2024-05-07T08:26:41.518 INFO:teuthology.orchestra.run.smithi047.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-05-07T08:26:41.526 INFO:teuthology.orchestra.run.smithi008.stdout:(8/32): python3-cephfs-19.0.0-2504.gb05eb275.el 3.2 MB/s | 162 kB 00:00 2024-05-07T08:26:41.568 INFO:teuthology.orchestra.run.smithi047.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 421 kB/s | 42 kB 00:00 2024-05-07T08:26:41.576 INFO:teuthology.orchestra.run.smithi008.stdout:(9/32): python3-rados-19.0.0-2504.gb05eb275.el9 6.3 MB/s | 320 kB 00:00 2024-05-07T08:26:41.619 INFO:teuthology.orchestra.run.smithi047.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.2 MB/s | 221 kB 00:00 2024-05-07T08:26:41.627 INFO:teuthology.orchestra.run.smithi008.stdout:(10/32): python3-rbd-19.0.0-2504.gb05eb275.el9. 5.9 MB/s | 299 kB 00:00 2024-05-07T08:26:41.668 INFO:teuthology.orchestra.run.smithi008.stdout:(11/32): python3-rgw-19.0.0-2504.gb05eb275.el9. 2.4 MB/s | 99 kB 00:00 2024-05-07T08:26:41.669 INFO:teuthology.orchestra.run.smithi047.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 358 kB/s | 36 kB 00:00 2024-05-07T08:26:41.720 INFO:teuthology.orchestra.run.smithi047.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 472 kB/s | 47 kB 00:00 2024-05-07T08:26:41.961 INFO:teuthology.orchestra.run.smithi047.stdout:(22/32): ceph-radosgw-19.0.0-2504.gb05eb275.el9 3.1 MB/s | 10 MB 00:03 2024-05-07T08:26:42.001 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:42.036 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:42.113 INFO:teuthology.orchestra.run.smithi047.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 698 kB/s | 309 kB 00:00 2024-05-07T08:26:42.137 INFO:teuthology.orchestra.run.smithi047.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 150 kB/s | 26 kB 00:00 2024-05-07T08:26:42.169 INFO:teuthology.orchestra.run.smithi008.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 214 kB/s | 107 kB 00:00 2024-05-07T08:26:42.187 INFO:teuthology.orchestra.run.smithi047.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 647 kB/s | 49 kB 00:00 2024-05-07T08:26:42.246 INFO:teuthology.orchestra.run.smithi047.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 621 kB/s | 67 kB 00:00 2024-05-07T08:26:42.361 INFO:teuthology.orchestra.run.smithi008.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 837 kB/s | 160 kB 00:00 2024-05-07T08:26:42.454 INFO:teuthology.orchestra.run.smithi047.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.1 MB/s | 839 kB 00:00 2024-05-07T08:26:42.478 INFO:teuthology.orchestra.run.smithi008.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 388 kB/s | 45 kB 00:00 2024-05-07T08:26:42.530 INFO:teuthology.orchestra.run.smithi047.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 676 kB/s | 192 kB 00:00 2024-05-07T08:26:42.603 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:42.649 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:26:42.733 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:26:42.733 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-07T08:26:42.734 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-07T08:26:42.734 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:42.784 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:26:42.838 INFO:teuthology.orchestra.run.smithi047.stdout:(29/32): librados2-19.0.0-2504.gb05eb275.el9.x8 11 MB/s | 3.4 MB 00:00 2024-05-07T08:26:42.859 INFO:teuthology.orchestra.run.smithi008.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.7 MB/s | 662 kB 00:00 2024-05-07T08:26:42.980 INFO:teuthology.orchestra.run.smithi047.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 3.0 MB/s | 1.6 MB 00:00 2024-05-07T08:26:43.037 INFO:teuthology.orchestra.run.smithi008.stdout:(16/32): ceph-radosgw-19.0.0-2504.gb05eb275.el9 2.6 MB/s | 10 MB 00:03 2024-05-07T08:26:43.038 INFO:teuthology.orchestra.run.smithi047.stdout:(31/32): librbd1-19.0.0-2504.gb05eb275.el9.x86_ 16 MB/s | 3.1 MB 00:00 2024-05-07T08:26:43.062 INFO:teuthology.orchestra.run.smithi008.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.4 MB/s | 292 kB 00:00 2024-05-07T08:26:43.170 INFO:teuthology.orchestra.run.smithi008.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-05-07T08:26:43.271 INFO:teuthology.orchestra.run.smithi008.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 359 kB/s | 36 kB 00:00 2024-05-07T08:26:43.372 INFO:teuthology.orchestra.run.smithi008.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 474 kB/s | 47 kB 00:00 2024-05-07T08:26:43.397 INFO:teuthology.orchestra.run.smithi008.stdout:(21/32): python3-prettytable-0.7.2-27.el9.noarc 117 kB/s | 42 kB 00:00 2024-05-07T08:26:43.689 INFO:teuthology.orchestra.run.smithi047.stdout:(32/32): libarrow-9.0.0-11.el9.x86_64.rpm 2.3 MB/s | 4.4 MB 00:01 2024-05-07T08:26:43.694 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:26:43.694 INFO:teuthology.orchestra.run.smithi047.stdout:Total 11 MB/s | 60 MB 00:05 2024-05-07T08:26:43.730 INFO:teuthology.orchestra.run.smithi008.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 861 kB/s | 309 kB 00:00 2024-05-07T08:26:43.789 INFO:teuthology.orchestra.run.smithi008.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 448 kB/s | 26 kB 00:00 2024-05-07T08:26:43.801 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:26:43.842 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:26:43.842 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:26:43.847 INFO:teuthology.orchestra.run.smithi008.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 833 kB/s | 49 kB 00:00 2024-05-07T08:26:43.915 INFO:teuthology.orchestra.run.smithi008.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-05-07T08:26:43.998 INFO:teuthology.orchestra.run.smithi008.stdout:(26/32): libarrow-9.0.0-11.el9.x86_64.rpm 7.3 MB/s | 4.4 MB 00:00 2024-05-07T08:26:44.073 INFO:teuthology.orchestra.run.smithi008.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.2 MB/s | 839 kB 00:00 2024-05-07T08:26:44.098 INFO:teuthology.orchestra.run.smithi008.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-05-07T08:26:44.199 INFO:teuthology.orchestra.run.smithi008.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-05-07T08:26:44.466 INFO:teuthology.orchestra.run.smithi008.stdout:(30/32): librados2-19.0.0-2504.gb05eb275.el9.x8 9.2 MB/s | 3.4 MB 00:00 2024-05-07T08:26:44.477 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:26:44.478 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:26:45.025 INFO:teuthology.orchestra.run.smithi008.stdout:(31/32): ceph-common-19.0.0-2504.gb05eb275.el9. 3.6 MB/s | 21 MB 00:05 2024-05-07T08:26:45.075 INFO:teuthology.orchestra.run.smithi008.stdout:(32/32): librbd1-19.0.0-2504.gb05eb275.el9.x86_ 3.6 MB/s | 3.1 MB 00:00 2024-05-07T08:26:45.080 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:26:45.080 INFO:teuthology.orchestra.run.smithi008.stdout:Total 9.8 MB/s | 60 MB 00:06 2024-05-07T08:26:45.185 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:26:45.227 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:26:45.227 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:26:45.864 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:26:45.864 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:26:45.908 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:26:45.991 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-07T08:26:46.019 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-07T08:26:46.044 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-07T08:26:46.067 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:26:46.101 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:26:46.269 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:26:46.331 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:26:46.724 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-07T08:26:46.779 INFO:teuthology.orchestra.run.smithi047.stdout: Upgrading : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:26:46.872 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:26:46.963 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 8/34 2024-05-07T08:26:46.989 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:26:47.051 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:26:47.103 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-07T08:26:47.149 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 11/34 2024-05-07T08:26:47.219 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:26:47.249 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:26:47.293 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:26:47.305 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:26:47.339 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-07T08:26:47.361 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-07T08:26:47.389 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-07T08:26:47.414 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-07T08:26:47.451 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-07T08:26:47.461 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:26:47.487 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-07T08:26:47.488 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-07T08:26:47.524 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-07T08:26:47.555 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-07T08:26:47.585 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-07T08:26:47.617 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-07T08:26:47.681 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:26:47.741 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-07T08:26:47.949 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-07T08:26:47.988 INFO:teuthology.orchestra.run.smithi047.stdout: Upgrading : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:26:48.081 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:26:48.104 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-07T08:26:48.117 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 23/34 2024-05-07T08:26:48.164 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-07T08:26:48.199 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:26:48.283 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:26:48.374 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 8/34 2024-05-07T08:26:48.401 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:26:48.464 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 9/34 2024-05-07T08:26:48.493 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-07T08:26:48.537 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 11/34 2024-05-07T08:26:48.607 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:26:48.636 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:26:48.668 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-07T08:26:48.699 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:26:48.709 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 13/34 2024-05-07T08:26:48.744 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-07T08:26:48.762 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:26:48.842 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 27/34 2024-05-07T08:26:48.854 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-07T08:26:48.877 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 28/34 2024-05-07T08:26:48.896 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-07T08:26:48.946 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-07T08:26:48.976 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-07T08:26:49.005 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-07T08:26:49.038 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-07T08:26:49.367 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-07T08:26:49.418 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:26:49.510 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 22/34 2024-05-07T08:26:49.540 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 23/34 2024-05-07T08:26:49.584 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-07T08:26:50.081 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-07T08:26:50.112 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:26:50.184 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 26/34 2024-05-07T08:26:50.263 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 27/34 2024-05-07T08:26:50.290 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 28/34 2024-05-07T08:26:51.311 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:51.349 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:51.933 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:51.969 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:26:52.047 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:26:52.048 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-07T08:26:52.048 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-07T08:26:52.048 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:26:52.068 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:26:52.068 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /sys 2024-05-07T08:26:52.068 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /proc 2024-05-07T08:26:52.068 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /mnt 2024-05-07T08:26:52.068 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /var/tmp 2024-05-07T08:26:52.068 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /home 2024-05-07T08:26:52.069 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /root 2024-05-07T08:26:52.069 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /tmp 2024-05-07T08:26:52.069 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:52.095 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:26:52.616 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:52.653 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:53.027 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:26:53.051 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:26:53.052 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:26:53.052 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-07T08:26:53.052 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:26:53.052 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:26:53.052 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:53.055 INFO:teuthology.orchestra.run.smithi107.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:26:53.156 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:26:53.156 INFO:teuthology.orchestra.run.smithi107.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:26:53.239 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 29/34 2024-05-07T08:26:53.274 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:26:53.356 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 30/34 2024-05-07T08:26:53.356 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-07T08:26:53.356 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-07T08:26:53.356 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:26:53.392 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:26:54.292 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:26:54.292 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 1/34 2024-05-07T08:26:54.292 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2/34 2024-05-07T08:26:54.292 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 3/34 2024-05-07T08:26:54.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 4/34 2024-05-07T08:26:54.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 5/34 2024-05-07T08:26:54.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 6/34 2024-05-07T08:26:54.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:26:54.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 8/34 2024-05-07T08:26:54.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 9/34 2024-05-07T08:26:54.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 10/34 2024-05-07T08:26:54.293 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 11/34 2024-05-07T08:26:54.294 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:26:54.294 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 13/34 2024-05-07T08:26:54.294 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-07T08:26:54.294 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-07T08:26:54.294 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-07T08:26:54.294 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-07T08:26:54.295 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-07T08:26:54.295 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-07T08:26:54.295 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-07T08:26:54.295 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-07T08:26:54.295 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-07T08:26:54.295 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-07T08:26:54.295 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-07T08:26:54.296 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-07T08:26:54.296 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-07T08:26:54.296 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-07T08:26:54.296 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-07T08:26:54.296 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-07T08:26:54.296 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-07T08:26:54.296 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:26:54.297 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-07T08:26:54.297 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 33/34 2024-05-07T08:26:55.075 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:26:55.075 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout:Upgraded: 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.076 INFO:teuthology.orchestra.run.smithi107.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.077 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:26:55.078 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-07T08:26:55.078 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-07T08:26:55.078 INFO:teuthology.orchestra.run.smithi107.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-07T08:26:55.078 INFO:teuthology.orchestra.run.smithi107.stdout: re2-1:20211101-3.el9.x86_64 2024-05-07T08:26:55.078 INFO:teuthology.orchestra.run.smithi107.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-07T08:26:55.078 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:55.078 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:26:55.414 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-test 2024-05-07T08:26:55.985 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:28 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:26:56.105 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:26:56.105 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:26:56.105 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:26:56.105 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:26:56.105 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-test x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 48 M 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout: libcephsqlite x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 164 k 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout:Install 4 Packages 2024-05-07T08:26:56.106 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:26:56.107 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 49 M 2024-05-07T08:26:56.107 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 207 M 2024-05-07T08:26:56.107 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:26:56.485 INFO:teuthology.orchestra.run.smithi107.stdout:(1/4): libcephsqlite-19.0.0-2504.gb05eb275.el9. 653 kB/s | 164 kB 00:00 2024-05-07T08:26:56.826 INFO:teuthology.orchestra.run.smithi107.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 515 kB/s | 305 kB 00:00 2024-05-07T08:26:56.843 INFO:teuthology.orchestra.run.smithi107.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 177 kB/s | 64 kB 00:00 2024-05-07T08:26:58.602 INFO:teuthology.orchestra.run.smithi107.stdout:(4/4): ceph-test-19.0.0-2504.gb05eb275.el9.x86_ 20 MB/s | 48 MB 00:02 2024-05-07T08:26:58.604 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:26:58.605 INFO:teuthology.orchestra.run.smithi107.stdout:Total 20 MB/s | 49 MB 00:02 2024-05-07T08:26:58.632 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:26:58.652 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:26:58.652 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:26:59.025 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:26:59.025 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:26:59.544 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:26:59.639 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-07T08:26:59.684 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-07T08:26:59.713 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:27:02.074 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:27:02.074 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /sys 2024-05-07T08:27:02.074 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /proc 2024-05-07T08:27:02.074 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /mnt 2024-05-07T08:27:02.075 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /var/tmp 2024-05-07T08:27:02.075 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /home 2024-05-07T08:27:02.075 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /root 2024-05-07T08:27:02.075 INFO:teuthology.orchestra.run.smithi047.stdout:skipping the directory /tmp 2024-05-07T08:27:02.075 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:03.037 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:27:03.064 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:27:03.064 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:03.064 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-07T08:27:03.064 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:27:03.064 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:27:03.064 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:03.066 INFO:teuthology.orchestra.run.smithi047.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:27:03.139 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:27:03.139 INFO:teuthology.orchestra.run.smithi047.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:27:03.468 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:27:03.468 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /sys 2024-05-07T08:27:03.468 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /proc 2024-05-07T08:27:03.469 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /mnt 2024-05-07T08:27:03.469 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /var/tmp 2024-05-07T08:27:03.469 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /home 2024-05-07T08:27:03.469 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /root 2024-05-07T08:27:03.469 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /tmp 2024-05-07T08:27:03.469 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:04.335 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:27:04.335 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 1/34 2024-05-07T08:27:04.335 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2/34 2024-05-07T08:27:04.335 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 3/34 2024-05-07T08:27:04.335 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 4/34 2024-05-07T08:27:04.335 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 5/34 2024-05-07T08:27:04.335 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 6/34 2024-05-07T08:27:04.335 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 8/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 9/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 10/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 11/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 13/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-07T08:27:04.336 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-07T08:27:04.337 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-07T08:27:04.337 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-07T08:27:04.337 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-07T08:27:04.337 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-07T08:27:04.337 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-07T08:27:04.337 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-07T08:27:04.337 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-07T08:27:04.337 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-07T08:27:04.338 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-07T08:27:04.338 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:27:04.338 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-07T08:27:04.338 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 33/34 2024-05-07T08:27:04.428 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:27:04.455 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 32/34 2024-05-07T08:27:04.455 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:04.455 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-07T08:27:04.455 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:27:04.455 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-07T08:27:04.455 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:04.457 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:27:04.532 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:27:04.539 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-07T08:27:04.539 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:27:04.661 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:27:05.293 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:27:05.293 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:05.293 INFO:teuthology.orchestra.run.smithi047.stdout:Upgraded: 2024-05-07T08:27:05.293 INFO:teuthology.orchestra.run.smithi047.stdout: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.293 INFO:teuthology.orchestra.run.smithi047.stdout: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.293 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:27:05.293 INFO:teuthology.orchestra.run.smithi047.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-07T08:27:05.294 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.294 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.294 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.294 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.294 INFO:teuthology.orchestra.run.smithi047.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-07T08:27:05.294 INFO:teuthology.orchestra.run.smithi047.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-07T08:27:05.294 INFO:teuthology.orchestra.run.smithi047.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-07T08:27:05.295 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.296 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.296 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.296 INFO:teuthology.orchestra.run.smithi047.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-07T08:27:05.296 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.296 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.296 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:05.296 INFO:teuthology.orchestra.run.smithi047.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-07T08:27:05.296 INFO:teuthology.orchestra.run.smithi047.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-07T08:27:05.297 INFO:teuthology.orchestra.run.smithi047.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-07T08:27:05.297 INFO:teuthology.orchestra.run.smithi047.stdout: re2-1:20211101-3.el9.x86_64 2024-05-07T08:27:05.297 INFO:teuthology.orchestra.run.smithi047.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-07T08:27:05.297 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:05.297 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:27:05.600 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-test 2024-05-07T08:27:05.673 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:27:05.673 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 1/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 3/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 4/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 5/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_6 6/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 7/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9. 8/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x8 9/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 10/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 11/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 12/34 2024-05-07T08:27:05.674 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 13/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-07T08:27:05.675 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-07T08:27:05.677 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-07T08:27:05.677 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-07T08:27:05.677 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-07T08:27:05.677 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-07T08:27:05.677 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 31/34 2024-05-07T08:27:05.677 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-07T08:27:05.677 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 33/34 2024-05-07T08:27:06.193 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:30 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:06.320 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:27:06.320 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:06.320 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:27:06.320 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-test x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 48 M 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout: libcephsqlite x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 164 k 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout:Install 4 Packages 2024-05-07T08:27:06.321 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:06.322 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 49 M 2024-05-07T08:27:06.322 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 207 M 2024-05-07T08:27:06.322 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:27:06.510 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-07T08:27:06.510 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:06.510 INFO:teuthology.orchestra.run.smithi008.stdout:Upgraded: 2024-05-07T08:27:06.510 INFO:teuthology.orchestra.run.smithi008.stdout: librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-07T08:27:06.511 INFO:teuthology.orchestra.run.smithi008.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.512 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.513 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:06.513 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-07T08:27:06.513 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-07T08:27:06.513 INFO:teuthology.orchestra.run.smithi008.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-07T08:27:06.513 INFO:teuthology.orchestra.run.smithi008.stdout: re2-1:20211101-3.el9.x86_64 2024-05-07T08:27:06.513 INFO:teuthology.orchestra.run.smithi008.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-07T08:27:06.513 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:06.513 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:27:06.804 INFO:teuthology.orchestra.run.smithi047.stdout:(1/4): libcephsqlite-19.0.0-2504.gb05eb275.el9. 448 kB/s | 164 kB 00:00 2024-05-07T08:27:06.840 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-test 2024-05-07T08:27:06.901 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:27:06.901 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 1/4 2024-05-07T08:27:06.901 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2/4 2024-05-07T08:27:06.901 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-07T08:27:07.038 INFO:teuthology.orchestra.run.smithi047.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 509 kB/s | 305 kB 00:00 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:07.189 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:07.254 INFO:teuthology.orchestra.run.smithi047.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 141 kB/s | 64 kB 00:00 2024-05-07T08:27:07.433 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:31 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:07.455 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph 2024-05-07T08:27:07.559 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:27:07.559 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:07.559 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 48 M 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 164 k 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout:Install 4 Packages 2024-05-07T08:27:07.560 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:07.561 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 49 M 2024-05-07T08:27:07.561 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 207 M 2024-05-07T08:27:07.561 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:27:08.040 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:41 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:27:08.172 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:27:08.174 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: ceph x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 6.6 k 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mds x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 2.4 M 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 1.5 M 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 249 k 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mon x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 4.7 M 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-osd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 17 M 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-07T08:27:08.175 INFO:teuthology.orchestra.run.smithi107.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-collections 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-07T08:27:08.176 INFO:teuthology.orchestra.run.smithi107.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-07T08:27:08.177 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-07T08:27:08.178 INFO:teuthology.orchestra.run.smithi107.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-07T08:27:08.178 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:08.178 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:27:08.178 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:08.178 INFO:teuthology.orchestra.run.smithi107.stdout:Install 36 Packages 2024-05-07T08:27:08.178 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:08.179 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 30 M 2024-05-07T08:27:08.179 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 107 M 2024-05-07T08:27:08.179 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:27:08.255 INFO:teuthology.orchestra.run.smithi008.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 488 kB/s | 305 kB 00:00 2024-05-07T08:27:08.280 INFO:teuthology.orchestra.run.smithi008.stdout:(2/4): libcephsqlite-19.0.0-2504.gb05eb275.el9. 252 kB/s | 164 kB 00:00 2024-05-07T08:27:08.363 INFO:teuthology.orchestra.run.smithi008.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 587 kB/s | 64 kB 00:00 2024-05-07T08:27:08.787 INFO:teuthology.orchestra.run.smithi107.stdout:(1/36): ceph-19.0.0-2504.gb05eb275.el9.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-05-07T08:27:09.030 INFO:teuthology.orchestra.run.smithi047.stdout:(4/4): ceph-test-19.0.0-2504.gb05eb275.el9.x86_ 19 MB/s | 48 MB 00:02 2024-05-07T08:27:09.032 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:09.032 INFO:teuthology.orchestra.run.smithi047.stdout:Total 18 MB/s | 49 MB 00:02 2024-05-07T08:27:09.060 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:27:09.083 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:27:09.083 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:27:09.470 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:27:09.471 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:27:09.596 INFO:teuthology.orchestra.run.smithi107.stdout:(2/36): ceph-mgr-19.0.0-2504.gb05eb275.el9.x86_ 1.4 MB/s | 1.5 MB 00:01 2024-05-07T08:27:10.013 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:27:10.101 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-07T08:27:10.146 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-07T08:27:10.173 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:27:10.604 INFO:teuthology.orchestra.run.smithi107.stdout:(3/36): ceph-mon-19.0.0-2504.gb05eb275.el9.x86_ 2.6 MB/s | 4.7 MB 00:01 2024-05-07T08:27:10.737 INFO:teuthology.orchestra.run.smithi107.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2504.gb05e 1.8 MB/s | 249 kB 00:00 2024-05-07T08:27:11.254 INFO:teuthology.orchestra.run.smithi107.stdout:(5/36): ceph-mds-19.0.0-2504.gb05eb275.el9.x86_ 891 kB/s | 2.4 MB 00:02 2024-05-07T08:27:11.371 INFO:teuthology.orchestra.run.smithi107.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 400 kB/s | 253 kB 00:00 2024-05-07T08:27:11.488 INFO:teuthology.orchestra.run.smithi107.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 913 kB/s | 106 kB 00:00 2024-05-07T08:27:11.596 INFO:teuthology.orchestra.run.smithi107.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-05-07T08:27:11.613 INFO:teuthology.orchestra.run.smithi008.stdout:(4/4): ceph-test-19.0.0-2504.gb05eb275.el9.x86_ 12 MB/s | 48 MB 00:03 2024-05-07T08:27:11.615 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:11.616 INFO:teuthology.orchestra.run.smithi008.stdout:Total 12 MB/s | 49 MB 00:04 2024-05-07T08:27:11.644 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:27:11.666 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:27:11.667 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:27:11.705 INFO:teuthology.orchestra.run.smithi107.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-05-07T08:27:11.814 INFO:teuthology.orchestra.run.smithi107.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-07T08:27:11.931 INFO:teuthology.orchestra.run.smithi107.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2024-05-07T08:27:12.039 INFO:teuthology.orchestra.run.smithi107.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.6 MB/s | 172 kB 00:00 2024-05-07T08:27:12.054 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:27:12.054 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:27:12.073 INFO:teuthology.orchestra.run.smithi107.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 1.5 MB/s | 1.2 MB 00:00 2024-05-07T08:27:12.140 INFO:teuthology.orchestra.run.smithi107.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2024-05-07T08:27:12.182 INFO:teuthology.orchestra.run.smithi107.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 470 kB/s | 51 kB 00:00 2024-05-07T08:27:12.240 INFO:teuthology.orchestra.run.smithi107.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 414 kB/s | 42 kB 00:00 2024-05-07T08:27:12.283 INFO:teuthology.orchestra.run.smithi107.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 221 kB/s | 22 kB 00:00 2024-05-07T08:27:12.391 INFO:teuthology.orchestra.run.smithi107.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 512 kB/s | 43 kB 00:00 2024-05-07T08:27:12.416 INFO:teuthology.orchestra.run.smithi107.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 859 kB/s | 151 kB 00:00 2024-05-07T08:27:12.458 INFO:teuthology.orchestra.run.smithi107.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-05-07T08:27:12.492 INFO:teuthology.orchestra.run.smithi107.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 320 kB/s | 11 kB 00:00 2024-05-07T08:27:12.523 INFO:teuthology.orchestra.run.smithi107.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.3 MB/s | 358 kB 00:00 2024-05-07T08:27:12.551 INFO:teuthology.orchestra.run.smithi107.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 304 kB/s | 18 kB 00:00 2024-05-07T08:27:12.576 INFO:teuthology.orchestra.run.smithi107.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 441 kB/s | 23 kB 00:00 2024-05-07T08:27:12.611 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:27:12.694 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-07T08:27:12.738 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-07T08:27:12.765 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:27:12.777 INFO:teuthology.orchestra.run.smithi107.stdout:(25/36): ceph-osd-19.0.0-2504.gb05eb275.el9.x86 5.3 MB/s | 17 MB 00:03 2024-05-07T08:27:12.802 INFO:teuthology.orchestra.run.smithi107.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 87 kB/s | 20 kB 00:00 2024-05-07T08:27:12.827 INFO:teuthology.orchestra.run.smithi107.stdout:(27/36): python3-jaraco-functools-3.5.0-2.el9.n 70 kB/s | 19 kB 00:00 2024-05-07T08:27:12.852 INFO:teuthology.orchestra.run.smithi107.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-05-07T08:27:12.878 INFO:teuthology.orchestra.run.smithi107.stdout:(29/36): python3-logutils-0.3.5-21.el9.noarch.r 460 kB/s | 46 kB 00:00 2024-05-07T08:27:12.903 INFO:teuthology.orchestra.run.smithi107.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-05-07T08:27:12.928 INFO:teuthology.orchestra.run.smithi107.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-05-07T08:27:12.954 INFO:teuthology.orchestra.run.smithi107.stdout:(32/36): python3-portend-3.1.0-2.el9.noarch.rpm 163 kB/s | 16 kB 00:00 2024-05-07T08:27:13.004 INFO:teuthology.orchestra.run.smithi107.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-05-07T08:27:13.046 INFO:teuthology.orchestra.run.smithi107.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-05-07T08:27:13.071 INFO:teuthology.orchestra.run.smithi107.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.6 MB/s | 230 kB 00:00 2024-05-07T08:27:13.096 INFO:teuthology.orchestra.run.smithi107.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 218 kB/s | 20 kB 00:00 2024-05-07T08:27:13.100 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:13.101 INFO:teuthology.orchestra.run.smithi107.stdout:Total 6.1 MB/s | 30 MB 00:04 2024-05-07T08:27:13.235 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:27:13.274 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:27:13.274 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:27:13.721 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:27:13.721 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:27:14.968 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:27:15.011 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:27:15.032 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-07T08:27:15.064 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-07T08:27:15.092 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:27:15.092 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-07T08:27:15.164 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-07T08:27:15.217 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-07T08:27:15.249 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-07T08:27:15.341 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-07T08:27:15.420 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-07T08:27:15.461 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-07T08:27:15.495 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-07T08:27:15.525 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-07T08:27:15.559 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-07T08:27:15.593 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-07T08:27:15.634 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-07T08:27:15.668 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-07T08:27:15.703 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-07T08:27:15.741 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-07T08:27:15.814 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-07T08:27:15.953 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-07T08:27:16.033 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-07T08:27:16.085 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-07T08:27:16.124 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-07T08:27:16.173 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-07T08:27:16.237 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-07T08:27:16.433 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-07T08:27:16.486 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-07T08:27:16.564 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-07T08:27:16.662 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-07T08:27:16.702 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-07T08:27:16.821 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-07T08:27:16.984 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 31/36 2024-05-07T08:27:17.013 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:27:17.038 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:27:17.039 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:17.039 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-07T08:27:17.039 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:27:17.039 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:27:17.039 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:17.358 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:27:17.358 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 1/4 2024-05-07T08:27:17.358 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2/4 2024-05-07T08:27:17.359 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-07T08:27:17.596 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 3/4 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:17.644 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:27:17.800 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:27:17.905 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph 2024-05-07T08:27:18.480 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:27:18.497 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:42 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:18.507 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:27:18.507 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:18.507 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-07T08:27:18.507 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:27:18.508 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:27:18.508 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:18.633 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout: ceph x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 6.6 k 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mds x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 2.4 M 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 1.5 M 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 249 k 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mon x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 4.7 M 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-osd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 17 M 2024-05-07T08:27:18.636 INFO:teuthology.orchestra.run.smithi047.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-collections 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-07T08:27:18.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-07T08:27:18.638 INFO:teuthology.orchestra.run.smithi047.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout:Install 36 Packages 2024-05-07T08:27:18.639 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:18.640 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 30 M 2024-05-07T08:27:18.640 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 107 M 2024-05-07T08:27:18.640 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:27:18.947 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:27:18.978 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:27:18.978 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:18.978 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-07T08:27:18.978 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:27:18.978 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:27:18.978 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:19.190 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:27:19.214 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:27:19.214 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:19.214 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-07T08:27:19.214 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:27:19.214 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:27:19.214 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:19.271 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:27:19.356 INFO:teuthology.orchestra.run.smithi047.stdout:(1/36): ceph-19.0.0-2504.gb05eb275.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-05-07T08:27:19.882 INFO:teuthology.orchestra.run.smithi047.stdout:(2/36): ceph-mds-19.0.0-2504.gb05eb275.el9.x86_ 3.4 MB/s | 2.4 MB 00:00 2024-05-07T08:27:20.099 INFO:teuthology.orchestra.run.smithi047.stdout:(3/36): ceph-mgr-19.0.0-2504.gb05eb275.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-05-07T08:27:20.149 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 4/4 2024-05-07T08:27:20.150 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 1/4 2024-05-07T08:27:20.150 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2/4 2024-05-07T08:27:20.150 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-07T08:27:20.199 INFO:teuthology.orchestra.run.smithi047.stdout:(4/36): ceph-mon-19.0.0-2504.gb05eb275.el9.x86_ 5.6 MB/s | 4.7 MB 00:00 2024-05-07T08:27:20.241 INFO:teuthology.orchestra.run.smithi047.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2504.gb05e 1.7 MB/s | 249 kB 00:00 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:20.428 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:27:20.768 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph 2024-05-07T08:27:20.775 INFO:teuthology.orchestra.run.smithi047.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 440 kB/s | 253 kB 00:00 2024-05-07T08:27:20.967 INFO:teuthology.orchestra.run.smithi047.stdout:(7/36): ceph-osd-19.0.0-2504.gb05eb275.el9.x86_ 15 MB/s | 17 MB 00:01 2024-05-07T08:27:20.992 INFO:teuthology.orchestra.run.smithi047.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 492 kB/s | 106 kB 00:00 2024-05-07T08:27:21.090 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:27:21.090 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 1/36 2024-05-07T08:27:21.090 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2/36 2024-05-07T08:27:21.090 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 3/36 2024-05-07T08:27:21.090 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 4/36 2024-05-07T08:27:21.091 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 5/36 2024-05-07T08:27:21.091 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 6/36 2024-05-07T08:27:21.091 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-07T08:27:21.091 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-07T08:27:21.091 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-07T08:27:21.091 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-07T08:27:21.091 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-07T08:27:21.091 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-07T08:27:21.092 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-07T08:27:21.093 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-07T08:27:21.093 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-07T08:27:21.094 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-07T08:27:21.094 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-07T08:27:21.094 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-07T08:27:21.094 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-07T08:27:21.094 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-07T08:27:21.094 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-07T08:27:21.094 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-07T08:27:21.094 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-07T08:27:21.100 INFO:teuthology.orchestra.run.smithi047.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-05-07T08:27:21.209 INFO:teuthology.orchestra.run.smithi047.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2024-05-07T08:27:21.234 INFO:teuthology.orchestra.run.smithi047.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.6 MB/s | 215 kB 00:00 2024-05-07T08:27:21.318 INFO:teuthology.orchestra.run.smithi047.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 188 kB 00:00 2024-05-07T08:27:21.335 INFO:teuthology.orchestra.run.smithi047.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-05-07T08:27:21.353 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:45 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:21.385 INFO:teuthology.orchestra.run.smithi047.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 323 kB/s | 135 kB 00:00 2024-05-07T08:27:21.418 INFO:teuthology.orchestra.run.smithi047.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 346 kB/s | 35 kB 00:00 2024-05-07T08:27:21.444 INFO:teuthology.orchestra.run.smithi047.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 468 kB/s | 51 kB 00:00 2024-05-07T08:27:21.482 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:27:21.484 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:21.484 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:27:21.484 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:21.484 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: ceph x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 6.6 k 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mds x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 2.4 M 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 1.5 M 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 249 k 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mon x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 4.7 M 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-osd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 17 M 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-07T08:27:21.485 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-collections 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-07T08:27:21.486 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:27:21.487 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:21.488 INFO:teuthology.orchestra.run.smithi008.stdout:Install 36 Packages 2024-05-07T08:27:21.488 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:21.488 INFO:teuthology.orchestra.run.smithi047.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 414 kB/s | 42 kB 00:00 2024-05-07T08:27:21.489 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 30 M 2024-05-07T08:27:21.489 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 107 M 2024-05-07T08:27:21.489 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:27:21.511 INFO:teuthology.orchestra.run.smithi047.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 242 kB/s | 22 kB 00:00 2024-05-07T08:27:21.620 INFO:teuthology.orchestra.run.smithi047.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 325 kB/s | 43 kB 00:00 2024-05-07T08:27:21.670 INFO:teuthology.orchestra.run.smithi047.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-05-07T08:27:21.712 INFO:teuthology.orchestra.run.smithi047.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-05-07T08:27:21.737 INFO:teuthology.orchestra.run.smithi047.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 159 kB/s | 11 kB 00:00 2024-05-07T08:27:21.829 INFO:teuthology.orchestra.run.smithi047.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 252 kB/s | 23 kB 00:00 2024-05-07T08:27:21.846 INFO:teuthology.orchestra.run.smithi047.stdout:(24/36): luarocks-3.9.2-1.el9.noarch.rpm 376 kB/s | 151 kB 00:00 2024-05-07T08:27:21.896 INFO:teuthology.orchestra.run.smithi047.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 290 kB/s | 19 kB 00:00 2024-05-07T08:27:21.921 INFO:teuthology.orchestra.run.smithi047.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 262 kB/s | 20 kB 00:00 2024-05-07T08:27:21.972 INFO:teuthology.orchestra.run.smithi047.stdout:(27/36): python3-jaraco-classes-3.2.1-5.el9.noa 68 kB/s | 18 kB 00:00 2024-05-07T08:27:21.997 INFO:teuthology.orchestra.run.smithi047.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-07T08:27:22.000 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-07T08:27:22.000 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:22.000 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:27:22.000 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:22.000 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: lua-5.4.4-4.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-07T08:27:22.001 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ply-3.11-14.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-07T08:27:22.002 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:22.003 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:22.081 INFO:teuthology.orchestra.run.smithi047.stdout:(29/36): python3-logutils-0.3.5-21.el9.noarch.r 251 kB/s | 46 kB 00:00 2024-05-07T08:27:22.106 INFO:teuthology.orchestra.run.smithi047.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.0 MB/s | 272 kB 00:00 2024-05-07T08:27:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 123 kB/s | 16 kB 00:00 2024-05-07T08:27:22.215 INFO:teuthology.orchestra.run.smithi047.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 672 kB/s | 90 kB 00:00 2024-05-07T08:27:22.240 INFO:teuthology.orchestra.run.smithi047.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 267 kB/s | 36 kB 00:00 2024-05-07T08:27:22.324 INFO:teuthology.orchestra.run.smithi047.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-05-07T08:27:22.374 INFO:teuthology.orchestra.run.smithi047.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 947 kB/s | 230 kB 00:00 2024-05-07T08:27:22.408 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-base 2024-05-07T08:27:22.484 INFO:teuthology.orchestra.run.smithi008.stdout:(1/36): ceph-19.0.0-2504.gb05eb275.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-05-07T08:27:22.599 INFO:teuthology.orchestra.run.smithi047.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.1 MB/s | 427 kB 00:00 2024-05-07T08:27:22.600 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:22.601 INFO:teuthology.orchestra.run.smithi047.stdout:Total 7.6 MB/s | 30 MB 00:03 2024-05-07T08:27:22.746 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:27:22.789 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:27:22.790 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:27:22.917 INFO:teuthology.orchestra.run.smithi008.stdout:(2/36): ceph-mgr-19.0.0-2504.gb05eb275.el9.x86_ 2.5 MB/s | 1.5 MB 00:00 2024-05-07T08:27:22.980 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:55 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:27:23.060 INFO:teuthology.orchestra.run.smithi107.stdout:Package ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:27:23.102 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:27:23.103 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:27:23.103 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:23.171 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install cephadm 2024-05-07T08:27:23.239 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:27:23.239 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:27:23.317 INFO:teuthology.orchestra.run.smithi008.stdout:(3/36): ceph-mon-19.0.0-2504.gb05eb275.el9.x86_ 5.6 MB/s | 4.7 MB 00:00 2024-05-07T08:27:23.401 INFO:teuthology.orchestra.run.smithi008.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2504.gb05e 2.9 MB/s | 249 kB 00:00 2024-05-07T08:27:23.593 INFO:teuthology.orchestra.run.smithi008.stdout:(5/36): ceph-mds-19.0.0-2504.gb05eb275.el9.x86_ 1.8 MB/s | 2.4 MB 00:01 2024-05-07T08:27:23.735 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:56 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:27:23.857 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout: cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 762 k 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:27:23.858 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:23.859 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 762 k 2024-05-07T08:27:23.859 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 768 k 2024-05-07T08:27:23.859 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:27:24.103 INFO:teuthology.orchestra.run.smithi008.stdout:(6/36): ceph-osd-19.0.0-2504.gb05eb275.el9.x86_ 14 MB/s | 17 MB 00:01 2024-05-07T08:27:24.157 INFO:teuthology.orchestra.run.smithi107.stdout:cephadm-19.0.0-2504.gb05eb275.el9.noarch.rpm 2.5 MB/s | 762 kB 00:00 2024-05-07T08:27:24.157 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:24.158 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.5 MB/s | 762 kB 00:00 2024-05-07T08:27:24.158 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:27:24.163 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:27:24.163 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:27:24.169 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:27:24.169 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:27:24.194 INFO:teuthology.orchestra.run.smithi008.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 320 kB/s | 253 kB 00:00 2024-05-07T08:27:24.239 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:27:24.386 INFO:teuthology.orchestra.run.smithi008.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 705 kB/s | 135 kB 00:00 2024-05-07T08:27:24.494 INFO:teuthology.orchestra.run.smithi008.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-05-07T08:27:24.528 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:27:24.545 INFO:teuthology.orchestra.run.smithi008.stdout:(10/36): python3-ply-3.11-14.el9.noarch.rpm 241 kB/s | 106 kB 00:00 2024-05-07T08:27:24.602 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-07T08:27:24.603 INFO:teuthology.orchestra.run.smithi008.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-07T08:27:24.635 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-07T08:27:24.671 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-07T08:27:24.684 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:24.711 INFO:teuthology.orchestra.run.smithi008.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 1.1 MB/s | 1.2 MB 00:01 2024-05-07T08:27:24.737 INFO:teuthology.orchestra.run.smithi008.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 981 kB/s | 188 kB 00:00 2024-05-07T08:27:24.745 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-07T08:27:24.762 INFO:teuthology.orchestra.run.smithi008.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-05-07T08:27:24.777 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:24.787 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-07T08:27:24.820 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-07T08:27:24.838 INFO:teuthology.orchestra.run.smithi008.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 277 kB/s | 35 kB 00:00 2024-05-07T08:27:24.862 INFO:teuthology.orchestra.run.smithi008.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 407 kB/s | 51 kB 00:00 2024-05-07T08:27:24.888 INFO:teuthology.orchestra.run.smithi008.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 331 kB/s | 42 kB 00:00 2024-05-07T08:27:24.917 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-07T08:27:24.938 INFO:teuthology.orchestra.run.smithi008.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 221 kB/s | 22 kB 00:00 2024-05-07T08:27:25.001 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-07T08:27:25.049 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-07T08:27:25.055 INFO:teuthology.orchestra.run.smithi008.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 260 kB/s | 43 kB 00:00 2024-05-07T08:27:25.082 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-07T08:27:25.105 INFO:teuthology.orchestra.run.smithi008.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 623 kB/s | 151 kB 00:00 2024-05-07T08:27:25.112 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-07T08:27:25.138 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-07T08:27:25.148 INFO:teuthology.orchestra.run.smithi008.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 823 kB/s | 172 kB 00:00 2024-05-07T08:27:25.163 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-07T08:27:25.167 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:25.173 INFO:teuthology.orchestra.run.smithi008.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 160 kB/s | 11 kB 00:00 2024-05-07T08:27:25.213 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-07T08:27:25.240 INFO:teuthology.orchestra.run.smithi008.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-05-07T08:27:25.256 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-07T08:27:25.274 INFO:teuthology.orchestra.run.smithi008.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 230 kB/s | 23 kB 00:00 2024-05-07T08:27:25.290 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-07T08:27:25.299 INFO:teuthology.orchestra.run.smithi008.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 331 kB/s | 19 kB 00:00 2024-05-07T08:27:25.324 INFO:teuthology.orchestra.run.smithi008.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-05-07T08:27:25.329 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-07T08:27:25.349 INFO:teuthology.orchestra.run.smithi008.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-05-07T08:27:25.375 INFO:teuthology.orchestra.run.smithi008.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 612 kB/s | 46 kB 00:00 2024-05-07T08:27:25.400 INFO:teuthology.orchestra.run.smithi008.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-07T08:27:25.406 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-07T08:27:25.416 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:25.416 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:25.416 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:27:25.416 INFO:teuthology.orchestra.run.smithi107.stdout: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:25.416 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:25.416 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:25.550 INFO:teuthology.orchestra.run.smithi008.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 94 kB/s | 16 kB 00:00 2024-05-07T08:27:25.558 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-07T08:27:25.576 INFO:teuthology.orchestra.run.smithi008.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 513 kB/s | 90 kB 00:00 2024-05-07T08:27:25.601 INFO:teuthology.orchestra.run.smithi008.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.1 MB/s | 272 kB 00:00 2024-05-07T08:27:25.618 INFO:teuthology.orchestra.run.smithi008.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 533 kB/s | 36 kB 00:00 2024-05-07T08:27:25.636 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-immutable-object-cache 2024-05-07T08:27:25.638 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-07T08:27:25.643 INFO:teuthology.orchestra.run.smithi008.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.4 MB/s | 230 kB 00:00 2024-05-07T08:27:25.668 INFO:teuthology.orchestra.run.smithi008.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-05-07T08:27:25.690 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-07T08:27:25.719 INFO:teuthology.orchestra.run.smithi008.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-05-07T08:27:25.720 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:25.720 INFO:teuthology.orchestra.run.smithi008.stdout:Total 7.1 MB/s | 30 MB 00:04 2024-05-07T08:27:25.728 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-07T08:27:25.787 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-07T08:27:25.860 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-07T08:27:25.868 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:27:25.911 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:27:25.911 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:27:26.072 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-07T08:27:26.116 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-07T08:27:26.197 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-07T08:27:26.204 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:59 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:27:26.295 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-07T08:27:26.327 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:27:26.328 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:26.328 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-05-07T08:27:26.328 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:26.328 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:27:26.328 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 145 k 2024-05-07T08:27:26.328 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:26.328 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:27:26.328 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:26.329 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:27:26.329 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:26.329 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 145 k 2024-05-07T08:27:26.329 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 435 k 2024-05-07T08:27:26.329 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:27:26.331 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-07T08:27:26.366 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:27:26.366 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:27:26.454 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-07T08:27:26.538 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-immutable-object-cache-19.0.0-2504.gb05eb2 695 kB/s | 145 kB 00:00 2024-05-07T08:27:26.539 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:26.539 INFO:teuthology.orchestra.run.smithi107.stdout:Total 689 kB/s | 145 kB 00:00 2024-05-07T08:27:26.539 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:27:26.547 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:27:26.547 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:27:26.602 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:27:26.603 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:27:26.619 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 31/36 2024-05-07T08:27:26.649 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:27:26.676 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:27:26.677 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:26.677 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-07T08:27:26.677 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:27:26.677 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:27:26.677 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:26.743 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:27:26.806 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:26.832 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:26.832 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:26.832 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-07T08:27:26.832 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:27.637 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:27:27.713 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-07T08:27:27.746 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-07T08:27:27.782 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-07T08:27:27.788 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:27.788 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:27.788 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:27:27.788 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:27.789 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:27.789 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:27.857 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-07T08:27:27.899 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-07T08:27:27.931 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-07T08:27:27.989 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr 2024-05-07T08:27:28.028 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-07T08:27:28.105 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-07T08:27:28.152 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-07T08:27:28.183 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:27:28.186 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-07T08:27:28.212 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:27:28.212 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:28.213 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-07T08:27:28.213 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:27:28.213 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:27:28.213 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:28.215 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-07T08:27:28.250 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-07T08:27:28.283 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-07T08:27:28.316 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-07T08:27:28.360 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-07T08:27:28.393 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-07T08:27:28.432 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-07T08:27:28.509 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-07T08:27:28.560 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:01 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:27:28.643 INFO:teuthology.orchestra.run.smithi107.stdout:Package ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:27:28.667 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:27:28.670 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-07T08:27:28.686 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:27:28.687 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:27:28.688 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:28.693 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:27:28.693 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:28.693 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-07T08:27:28.693 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:27:28.693 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:27:28.693 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:28.752 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-07T08:27:28.757 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-dashboard 2024-05-07T08:27:28.802 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-07T08:27:28.857 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-07T08:27:28.915 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-07T08:27:28.927 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:27:28.952 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:27:28.952 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:28.952 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-07T08:27:28.952 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:27:28.952 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:27:28.953 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:28.986 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-07T08:27:29.019 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:27:29.184 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-07T08:27:29.236 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-07T08:27:29.318 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-07T08:27:29.320 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:02 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:27:29.414 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-07T08:27:29.445 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:27:29.446 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:29.446 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:27:29.446 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:29.446 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:27:29.446 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 3.5 M 2024-05-07T08:27:29.446 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:27:29.446 INFO:teuthology.orchestra.run.smithi107.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 32 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 15 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:29.447 INFO:teuthology.orchestra.run.smithi107.stdout:Install 12 Packages 2024-05-07T08:27:29.448 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:29.448 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 8.6 M 2024-05-07T08:27:29.448 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 103 M 2024-05-07T08:27:29.448 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:27:29.452 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-07T08:27:29.574 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-07T08:27:29.748 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 31/36 2024-05-07T08:27:29.778 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:27:29.806 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 32/36 2024-05-07T08:27:29.806 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:29.806 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-07T08:27:29.806 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:27:29.806 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-07T08:27:29.806 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:30.100 INFO:teuthology.orchestra.run.smithi107.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2504.gb05 61 kB/s | 15 kB 00:00 2024-05-07T08:27:30.125 INFO:teuthology.orchestra.run.smithi107.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2504.gb0 115 kB/s | 32 kB 00:00 2024-05-07T08:27:30.284 INFO:teuthology.orchestra.run.smithi107.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2504.gb05eb27 8.1 MB/s | 3.5 MB 00:00 2024-05-07T08:27:30.309 INFO:teuthology.orchestra.run.smithi107.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 269 kB 00:00 2024-05-07T08:27:30.376 INFO:teuthology.orchestra.run.smithi107.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.7 MB/s | 1.0 MB 00:00 2024-05-07T08:27:30.635 INFO:teuthology.orchestra.run.smithi107.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 83 kB/s | 19 kB 00:00 2024-05-07T08:27:30.673 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:27:30.673 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 1/36 2024-05-07T08:27:30.673 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2/36 2024-05-07T08:27:30.673 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 3/36 2024-05-07T08:27:30.673 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 4/36 2024-05-07T08:27:30.673 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 5/36 2024-05-07T08:27:30.673 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 6/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-07T08:27:30.674 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-07T08:27:30.675 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-07T08:27:30.675 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-07T08:27:30.675 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-07T08:27:30.675 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-07T08:27:30.675 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-07T08:27:30.675 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-07T08:27:30.676 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-07T08:27:30.676 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-07T08:27:30.676 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-07T08:27:30.676 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-07T08:27:30.676 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-07T08:27:30.677 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-07T08:27:30.677 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-07T08:27:30.677 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-07T08:27:30.677 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-07T08:27:30.677 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-07T08:27:30.818 INFO:teuthology.orchestra.run.smithi107.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-05-07T08:27:30.919 INFO:teuthology.orchestra.run.smithi107.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.4 MB/s | 144 kB 00:00 2024-05-07T08:27:31.019 INFO:teuthology.orchestra.run.smithi107.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 307 kB/s | 31 kB 00:00 2024-05-07T08:27:31.103 INFO:teuthology.orchestra.run.smithi107.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-05-07T08:27:31.170 INFO:teuthology.orchestra.run.smithi107.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.8 MB/s | 2.0 MB 00:00 2024-05-07T08:27:31.203 INFO:teuthology.orchestra.run.smithi107.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 940 kB/s | 863 kB 00:00 2024-05-07T08:27:31.206 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:31.206 INFO:teuthology.orchestra.run.smithi107.stdout:Total 4.9 MB/s | 8.6 MB 00:01 2024-05-07T08:27:31.256 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:27:31.273 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:27:31.273 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:27:31.337 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:27:31.367 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 33/36 2024-05-07T08:27:31.367 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:31.367 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-07T08:27:31.367 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:27:31.367 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-07T08:27:31.367 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:31.455 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:27:31.456 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:27:31.596 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: lua-5.4.4-4.el9.x86_64 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-07T08:27:31.597 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-07T08:27:31.598 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ply-3.11-14.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:31.599 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:27:31.838 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:27:31.864 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 34/36 2024-05-07T08:27:31.864 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:31.864 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-07T08:27:31.864 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:27:31.864 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-07T08:27:31.864 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:31.924 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-base 2024-05-07T08:27:32.056 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:27:32.097 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:27:32.123 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 35/36 2024-05-07T08:27:32.123 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:32.123 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-07T08:27:32.123 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:27:32.123 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-07T08:27:32.124 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:32.145 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-07T08:27:32.188 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:27:32.189 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-07T08:27:32.236 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-07T08:27:32.266 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-07T08:27:32.373 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-07T08:27:32.505 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-07T08:27:32.520 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:56 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:32.594 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-07T08:27:32.604 INFO:teuthology.orchestra.run.smithi047.stdout:Package ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:27:32.646 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-07T08:27:32.648 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:27:32.649 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:27:32.649 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:27:32.674 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:27:32.705 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 10/12 2024-05-07T08:27:32.708 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install cephadm 2024-05-07T08:27:33.296 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:57 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:33.423 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:27:33.424 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:33.424 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout: cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 762 k 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 762 k 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 768 k 2024-05-07T08:27:33.425 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:27:33.754 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 11/12 2024-05-07T08:27:33.792 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:27:34.005 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 36/36 2024-05-07T08:27:34.005 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 1/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 3/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 4/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 5/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9. 6/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-07T08:27:34.006 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-07T08:27:34.007 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-07T08:27:34.009 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-07T08:27:34.009 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-07T08:27:34.009 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-07T08:27:34.009 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-07T08:27:34.009 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-07T08:27:34.009 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-07T08:27:34.009 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-07T08:27:34.009 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-07T08:27:34.893 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-07T08:27:34.893 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:34.893 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:27:34.893 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:34.893 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mds-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-modules-core-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mon-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-osd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: lua-5.4.4-4.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-07T08:27:34.894 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ply-3.11-14.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-07T08:27:34.895 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-07T08:27:34.896 INFO:teuthology.orchestra.run.smithi008.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-07T08:27:34.896 INFO:teuthology.orchestra.run.smithi008.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-07T08:27:34.896 INFO:teuthology.orchestra.run.smithi008.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-07T08:27:34.896 INFO:teuthology.orchestra.run.smithi008.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-07T08:27:34.896 INFO:teuthology.orchestra.run.smithi008.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-07T08:27:34.896 INFO:teuthology.orchestra.run.smithi008.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-07T08:27:34.896 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:34.896 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:27:34.953 INFO:teuthology.orchestra.run.smithi047.stdout:cephadm-19.0.0-2504.gb05eb275.el9.noarch.rpm 499 kB/s | 762 kB 00:01 2024-05-07T08:27:34.953 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:34.954 INFO:teuthology.orchestra.run.smithi047.stdout:Total 498 kB/s | 762 kB 00:01 2024-05-07T08:27:34.954 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:27:34.961 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:27:34.961 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:27:34.968 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:27:34.968 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:27:35.040 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 1/12 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 2/12 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 3/12 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-07T08:27:35.110 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-07T08:27:35.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:27:35.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-07T08:27:35.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-07T08:27:35.237 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-base 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-07T08:27:35.413 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-07T08:27:35.414 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-07T08:27:35.414 INFO:teuthology.orchestra.run.smithi107.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-07T08:27:35.414 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-07T08:27:35.414 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-07T08:27:35.414 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:35.414 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:35.436 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:35.535 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:35.640 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-07T08:27:35.828 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:59 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:35.907 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:35.911 INFO:teuthology.orchestra.run.smithi008.stdout:Package ceph-base-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:27:35.955 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:27:35.956 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:27:35.956 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:27:36.025 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install cephadm 2024-05-07T08:27:36.161 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:36.161 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:36.161 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:27:36.161 INFO:teuthology.orchestra.run.smithi047.stdout: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:36.161 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:36.161 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:27:36.207 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:09 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:27:36.329 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 7.4 M 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-07T08:27:36.331 INFO:teuthology.orchestra.run.smithi107.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout:Install 12 Packages 2024-05-07T08:27:36.332 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:36.333 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 38 M 2024-05-07T08:27:36.333 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 209 M 2024-05-07T08:27:36.333 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:27:36.358 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-immutable-object-cache 2024-05-07T08:27:36.615 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:00 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:36.743 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:27:36.744 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:36.744 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:27:36.744 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:36.744 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:27:36.744 INFO:teuthology.orchestra.run.smithi008.stdout: cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 762 k 2024-05-07T08:27:36.744 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:36.744 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:27:36.745 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:36.745 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:27:36.745 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:36.745 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 762 k 2024-05-07T08:27:36.745 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 768 k 2024-05-07T08:27:36.745 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:27:36.944 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:00 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:37.071 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:27:37.072 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:37.072 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repo Size 2024-05-07T08:27:37.072 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:37.072 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 145 k 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 145 k 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 435 k 2024-05-07T08:27:37.073 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:27:37.112 INFO:teuthology.orchestra.run.smithi107.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 356 kB/s | 195 kB 00:00 2024-05-07T08:27:37.114 INFO:teuthology.orchestra.run.smithi008.stdout:cephadm-19.0.0-2504.gb05eb275.el9.noarch.rpm 2.0 MB/s | 762 kB 00:00 2024-05-07T08:27:37.115 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:37.115 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.0 MB/s | 762 kB 00:00 2024-05-07T08:27:37.115 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:27:37.121 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:27:37.121 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:27:37.127 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:27:37.127 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:27:37.201 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:27:37.229 INFO:teuthology.orchestra.run.smithi107.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-05-07T08:27:37.292 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-immutable-object-cache-19.0.0-2504.gb05eb2 661 kB/s | 145 kB 00:00 2024-05-07T08:27:37.293 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:37.294 INFO:teuthology.orchestra.run.smithi047.stdout:Total 657 kB/s | 145 kB 00:00 2024-05-07T08:27:37.294 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:27:37.302 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:27:37.302 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:27:37.362 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:27:37.362 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:27:37.511 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:27:37.588 INFO:teuthology.orchestra.run.smithi107.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-25 7.2 MB/s | 7.4 MB 00:01 2024-05-07T08:27:37.593 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:37.613 INFO:teuthology.orchestra.run.smithi107.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 765 kB/s | 803 kB 00:01 2024-05-07T08:27:37.620 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:37.620 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:37.620 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-07T08:27:37.620 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:37.695 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:37.722 INFO:teuthology.orchestra.run.smithi107.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 325 kB/s | 35 kB 00:00 2024-05-07T08:27:37.789 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:37.855 INFO:teuthology.orchestra.run.smithi107.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 68 kB/s | 18 kB 00:00 2024-05-07T08:27:38.031 INFO:teuthology.orchestra.run.smithi107.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.7 MB/s | 3.0 MB 00:00 2024-05-07T08:27:38.148 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:38.289 INFO:teuthology.orchestra.run.smithi107.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 563 kB/s | 244 kB 00:00 2024-05-07T08:27:38.389 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/1 2024-05-07T08:27:38.389 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:38.390 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:27:38.390 INFO:teuthology.orchestra.run.smithi008.stdout: cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:38.390 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:38.390 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:27:38.473 INFO:teuthology.orchestra.run.smithi107.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.3 MB/s | 250 kB 00:00 2024-05-07T08:27:38.533 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:38.534 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:38.534 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:27:38.534 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:38.534 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:38.534 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:27:38.610 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-immutable-object-cache 2024-05-07T08:27:38.747 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr 2024-05-07T08:27:39.203 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:03 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:39.332 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:27:39.332 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:39.332 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 145 k 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 145 k 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 435 k 2024-05-07T08:27:39.333 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:27:39.341 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:03 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:39.425 INFO:teuthology.orchestra.run.smithi047.stdout:Package ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:27:39.469 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:27:39.470 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:27:39.470 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:27:39.533 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr-dashboard 2024-05-07T08:27:40.024 INFO:teuthology.orchestra.run.smithi008.stdout:ceph-immutable-object-cache-19.0.0-2504.gb05eb2 210 kB/s | 145 kB 00:00 2024-05-07T08:27:40.024 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:40.025 INFO:teuthology.orchestra.run.smithi008.stdout:Total 209 kB/s | 145 kB 00:00 2024-05-07T08:27:40.025 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:27:40.034 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:27:40.034 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:27:40.098 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:27:40.098 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:27:40.120 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:04 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:40.249 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:27:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 3.5 M 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 32 k 2024-05-07T08:27:40.252 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 15 k 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:27:40.253 INFO:teuthology.orchestra.run.smithi047.stdout:Install 12 Packages 2024-05-07T08:27:40.254 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:40.254 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 8.6 M 2024-05-07T08:27:40.254 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 103 M 2024-05-07T08:27:40.254 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:27:40.325 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:40.352 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:40.352 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:27:40.352 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-07T08:27:40.352 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:40.822 INFO:teuthology.orchestra.run.smithi107.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.5 MB/s | 4.7 MB 00:03 2024-05-07T08:27:41.229 INFO:teuthology.orchestra.run.smithi047.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2504.gb05 76 kB/s | 15 kB 00:00 2024-05-07T08:27:41.276 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275. 1/1 2024-05-07T08:27:41.276 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:41.276 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:27:41.276 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-immutable-object-cache-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:27:41.276 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:41.276 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:27:41.329 INFO:teuthology.orchestra.run.smithi047.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2504.gb0 105 kB/s | 32 kB 00:00 2024-05-07T08:27:41.463 INFO:teuthology.orchestra.run.smithi047.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2504.gb05eb27 8.1 MB/s | 3.5 MB 00:00 2024-05-07T08:27:41.512 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr 2024-05-07T08:27:42.038 INFO:teuthology.orchestra.run.smithi047.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 380 kB/s | 269 kB 00:00 2024-05-07T08:27:42.080 INFO:teuthology.orchestra.run.smithi047.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-05-07T08:27:42.106 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:06 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:42.138 INFO:teuthology.orchestra.run.smithi047.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 333 kB/s | 19 kB 00:00 2024-05-07T08:27:42.191 INFO:teuthology.orchestra.run.smithi008.stdout:Package ceph-mgr-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:27:42.214 INFO:teuthology.orchestra.run.smithi047.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.1 MB/s | 548 kB 00:00 2024-05-07T08:27:42.235 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:27:42.236 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:27:42.236 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:27:42.247 INFO:teuthology.orchestra.run.smithi047.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.3 MB/s | 144 kB 00:00 2024-05-07T08:27:42.297 INFO:teuthology.orchestra.run.smithi047.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 13 MB/s | 2.0 MB 00:00 2024-05-07T08:27:42.307 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-dashboard 2024-05-07T08:27:42.323 INFO:teuthology.orchestra.run.smithi047.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 409 kB/s | 31 kB 00:00 2024-05-07T08:27:42.348 INFO:teuthology.orchestra.run.smithi047.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-05-07T08:27:42.373 INFO:teuthology.orchestra.run.smithi047.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 949 kB/s | 863 kB 00:00 2024-05-07T08:27:42.375 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:42.376 INFO:teuthology.orchestra.run.smithi047.stdout:Total 4.1 MB/s | 8.6 MB 00:02 2024-05-07T08:27:42.430 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:27:42.450 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:27:42.450 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:27:42.597 INFO:teuthology.orchestra.run.smithi107.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.1 MB/s | 5.1 MB 00:04 2024-05-07T08:27:42.632 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:27:42.632 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:27:42.893 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:06 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:43.022 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 3.5 M 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 32 k 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 15 k 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-07T08:27:43.024 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout:Install 12 Packages 2024-05-07T08:27:43.025 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:43.026 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 8.6 M 2024-05-07T08:27:43.026 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 103 M 2024-05-07T08:27:43.026 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:27:43.274 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:27:43.367 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-07T08:27:43.401 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-07T08:27:43.449 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-07T08:27:43.478 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-07T08:27:43.590 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-07T08:27:43.718 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-07T08:27:43.818 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-07T08:27:43.820 INFO:teuthology.orchestra.run.smithi008.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2504.gb05 56 kB/s | 15 kB 00:00 2024-05-07T08:27:43.846 INFO:teuthology.orchestra.run.smithi008.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2504.gb0 106 kB/s | 32 kB 00:00 2024-05-07T08:27:43.867 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-07T08:27:43.894 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:27:43.918 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 10/12 2024-05-07T08:27:43.971 INFO:teuthology.orchestra.run.smithi008.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2504.gb05eb27 8.3 MB/s | 3.5 MB 00:00 2024-05-07T08:27:44.247 INFO:teuthology.orchestra.run.smithi107.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.8 MB/s | 16 MB 00:05 2024-05-07T08:27:44.248 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:44.248 INFO:teuthology.orchestra.run.smithi107.stdout:Total 4.8 MB/s | 38 MB 00:07 2024-05-07T08:27:44.513 INFO:teuthology.orchestra.run.smithi008.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 404 kB/s | 269 kB 00:00 2024-05-07T08:27:44.603 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:27:44.628 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:27:44.628 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:27:44.713 INFO:teuthology.orchestra.run.smithi008.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2024-05-07T08:27:44.772 INFO:teuthology.orchestra.run.smithi008.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.1 MB/s | 863 kB 00:00 2024-05-07T08:27:44.972 INFO:teuthology.orchestra.run.smithi008.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 75 kB/s | 19 kB 00:00 2024-05-07T08:27:45.017 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 11/12 2024-05-07T08:27:45.052 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:27:45.052 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:27:45.053 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:27:45.114 INFO:teuthology.orchestra.run.smithi008.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 912 kB/s | 548 kB 00:00 2024-05-07T08:27:45.214 INFO:teuthology.orchestra.run.smithi008.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 308 kB/s | 31 kB 00:00 2024-05-07T08:27:45.239 INFO:teuthology.orchestra.run.smithi008.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 541 kB/s | 144 kB 00:00 2024-05-07T08:27:45.323 INFO:teuthology.orchestra.run.smithi008.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-05-07T08:27:45.800 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:27:45.880 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-07T08:27:45.920 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:27:46.020 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:27:46.089 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-07T08:27:46.266 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-07T08:27:46.295 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-07T08:27:46.371 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-07T08:27:46.380 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:27:46.380 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 1/12 2024-05-07T08:27:46.380 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 2/12 2024-05-07T08:27:46.380 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 3/12 2024-05-07T08:27:46.380 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-07T08:27:46.380 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-07T08:27:46.381 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-07T08:27:46.381 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-07T08:27:46.381 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-07T08:27:46.381 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:27:46.381 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-07T08:27:46.381 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-07T08:27:46.515 INFO:teuthology.orchestra.run.smithi008.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.2 MB/s | 2.0 MB 00:01 2024-05-07T08:27:46.517 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:46.517 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.5 MB/s | 8.6 MB 00:03 2024-05-07T08:27:46.571 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:27:46.591 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:27:46.591 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:27:46.676 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-07T08:27:46.677 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:46.678 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:27:46.776 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:27:46.777 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:27:46.921 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-07T08:27:47.020 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-07T08:27:47.133 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-07T08:27:47.375 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:27:47.458 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-07T08:27:47.493 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-07T08:27:47.506 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:11 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:47.550 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-07T08:27:47.587 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-07T08:27:47.634 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:27:47.635 INFO:teuthology.orchestra.run.smithi047.stdout:======================================================================================= 2024-05-07T08:27:47.635 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:27:47.635 INFO:teuthology.orchestra.run.smithi047.stdout:======================================================================================= 2024-05-07T08:27:47.636 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:27:47.636 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 7.4 M 2024-05-07T08:27:47.636 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:27:47.636 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-07T08:27:47.636 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-07T08:27:47.636 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout:======================================================================================= 2024-05-07T08:27:47.637 INFO:teuthology.orchestra.run.smithi047.stdout:Install 12 Packages 2024-05-07T08:27:47.638 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:27:47.639 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 38 M 2024-05-07T08:27:47.639 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 209 M 2024-05-07T08:27:47.639 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:27:47.700 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-07T08:27:47.837 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-07T08:27:47.936 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-07T08:27:47.984 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-07T08:27:48.012 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:27:48.044 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 10/12 2024-05-07T08:27:48.339 INFO:teuthology.orchestra.run.smithi047.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 366 kB/s | 195 kB 00:00 2024-05-07T08:27:48.382 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:27:48.448 INFO:teuthology.orchestra.run.smithi047.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-05-07T08:27:48.590 INFO:teuthology.orchestra.run.smithi047.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-05-07T08:27:48.690 INFO:teuthology.orchestra.run.smithi047.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-05-07T08:27:48.799 INFO:teuthology.orchestra.run.smithi047.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 324 kB/s | 35 kB 00:00 2024-05-07T08:27:49.082 INFO:teuthology.orchestra.run.smithi047.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.7 MB/s | 3.0 MB 00:00 2024-05-07T08:27:49.147 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 11/12 2024-05-07T08:27:49.166 INFO:teuthology.orchestra.run.smithi047.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-25 5.4 MB/s | 7.4 MB 00:01 2024-05-07T08:27:49.186 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:27:49.191 INFO:teuthology.orchestra.run.smithi047.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.2 MB/s | 244 kB 00:00 2024-05-07T08:27:49.300 INFO:teuthology.orchestra.run.smithi047.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 250 kB 00:00 2024-05-07T08:27:49.413 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-07T08:27:49.443 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:27:50.366 INFO:teuthology.orchestra.run.smithi047.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.2 MB/s | 5.1 MB 00:01 2024-05-07T08:27:50.565 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 12/12 2024-05-07T08:27:50.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el 1/12 2024-05-07T08:27:50.565 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noa 2/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9 3/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-07T08:27:50.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-07T08:27:50.874 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-07T08:27:50.875 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:50.875 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:27:50.875 INFO:teuthology.orchestra.run.smithi008.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-07T08:27:50.875 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-grafana-dashboards-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:50.875 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-dashboard-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:50.875 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-prometheus-alerts-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:50.875 INFO:teuthology.orchestra.run.smithi008.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-07T08:27:50.875 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-07T08:27:50.876 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-07T08:27:50.876 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-07T08:27:50.876 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-07T08:27:50.876 INFO:teuthology.orchestra.run.smithi008.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-07T08:27:50.876 INFO:teuthology.orchestra.run.smithi008.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-07T08:27:50.876 INFO:teuthology.orchestra.run.smithi008.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-07T08:27:50.876 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:50.876 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:27:50.933 INFO:teuthology.orchestra.run.smithi047.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 2.2 MB/s | 4.7 MB 00:02 2024-05-07T08:27:51.131 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-07T08:27:51.722 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:15 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:27:51.850 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:27:51.851 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================= 2024-05-07T08:27:51.851 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:27:51.851 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================= 2024-05-07T08:27:51.851 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:27:51.851 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 7.4 M 2024-05-07T08:27:51.851 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:27:51.851 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-07T08:27:51.852 INFO:teuthology.orchestra.run.smithi008.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-07T08:27:51.853 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:51.853 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:27:51.853 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================= 2024-05-07T08:27:51.853 INFO:teuthology.orchestra.run.smithi008.stdout:Install 12 Packages 2024-05-07T08:27:51.853 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:27:51.853 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 38 M 2024-05-07T08:27:51.854 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 209 M 2024-05-07T08:27:51.854 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:27:51.972 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:27:51.972 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 1/12 2024-05-07T08:27:51.972 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:27:51.972 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:27:51.973 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-07T08:27:51.973 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-07T08:27:51.973 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-07T08:27:51.973 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-07T08:27:51.973 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-07T08:27:51.973 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-07T08:27:51.973 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:27:51.973 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-07T08:27:52.369 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-07T08:27:52.369 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:52.369 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:27:52.369 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:52.369 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-07T08:27:52.370 INFO:teuthology.orchestra.run.smithi107.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-07T08:27:52.371 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:52.371 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:52.711 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-rook 2024-05-07T08:27:52.749 INFO:teuthology.orchestra.run.smithi008.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 384 kB/s | 195 kB 00:00 2024-05-07T08:27:52.841 INFO:teuthology.orchestra.run.smithi008.stdout:(2/12): ceph-mgr-diskprediction-local-19.0.0-25 12 MB/s | 7.4 MB 00:00 2024-05-07T08:27:52.875 INFO:teuthology.orchestra.run.smithi008.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 260 kB/s | 33 kB 00:00 2024-05-07T08:27:52.984 INFO:teuthology.orchestra.run.smithi008.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 168 kB/s | 18 kB 00:00 2024-05-07T08:27:53.025 INFO:teuthology.orchestra.run.smithi008.stdout:(5/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-05-07T08:27:53.076 INFO:teuthology.orchestra.run.smithi008.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 382 kB/s | 35 kB 00:00 2024-05-07T08:27:53.268 INFO:teuthology.orchestra.run.smithi008.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.2 MB/s | 244 kB 00:00 2024-05-07T08:27:53.284 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:26 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:27:53.405 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:27:53.406 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:53.406 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:27:53.407 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:53.407 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:27:53.407 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-rook noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 49 k 2024-05-07T08:27:53.407 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:27:53.407 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-07T08:27:53.407 INFO:teuthology.orchestra.run.smithi107.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-07T08:27:53.407 INFO:teuthology.orchestra.run.smithi107.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:27:53.408 INFO:teuthology.orchestra.run.smithi107.stdout:Install 13 Packages 2024-05-07T08:27:53.409 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:53.409 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 2.2 M 2024-05-07T08:27:53.410 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 26 M 2024-05-07T08:27:53.410 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:27:53.802 INFO:teuthology.orchestra.run.smithi008.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.1 MB/s | 3.0 MB 00:00 2024-05-07T08:27:53.818 INFO:teuthology.orchestra.run.smithi107.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 87 kB/s | 26 kB 00:00 2024-05-07T08:27:53.843 INFO:teuthology.orchestra.run.smithi107.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 60 kB/s | 19 kB 00:00 2024-05-07T08:27:53.960 INFO:teuthology.orchestra.run.smithi107.stdout:(3/13): ceph-mgr-rook-19.0.0-2504.gb05eb275.el9 113 kB/s | 49 kB 00:00 2024-05-07T08:27:54.068 INFO:teuthology.orchestra.run.smithi008.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 940 kB/s | 250 kB 00:00 2024-05-07T08:27:54.177 INFO:teuthology.orchestra.run.smithi107.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 619 kB/s | 222 kB 00:00 2024-05-07T08:27:54.277 INFO:teuthology.orchestra.run.smithi107.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 367 kB/s | 159 kB 00:00 2024-05-07T08:27:54.302 INFO:teuthology.orchestra.run.smithi107.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 428 kB/s | 54 kB 00:00 2024-05-07T08:27:54.561 INFO:teuthology.orchestra.run.smithi107.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 464 kB/s | 279 kB 00:00 2024-05-07T08:27:54.752 INFO:teuthology.orchestra.run.smithi107.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 33 kB/s | 15 kB 00:00 2024-05-07T08:27:54.769 INFO:teuthology.orchestra.run.smithi107.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 65 kB/s | 32 kB 00:00 2024-05-07T08:27:54.953 INFO:teuthology.orchestra.run.smithi107.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 322 kB/s | 59 kB 00:00 2024-05-07T08:27:55.137 INFO:teuthology.orchestra.run.smithi107.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 489 kB/s | 90 kB 00:00 2024-05-07T08:27:55.152 INFO:teuthology.orchestra.run.smithi008.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.7 MB/s | 5.1 MB 00:01 2024-05-07T08:27:55.395 INFO:teuthology.orchestra.run.smithi107.stdout:(12/13): python3-google-auth-2.29.0-1.el9.noarc 246 kB/s | 206 kB 00:00 2024-05-07T08:27:55.860 INFO:teuthology.orchestra.run.smithi008.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.7 MB/s | 4.7 MB 00:02 2024-05-07T08:27:56.187 INFO:teuthology.orchestra.run.smithi107.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 730 kB/s | 1.0 MB 00:01 2024-05-07T08:27:56.190 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:27:56.190 INFO:teuthology.orchestra.run.smithi107.stdout:Total 810 kB/s | 2.2 MB 00:02 2024-05-07T08:27:56.262 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:27:56.278 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:27:56.278 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:27:56.364 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:27:56.365 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:27:56.874 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:27:57.043 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-07T08:27:57.105 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-07T08:27:57.169 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-07T08:27:57.206 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-07T08:27:57.247 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-07T08:27:57.348 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-07T08:27:57.450 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-07T08:27:57.515 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-07T08:27:58.235 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-07T08:27:58.287 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-07T08:27:58.322 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-07T08:27:58.369 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-07T08:27:58.399 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 1/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-07T08:27:59.204 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-07T08:27:59.205 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-07T08:27:59.205 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-07T08:27:59.516 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-07T08:27:59.516 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-07T08:27:59.517 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-07T08:27:59.518 INFO:teuthology.orchestra.run.smithi107.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-07T08:27:59.518 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:27:59.518 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:27:59.792 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-cephadm 2024-05-07T08:28:00.366 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:33 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:00.489 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 142 k 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-07T08:28:00.490 INFO:teuthology.orchestra.run.smithi107.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-07T08:28:00.491 INFO:teuthology.orchestra.run.smithi107.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-07T08:28:00.491 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:00.491 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:28:00.491 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:00.491 INFO:teuthology.orchestra.run.smithi107.stdout:Install 6 Packages 2024-05-07T08:28:00.491 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:00.491 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 7.0 M 2024-05-07T08:28:00.492 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 33 M 2024-05-07T08:28:00.492 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:28:01.189 INFO:teuthology.orchestra.run.smithi107.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2504.gb05eb275.e 629 kB/s | 142 kB 00:00 2024-05-07T08:28:01.472 INFO:teuthology.orchestra.run.smithi107.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 487 kB/s | 248 kB 00:00 2024-05-07T08:28:01.547 INFO:teuthology.orchestra.run.smithi107.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-05-07T08:28:01.614 INFO:teuthology.orchestra.run.smithi107.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 765 kB/s | 51 kB 00:00 2024-05-07T08:28:01.681 INFO:teuthology.orchestra.run.smithi107.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 276 kB/s | 58 kB 00:00 2024-05-07T08:28:02.515 INFO:teuthology.orchestra.run.smithi107.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.8 MB/s | 6.0 MB 00:01 2024-05-07T08:28:02.515 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:02.515 INFO:teuthology.orchestra.run.smithi107.stdout:Total 3.5 MB/s | 7.0 MB 00:02 2024-05-07T08:28:02.588 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:28:02.599 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:28:02.599 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:28:02.695 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:28:02.697 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:28:03.003 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:28:03.164 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-07T08:28:03.218 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-07T08:28:03.734 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-07T08:28:03.819 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-07T08:28:03.882 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-07T08:28:03.911 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:28:04.673 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:28:04.673 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/6 2024-05-07T08:28:04.673 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-07T08:28:04.673 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-07T08:28:04.674 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-07T08:28:04.674 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-07T08:28:04.922 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-07T08:28:04.922 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:04.922 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:28:04.922 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:04.922 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-07T08:28:04.923 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-07T08:28:04.923 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-07T08:28:04.923 INFO:teuthology.orchestra.run.smithi107.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-07T08:28:04.923 INFO:teuthology.orchestra.run.smithi107.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-07T08:28:04.923 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:04.923 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:05.214 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-fuse 2024-05-07T08:28:05.785 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:38 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:05.907 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 889 k 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout:Install 2 Packages 2024-05-07T08:28:05.908 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:05.909 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 969 k 2024-05-07T08:28:05.909 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 2.8 M 2024-05-07T08:28:05.909 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:28:06.224 INFO:teuthology.orchestra.run.smithi047.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 983 kB/s | 16 MB 00:16 2024-05-07T08:28:06.225 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:06.225 INFO:teuthology.orchestra.run.smithi047.stdout:Total 2.0 MB/s | 38 MB 00:18 2024-05-07T08:28:06.560 INFO:teuthology.orchestra.run.smithi008.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.3 MB/s | 16 MB 00:12 2024-05-07T08:28:06.561 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:06.561 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.6 MB/s | 38 MB 00:14 2024-05-07T08:28:06.593 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:06.621 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:06.622 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:06.715 INFO:teuthology.orchestra.run.smithi107.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 148 kB/s | 80 kB 00:00 2024-05-07T08:28:06.933 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:06.961 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:06.961 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:07.074 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:07.075 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:07.332 INFO:teuthology.orchestra.run.smithi107.stdout:(2/2): ceph-fuse-19.0.0-2504.gb05eb275.el9.x86_ 767 kB/s | 889 kB 00:01 2024-05-07T08:28:07.333 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:07.333 INFO:teuthology.orchestra.run.smithi107.stdout:Total 680 kB/s | 969 kB 00:01 2024-05-07T08:28:07.345 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:28:07.367 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:28:07.367 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:28:07.411 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:07.411 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:07.445 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:28:07.445 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:28:07.645 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:28:07.788 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-07T08:28:07.855 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:28:07.972 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:08.044 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-07T08:28:08.089 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:28:08.192 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:08.192 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:28:08.240 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-07T08:28:08.256 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-07T08:28:08.301 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:28:08.405 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:28:08.424 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-07T08:28:08.443 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-07T08:28:08.463 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-07T08:28:08.517 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:28:08.517 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/2 2024-05-07T08:28:08.550 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-07T08:28:08.629 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-07T08:28:08.667 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-07T08:28:08.752 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-07T08:28:08.774 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-07T08:28:08.774 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:08.774 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:28:08.774 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-07T08:28:08.774 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:08.774 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:09.069 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-volume 2024-05-07T08:28:09.240 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-07T08:28:09.382 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-07T08:28:09.446 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-07T08:28:09.576 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-07T08:28:09.648 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:42 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:09.774 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:09.774 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-volume noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 264 k 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout:Install 2 Packages 2024-05-07T08:28:09.775 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:09.776 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 341 k 2024-05-07T08:28:09.776 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 1.5 M 2024-05-07T08:28:09.776 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:28:10.362 INFO:teuthology.orchestra.run.smithi107.stdout:(1/2): ceph-volume-19.0.0-2504.gb05eb275.el9.no 606 kB/s | 264 kB 00:00 2024-05-07T08:28:10.387 INFO:teuthology.orchestra.run.smithi107.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 168 kB/s | 77 kB 00:00 2024-05-07T08:28:10.387 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:10.388 INFO:teuthology.orchestra.run.smithi107.stdout:Total 557 kB/s | 341 kB 00:00 2024-05-07T08:28:10.399 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:28:10.409 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:28:10.409 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:28:10.444 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:28:10.445 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:28:10.588 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:28:10.695 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:28:10.773 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-07T08:28:10.832 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:28:10.847 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:28:10.848 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:28:10.848 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-07T08:28:10.848 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:10.883 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:28:11.509 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 1/2 2024-05-07T08:28:11.769 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-07T08:28:11.789 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-07T08:28:11.789 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:11.789 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:28:11.789 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:11.789 INFO:teuthology.orchestra.run.smithi107.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-07T08:28:11.790 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:11.790 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:11.795 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:28:11.975 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-07T08:28:12.008 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:28:12.072 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librados-devel 2024-05-07T08:28:12.646 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:45 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:12.774 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:12.775 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:12.775 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-05-07T08:28:12.775 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:12.775 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:28:12.775 INFO:teuthology.orchestra.run.smithi107.stdout: librados-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 127 k 2024-05-07T08:28:12.775 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:12.776 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:28:12.776 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:12.776 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:28:12.776 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:12.776 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 127 k 2024-05-07T08:28:12.776 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 456 k 2024-05-07T08:28:12.776 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:28:13.145 INFO:teuthology.orchestra.run.smithi107.stdout:librados-devel-19.0.0-2504.gb05eb275.el9.x86_64 344 kB/s | 127 kB 00:00 2024-05-07T08:28:13.145 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:13.146 INFO:teuthology.orchestra.run.smithi107.stdout:Total 342 kB/s | 127 kB 00:00 2024-05-07T08:28:13.146 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:28:13.151 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:28:13.151 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:28:13.214 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:28:13.215 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:28:13.370 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:28:13.469 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:13.936 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:14.185 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:14.186 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:14.186 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:28:14.186 INFO:teuthology.orchestra.run.smithi107.stdout: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:14.186 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:14.186 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 1/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-07T08:28:14.435 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:28:14.436 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-07T08:28:14.464 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 12/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb 1/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-07T08:28:14.465 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-07T08:28:14.480 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install libcephfs2 2024-05-07T08:28:14.814 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-07T08:28:14.815 INFO:teuthology.orchestra.run.smithi047.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-07T08:28:14.816 INFO:teuthology.orchestra.run.smithi047.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-07T08:28:14.816 INFO:teuthology.orchestra.run.smithi047.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-07T08:28:14.816 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:14.816 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:14.832 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-07T08:28:14.832 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:14.832 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:14.832 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:14.832 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-07T08:28:14.832 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:14.833 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:15.059 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:48 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:15.141 INFO:teuthology.orchestra.run.smithi107.stdout:Package libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:15.183 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:15.184 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:28:15.184 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:15.208 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-rook 2024-05-07T08:28:15.219 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr-rook 2024-05-07T08:28:15.303 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install libcephfs-devel 2024-05-07T08:28:15.806 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:39 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:15.821 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:39 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:15.872 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:48 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:15.935 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:15.936 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:15.937 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:28:15.937 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:15.937 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:15.937 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-rook noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 49 k 2024-05-07T08:28:15.937 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:28:15.937 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-07T08:28:15.938 INFO:teuthology.orchestra.run.smithi008.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-07T08:28:15.938 INFO:teuthology.orchestra.run.smithi008.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-07T08:28:15.938 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-07T08:28:15.938 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-07T08:28:15.938 INFO:teuthology.orchestra.run.smithi008.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-07T08:28:15.939 INFO:teuthology.orchestra.run.smithi008.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-07T08:28:15.939 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-07T08:28:15.939 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-07T08:28:15.939 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-07T08:28:15.939 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-07T08:28:15.939 INFO:teuthology.orchestra.run.smithi008.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-07T08:28:15.939 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:15.940 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:15.940 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:15.940 INFO:teuthology.orchestra.run.smithi008.stdout:Install 13 Packages 2024-05-07T08:28:15.940 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:15.941 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 2.2 M 2024-05-07T08:28:15.941 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 26 M 2024-05-07T08:28:15.941 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:15.950 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:15.951 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:15.951 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:28:15.951 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:15.951 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:15.951 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-rook noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 49 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-07T08:28:15.952 INFO:teuthology.orchestra.run.smithi047.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-07T08:28:15.953 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:15.953 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:15.953 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:15.953 INFO:teuthology.orchestra.run.smithi047.stdout:Install 13 Packages 2024-05-07T08:28:15.953 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:15.953 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 2.2 M 2024-05-07T08:28:15.954 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 26 M 2024-05-07T08:28:15.954 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:15.993 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:15.994 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:15.994 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-05-07T08:28:15.994 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:15.994 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 32 k 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 32 k 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 142 k 2024-05-07T08:28:15.995 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:28:16.360 INFO:teuthology.orchestra.run.smithi008.stdout:(1/13): ceph-mgr-rook-19.0.0-2504.gb05eb275.el9 279 kB/s | 49 kB 00:00 2024-05-07T08:28:16.382 INFO:teuthology.orchestra.run.smithi107.stdout:libcephfs-devel-19.0.0-2504.gb05eb275.el9.x86_6 82 kB/s | 32 kB 00:00 2024-05-07T08:28:16.383 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:16.383 INFO:teuthology.orchestra.run.smithi107.stdout:Total 82 kB/s | 32 kB 00:00 2024-05-07T08:28:16.383 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:28:16.387 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:28:16.387 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:28:16.402 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:28:16.402 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:28:16.485 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:28:16.518 INFO:teuthology.orchestra.run.smithi008.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 57 kB/s | 19 kB 00:00 2024-05-07T08:28:16.535 INFO:teuthology.orchestra.run.smithi008.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 73 kB/s | 26 kB 00:00 2024-05-07T08:28:16.580 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:16.814 INFO:teuthology.orchestra.run.smithi047.stdout:(1/13): ceph-mgr-rook-19.0.0-2504.gb05eb275.el9 256 kB/s | 49 kB 00:00 2024-05-07T08:28:16.885 INFO:teuthology.orchestra.run.smithi008.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 433 kB/s | 159 kB 00:00 2024-05-07T08:28:16.888 INFO:teuthology.orchestra.run.smithi047.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 71 kB/s | 19 kB 00:00 2024-05-07T08:28:16.914 INFO:teuthology.orchestra.run.smithi047.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 87 kB/s | 26 kB 00:00 2024-05-07T08:28:16.945 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:16.969 INFO:teuthology.orchestra.run.smithi008.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 365 kB/s | 222 kB 00:00 2024-05-07T08:28:16.986 INFO:teuthology.orchestra.run.smithi008.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 537 kB/s | 54 kB 00:00 2024-05-07T08:28:17.177 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:17.178 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:17.178 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:28:17.178 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:17.178 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:17.178 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:17.211 INFO:teuthology.orchestra.run.smithi008.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 412 kB/s | 279 kB 00:00 2024-05-07T08:28:17.256 INFO:teuthology.orchestra.run.smithi047.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 432 kB/s | 159 kB 00:00 2024-05-07T08:28:17.364 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librados2 2024-05-07T08:28:17.365 INFO:teuthology.orchestra.run.smithi047.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 496 kB/s | 54 kB 00:00 2024-05-07T08:28:17.395 INFO:teuthology.orchestra.run.smithi008.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 76 kB/s | 32 kB 00:00 2024-05-07T08:28:17.411 INFO:teuthology.orchestra.run.smithi008.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 35 kB/s | 15 kB 00:00 2024-05-07T08:28:17.423 INFO:teuthology.orchestra.run.smithi047.stdout:(6/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 364 kB/s | 222 kB 00:00 2024-05-07T08:28:17.449 INFO:teuthology.orchestra.run.smithi047.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 522 kB/s | 279 kB 00:00 2024-05-07T08:28:17.582 INFO:teuthology.orchestra.run.smithi047.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 148 kB/s | 32 kB 00:00 2024-05-07T08:28:17.633 INFO:teuthology.orchestra.run.smithi047.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 72 kB/s | 15 kB 00:00 2024-05-07T08:28:17.654 INFO:teuthology.orchestra.run.smithi008.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 245 kB/s | 59 kB 00:00 2024-05-07T08:28:17.708 INFO:teuthology.orchestra.run.smithi047.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.0 MB/s | 206 kB 00:00 2024-05-07T08:28:17.741 INFO:teuthology.orchestra.run.smithi047.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 6.5 MB/s | 1.0 MB 00:00 2024-05-07T08:28:17.766 INFO:teuthology.orchestra.run.smithi047.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 443 kB/s | 59 kB 00:00 2024-05-07T08:28:17.792 INFO:teuthology.orchestra.run.smithi047.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 1.1 MB/s | 90 kB 00:00 2024-05-07T08:28:17.796 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:17.796 INFO:teuthology.orchestra.run.smithi047.stdout:Total 1.2 MB/s | 2.2 MB 00:01 2024-05-07T08:28:17.854 INFO:teuthology.orchestra.run.smithi008.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 449 kB/s | 90 kB 00:00 2024-05-07T08:28:17.868 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:17.879 INFO:teuthology.orchestra.run.smithi008.stdout:(12/13): python3-google-auth-2.29.0-1.el9.noarc 308 kB/s | 206 kB 00:00 2024-05-07T08:28:17.884 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:17.884 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:17.930 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:50 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:17.946 INFO:teuthology.orchestra.run.smithi008.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-05-07T08:28:17.949 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:17.949 INFO:teuthology.orchestra.run.smithi008.stdout:Total 1.1 MB/s | 2.2 MB 00:02 2024-05-07T08:28:17.979 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:17.980 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:18.011 INFO:teuthology.orchestra.run.smithi107.stdout:Package librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:18.022 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:18.039 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:18.039 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:18.053 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:18.054 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:28:18.054 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:18.129 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librbd1 2024-05-07T08:28:18.135 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:18.147 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:18.510 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:18.675 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:18.680 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-07T08:28:18.704 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:51 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:18.744 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-07T08:28:18.786 INFO:teuthology.orchestra.run.smithi107.stdout:Package librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:18.800 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-07T08:28:18.827 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:18.828 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:28:18.828 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:18.836 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-07T08:28:18.856 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-07T08:28:18.878 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-07T08:28:18.907 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rados 2024-05-07T08:28:18.916 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-07T08:28:18.975 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-07T08:28:18.981 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-07T08:28:19.016 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-07T08:28:19.058 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-07T08:28:19.094 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-07T08:28:19.146 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-07T08:28:19.156 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-07T08:28:19.268 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-07T08:28:19.335 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-07T08:28:19.488 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:52 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:19.575 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:19.620 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:19.620 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:28:19.620 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:19.697 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rgw 2024-05-07T08:28:19.914 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-07T08:28:19.968 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-07T08:28:20.001 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-07T08:28:20.050 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-07T08:28:20.079 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:28:20.127 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-07T08:28:20.173 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-07T08:28:20.207 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-07T08:28:20.256 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-07T08:28:20.284 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:28:20.293 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:53 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:20.377 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:20.421 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:20.422 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:28:20.422 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:20.497 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-cephfs 2024-05-07T08:28:20.825 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 1/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-07T08:28:20.826 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-07T08:28:21.062 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:54 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:21.109 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 13/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 1/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-07T08:28:21.110 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-07T08:28:21.111 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-07T08:28:21.143 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:21.148 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-07T08:28:21.148 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:21.148 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-07T08:28:21.149 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:21.150 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:21.186 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:21.187 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:28:21.187 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:21.272 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rbd 2024-05-07T08:28:21.407 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-mgr-cephadm 2024-05-07T08:28:21.431 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-07T08:28:21.431 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:21.431 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:21.431 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-rook-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:21.431 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-07T08:28:21.431 INFO:teuthology.orchestra.run.smithi008.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-07T08:28:21.431 INFO:teuthology.orchestra.run.smithi008.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:21.432 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:21.682 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-cephadm 2024-05-07T08:28:21.837 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:54 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:21.917 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:21.959 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:21.960 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-05-07T08:28:21.960 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:21.998 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:45 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:22.039 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-fuse 2024-05-07T08:28:22.128 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:22.129 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:22.129 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:28:22.129 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:22.129 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:22.129 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 142 k 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout:Install 6 Packages 2024-05-07T08:28:22.130 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 7.0 M 2024-05-07T08:28:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 33 M 2024-05-07T08:28:22.131 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:22.267 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:46 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:22.395 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:22.395 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:22.395 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:28:22.395 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:22.395 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:22.395 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 142 k 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout:Install 6 Packages 2024-05-07T08:28:22.396 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:22.397 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 7.0 M 2024-05-07T08:28:22.397 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 33 M 2024-05-07T08:28:22.397 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:22.600 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:55 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:22.723 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 85 k 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:28:22.724 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:22.725 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 85 k 2024-05-07T08:28:22.725 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 231 k 2024-05-07T08:28:22.725 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:28:22.810 INFO:teuthology.orchestra.run.smithi047.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2504.gb05eb275.e 621 kB/s | 142 kB 00:00 2024-05-07T08:28:23.045 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-fuse-19.0.0-2504.gb05eb275.el9.x86_64.rpm 266 kB/s | 85 kB 00:00 2024-05-07T08:28:23.046 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:23.046 INFO:teuthology.orchestra.run.smithi107.stdout:Total 265 kB/s | 85 kB 00:00 2024-05-07T08:28:23.046 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:28:23.053 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:28:23.053 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:28:23.058 INFO:teuthology.orchestra.run.smithi008.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2504.gb05eb275.e 409 kB/s | 142 kB 00:00 2024-05-07T08:28:23.102 INFO:teuthology.orchestra.run.smithi047.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 477 kB/s | 248 kB 00:00 2024-05-07T08:28:23.116 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:28:23.117 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:28:23.262 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:28:23.291 INFO:teuthology.orchestra.run.smithi008.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 427 kB/s | 248 kB 00:00 2024-05-07T08:28:23.293 INFO:teuthology.orchestra.run.smithi047.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-05-07T08:28:23.359 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:23.369 INFO:teuthology.orchestra.run.smithi047.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 680 kB/s | 51 kB 00:00 2024-05-07T08:28:23.411 INFO:teuthology.orchestra.run.smithi047.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 187 kB/s | 58 kB 00:00 2024-05-07T08:28:23.533 INFO:teuthology.orchestra.run.smithi008.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-05-07T08:28:23.600 INFO:teuthology.orchestra.run.smithi008.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 187 kB/s | 58 kB 00:00 2024-05-07T08:28:23.625 INFO:teuthology.orchestra.run.smithi008.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 555 kB/s | 51 kB 00:00 2024-05-07T08:28:23.782 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:24.028 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:24.028 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:24.028 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:28:24.028 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:24.028 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:24.028 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:24.321 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-mirror 2024-05-07T08:28:24.894 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:57 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:25.017 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:25.017 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-mirror x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:28:25.018 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:25.019 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 3.1 M 2024-05-07T08:28:25.019 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 13 M 2024-05-07T08:28:25.019 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:28:25.036 INFO:teuthology.orchestra.run.smithi047.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.4 MB/s | 6.0 MB 00:02 2024-05-07T08:28:25.039 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:25.039 INFO:teuthology.orchestra.run.smithi047.stdout:Total 2.4 MB/s | 7.0 MB 00:02 2024-05-07T08:28:25.115 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:25.128 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:25.128 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:25.232 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:25.233 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:25.544 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:25.709 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-07T08:28:25.755 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-07T08:28:25.875 INFO:teuthology.orchestra.run.smithi008.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 1.9 MB/s | 6.0 MB 00:03 2024-05-07T08:28:25.878 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:25.878 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.0 MB/s | 7.0 MB 00:03 2024-05-07T08:28:25.881 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-mirror-19.0.0-2504.gb05eb275.el9.x86_64.rpm 3.6 MB/s | 3.1 MB 00:00 2024-05-07T08:28:25.882 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:25.883 INFO:teuthology.orchestra.run.smithi107.stdout:Total 3.6 MB/s | 3.1 MB 00:00 2024-05-07T08:28:25.883 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:28:25.892 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:28:25.892 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:28:25.954 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:25.967 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:25.967 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:25.973 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:28:25.973 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:28:26.071 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:26.072 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:26.322 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-07T08:28:26.406 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:28:26.418 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-07T08:28:26.423 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:26.474 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:26.489 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-07T08:28:26.499 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:26.499 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:28:26.499 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-07T08:28:26.499 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:28:26.499 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:28:26.500 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:26.516 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:28:26.590 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-07T08:28:26.646 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-07T08:28:27.196 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-07T08:28:27.252 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:28:27.252 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/6 2024-05-07T08:28:27.252 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-07T08:28:27.252 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-07T08:28:27.252 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-07T08:28:27.253 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-07T08:28:27.292 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-07T08:28:27.363 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-07T08:28:27.390 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:28:27.522 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-07T08:28:27.522 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:27.522 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:27.522 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:27.523 INFO:teuthology.orchestra.run.smithi047.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-07T08:28:27.523 INFO:teuthology.orchestra.run.smithi047.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-07T08:28:27.523 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-07T08:28:27.523 INFO:teuthology.orchestra.run.smithi047.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-07T08:28:27.523 INFO:teuthology.orchestra.run.smithi047.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-07T08:28:27.523 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:27.523 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:27.575 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:27.575 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:27.575 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:28:27.575 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:27.575 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:27.575 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:27.779 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-fuse 2024-05-07T08:28:27.877 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-nbd 2024-05-07T08:28:28.162 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 6/6 2024-05-07T08:28:28.162 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 1/6 2024-05-07T08:28:28.162 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-07T08:28:28.162 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-07T08:28:28.162 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-07T08:28:28.162 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-07T08:28:28.378 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:52 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:28.428 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-cephadm-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:28.429 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:28.457 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:02:01 ago on Tue 07 May 2024 08:26:27 AM UTC. 2024-05-07T08:28:28.506 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:28.506 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 889 k 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout:Install 2 Packages 2024-05-07T08:28:28.507 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:28.508 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 969 k 2024-05-07T08:28:28.508 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 2.8 M 2024-05-07T08:28:28.508 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:28.582 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-05-07T08:28:28.583 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:28.583 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-05-07T08:28:28.583 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:28.583 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-05-07T08:28:28.583 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-nbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 171 k 2024-05-07T08:28:28.583 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:28.583 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-05-07T08:28:28.583 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-05-07T08:28:28.584 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-05-07T08:28:28.584 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:28.584 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 171 k 2024-05-07T08:28:28.584 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 494 k 2024-05-07T08:28:28.584 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-05-07T08:28:28.675 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-fuse 2024-05-07T08:28:28.811 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-nbd-19.0.0-2504.gb05eb275.el9.x86_64.rpm 754 kB/s | 171 kB 00:00 2024-05-07T08:28:28.811 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:28.812 INFO:teuthology.orchestra.run.smithi107.stdout:Total 749 kB/s | 171 kB 00:00 2024-05-07T08:28:28.812 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-05-07T08:28:28.820 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-05-07T08:28:28.820 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-05-07T08:28:28.883 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-05-07T08:28:28.883 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-05-07T08:28:29.038 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-05-07T08:28:29.087 INFO:teuthology.orchestra.run.smithi047.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 148 kB/s | 80 kB 00:00 2024-05-07T08:28:29.142 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:29.275 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:53 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:29.295 INFO:teuthology.orchestra.run.smithi047.stdout:(2/2): ceph-fuse-19.0.0-2504.gb05eb275.el9.x86_ 1.2 MB/s | 889 kB 00:00 2024-05-07T08:28:29.296 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:29.296 INFO:teuthology.orchestra.run.smithi047.stdout:Total 1.2 MB/s | 969 kB 00:00 2024-05-07T08:28:29.309 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:29.333 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:29.333 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:29.403 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:29.404 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:29.404 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:28:29.404 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:29.404 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:29.404 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 889 k 2024-05-07T08:28:29.404 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:28:29.405 INFO:teuthology.orchestra.run.smithi008.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-07T08:28:29.405 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:29.405 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:29.405 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:29.405 INFO:teuthology.orchestra.run.smithi008.stdout:Install 2 Packages 2024-05-07T08:28:29.405 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:29.406 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 969 k 2024-05-07T08:28:29.406 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 2.8 M 2024-05-07T08:28:29.406 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:29.416 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:29.416 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:29.550 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:29.610 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:29.762 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-07T08:28:29.817 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:29.817 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:29.817 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-05-07T08:28:29.817 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:29.818 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:28:29.818 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-05-07T08:28:29.830 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:28:30.028 INFO:teuthology.orchestra.run.smithi008.stdout:(1/2): ceph-fuse-19.0.0-2504.gb05eb275.el9.x86_ 2.5 MB/s | 889 kB 00:00 2024-05-07T08:28:30.053 INFO:teuthology.orchestra.run.smithi008.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 214 kB/s | 80 kB 00:00 2024-05-07T08:28:30.053 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:30.054 INFO:teuthology.orchestra.run.smithi008.stdout:Total 1.5 MB/s | 969 kB 00:00 2024-05-07T08:28:30.066 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:30.090 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:30.090 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:30.108 DEBUG:teuthology.parallel:result is None 2024-05-07T08:28:30.172 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:30.173 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:30.365 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:30.479 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:28:30.479 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/2 2024-05-07T08:28:30.516 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-07T08:28:30.598 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:28:30.777 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-07T08:28:30.777 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:30.777 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:30.777 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-07T08:28:30.777 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:30.777 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:31.080 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install ceph-volume 2024-05-07T08:28:31.268 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2/2 2024-05-07T08:28:31.268 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/2 2024-05-07T08:28:31.521 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-07T08:28:31.521 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:31.522 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:31.522 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-07T08:28:31.522 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:31.522 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:31.678 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:55 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:31.807 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:31.807 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:31.807 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-05-07T08:28:31.807 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-volume noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 264 k 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout:Install 2 Packages 2024-05-07T08:28:31.808 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:31.809 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-volume 2024-05-07T08:28:31.809 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 341 k 2024-05-07T08:28:31.810 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 1.5 M 2024-05-07T08:28:31.810 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:32.250 INFO:teuthology.orchestra.run.smithi047.stdout:(1/2): ceph-volume-19.0.0-2504.gb05eb275.el9.no 668 kB/s | 264 kB 00:00 2024-05-07T08:28:32.276 INFO:teuthology.orchestra.run.smithi047.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 184 kB/s | 77 kB 00:00 2024-05-07T08:28:32.276 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:32.277 INFO:teuthology.orchestra.run.smithi047.stdout:Total 728 kB/s | 341 kB 00:00 2024-05-07T08:28:32.289 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:32.299 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:32.300 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:32.333 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:32.333 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:32.412 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:56 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:32.487 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:32.541 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-volume noarch 2:19.0.0-2504.gb05eb275.el9 ceph-noarch 264 k 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:32.542 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:32.543 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:32.543 INFO:teuthology.orchestra.run.smithi008.stdout:Install 2 Packages 2024-05-07T08:28:32.543 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:32.543 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 341 k 2024-05-07T08:28:32.543 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 1.5 M 2024-05-07T08:28:32.543 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:32.676 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-07T08:28:32.726 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:28:32.742 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:28:32.742 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:28:32.742 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-07T08:28:32.742 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:33.001 INFO:teuthology.orchestra.run.smithi008.stdout:(1/2): ceph-volume-19.0.0-2504.gb05eb275.el9.no 630 kB/s | 264 kB 00:00 2024-05-07T08:28:33.034 INFO:teuthology.orchestra.run.smithi008.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 171 kB/s | 77 kB 00:00 2024-05-07T08:28:33.035 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:33.035 INFO:teuthology.orchestra.run.smithi008.stdout:Total 692 kB/s | 341 kB 00:00 2024-05-07T08:28:33.048 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:33.059 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:33.059 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:33.096 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:33.097 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:33.249 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:33.442 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-07T08:28:33.484 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 1/2 2024-05-07T08:28:33.490 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:28:33.508 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2/2 2024-05-07T08:28:33.508 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:28:33.508 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-07T08:28:33.508 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:33.764 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-07T08:28:33.764 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:33.764 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:33.764 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:33.764 INFO:teuthology.orchestra.run.smithi047.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-07T08:28:33.764 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:33.764 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:34.098 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install librados-devel 2024-05-07T08:28:34.227 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 1/2 2024-05-07T08:28:34.535 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-07T08:28:34.535 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:34.535 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:34.536 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-volume-2:19.0.0-2504.gb05eb275.el9.noarch 2024-05-07T08:28:34.536 INFO:teuthology.orchestra.run.smithi008.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-07T08:28:34.536 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:34.536 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:34.695 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:58 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:34.825 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repo Size 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout: librados-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 127 k 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:34.826 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 127 k 2024-05-07T08:28:34.827 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 456 k 2024-05-07T08:28:34.827 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:34.840 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librados-devel 2024-05-07T08:28:35.037 INFO:teuthology.orchestra.run.smithi047.stdout:librados-devel-19.0.0-2504.gb05eb275.el9.x86_64 603 kB/s | 127 kB 00:00 2024-05-07T08:28:35.038 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:35.038 INFO:teuthology.orchestra.run.smithi047.stdout:Total 599 kB/s | 127 kB 00:00 2024-05-07T08:28:35.038 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:35.044 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:35.044 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:35.111 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:35.112 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:35.270 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:35.363 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:35.433 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:59 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:35.560 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:35.560 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:35.560 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-05-07T08:28:35.560 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:35.561 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:35.561 INFO:teuthology.orchestra.run.smithi008.stdout: librados-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 127 k 2024-05-07T08:28:35.561 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:35.561 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:35.561 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:35.561 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:28:35.561 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:35.561 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 127 k 2024-05-07T08:28:35.562 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 456 k 2024-05-07T08:28:35.562 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:35.783 INFO:teuthology.orchestra.run.smithi008.stdout:librados-devel-19.0.0-2504.gb05eb275.el9.x86_64 573 kB/s | 127 kB 00:00 2024-05-07T08:28:35.784 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:35.784 INFO:teuthology.orchestra.run.smithi008.stdout:Total 570 kB/s | 127 kB 00:00 2024-05-07T08:28:35.784 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:35.790 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:35.790 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:35.803 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:35.856 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:35.856 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:36.014 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:36.045 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:36.045 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:36.046 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:36.046 INFO:teuthology.orchestra.run.smithi047.stdout: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:36.046 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:36.046 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:36.122 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:36.332 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install libcephfs2 2024-05-07T08:28:36.544 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:36.810 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:36.810 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:36.810 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:36.811 INFO:teuthology.orchestra.run.smithi008.stdout: librados-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:36.811 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:36.811 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:36.931 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:00 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:37.016 INFO:teuthology.orchestra.run.smithi047.stdout:Package libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:37.060 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:37.061 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:28:37.062 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:37.125 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install libcephfs-devel 2024-05-07T08:28:37.126 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install libcephfs2 2024-05-07T08:28:37.719 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:01 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:37.724 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:01 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:37.809 INFO:teuthology.orchestra.run.smithi008.stdout:Package libcephfs2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:37.846 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:37.846 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:37.846 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repo Size 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 32 k 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:37.847 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 32 k 2024-05-07T08:28:37.848 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 142 k 2024-05-07T08:28:37.848 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:37.855 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:37.856 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:28:37.856 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:37.942 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install libcephfs-devel 2024-05-07T08:28:38.016 INFO:teuthology.orchestra.run.smithi047.stdout:libcephfs-devel-19.0.0-2504.gb05eb275.el9.x86_6 189 kB/s | 32 kB 00:00 2024-05-07T08:28:38.016 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:38.017 INFO:teuthology.orchestra.run.smithi047.stdout:Total 187 kB/s | 32 kB 00:00 2024-05-07T08:28:38.017 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:38.020 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:38.021 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:38.034 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:38.035 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:38.120 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:38.232 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:38.539 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:02 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:38.588 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:38.667 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:38.668 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:38.668 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-05-07T08:28:38.668 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:38.668 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:38.668 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs-devel x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 32 k 2024-05-07T08:28:38.668 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:38.668 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:38.668 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:38.669 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:28:38.669 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:38.669 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 32 k 2024-05-07T08:28:38.669 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 142 k 2024-05-07T08:28:38.669 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:38.802 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:38.803 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:38.803 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:38.803 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:38.803 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:38.803 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:38.834 INFO:teuthology.orchestra.run.smithi008.stdout:libcephfs-devel-19.0.0-2504.gb05eb275.el9.x86_6 193 kB/s | 32 kB 00:00 2024-05-07T08:28:38.834 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:38.834 INFO:teuthology.orchestra.run.smithi008.stdout:Total 192 kB/s | 32 kB 00:00 2024-05-07T08:28:38.834 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:38.838 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:38.838 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:38.863 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:38.864 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:38.949 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:38.995 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install librados2 2024-05-07T08:28:39.067 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:39.426 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:39.591 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:03 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:39.651 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:39.652 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:39.652 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:39.652 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs-devel-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:39.652 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:39.652 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:39.674 INFO:teuthology.orchestra.run.smithi047.stdout:Package librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:39.718 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:39.720 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:28:39.720 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:39.787 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install librbd1 2024-05-07T08:28:39.832 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librados2 2024-05-07T08:28:40.378 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:04 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:40.432 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:04 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:40.462 INFO:teuthology.orchestra.run.smithi047.stdout:Package librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:40.506 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:40.507 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:28:40.507 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:40.516 INFO:teuthology.orchestra.run.smithi008.stdout:Package librados2-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:40.562 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:40.563 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:28:40.563 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:40.569 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install python3-rados 2024-05-07T08:28:40.630 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librbd1 2024-05-07T08:28:41.168 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:05 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:41.218 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:05 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:41.252 INFO:teuthology.orchestra.run.smithi047.stdout:Package python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:41.296 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:41.297 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:28:41.297 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:41.301 INFO:teuthology.orchestra.run.smithi008.stdout:Package librbd1-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:41.345 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:41.346 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:28:41.346 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:41.361 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install python3-rgw 2024-05-07T08:28:41.413 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rados 2024-05-07T08:28:41.964 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:05 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:42.010 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:06 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:42.048 INFO:teuthology.orchestra.run.smithi047.stdout:Package python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:42.092 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:42.093 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:28:42.093 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:42.094 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rados-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:42.137 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:42.139 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:28:42.139 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:42.164 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install python3-cephfs 2024-05-07T08:28:42.216 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rgw 2024-05-07T08:28:42.768 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:06 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:42.808 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:06 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:42.855 INFO:teuthology.orchestra.run.smithi047.stdout:Package python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:42.892 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rgw-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:42.900 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:42.901 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:28:42.901 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:42.936 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:42.938 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:28:42.938 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:42.993 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install python3-rbd 2024-05-07T08:28:43.005 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-cephfs 2024-05-07T08:28:43.595 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:07 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:43.599 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:07 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:43.679 INFO:teuthology.orchestra.run.smithi047.stdout:Package python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:43.684 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-cephfs-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:43.724 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:43.725 INFO:teuthology.orchestra.run.smithi047.stdout:Nothing to do. 2024-05-07T08:28:43.725 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:43.729 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:43.730 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:28:43.730 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:43.793 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install rbd-fuse 2024-05-07T08:28:43.808 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rbd 2024-05-07T08:28:44.381 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:08 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:44.400 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:08 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:44.485 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rbd-2:19.0.0-2504.gb05eb275.el9.x86_64 is already installed. 2024-05-07T08:28:44.506 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 85 k 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:28:44.507 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:44.508 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 85 k 2024-05-07T08:28:44.508 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 231 k 2024-05-07T08:28:44.508 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:44.529 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:44.531 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-05-07T08:28:44.531 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:44.608 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-fuse 2024-05-07T08:28:44.747 INFO:teuthology.orchestra.run.smithi047.stdout:rbd-fuse-19.0.0-2504.gb05eb275.el9.x86_64.rpm 357 kB/s | 85 kB 00:00 2024-05-07T08:28:44.748 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:44.748 INFO:teuthology.orchestra.run.smithi047.stdout:Total 355 kB/s | 85 kB 00:00 2024-05-07T08:28:44.748 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:44.756 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:44.756 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:44.822 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:44.823 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:44.980 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:45.078 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:45.200 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:09 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:45.327 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:45.327 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:45.327 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-05-07T08:28:45.327 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:45.328 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:45.328 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-fuse x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 85 k 2024-05-07T08:28:45.328 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:45.328 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:45.328 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:45.328 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:28:45.328 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:45.329 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 85 k 2024-05-07T08:28:45.329 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 231 k 2024-05-07T08:28:45.329 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:45.460 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:45.678 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-fuse-19.0.0-2504.gb05eb275.el9.x86_64.rpm 243 kB/s | 85 kB 00:00 2024-05-07T08:28:45.679 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:45.679 INFO:teuthology.orchestra.run.smithi008.stdout:Total 243 kB/s | 85 kB 00:00 2024-05-07T08:28:45.680 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:45.687 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:45.687 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:45.719 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:45.719 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:45.719 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:45.719 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:45.720 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:45.720 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:45.754 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:45.754 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:45.907 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:45.954 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install rbd-mirror 2024-05-07T08:28:46.012 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:46.395 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:46.546 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:10 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:46.659 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:46.660 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:46.660 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:46.660 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-fuse-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:46.660 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:46.660 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:46.678 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repo Size 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-mirror x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:28:46.679 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:46.680 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 3.1 M 2024-05-07T08:28:46.680 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 13 M 2024-05-07T08:28:46.680 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:46.922 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-mirror 2024-05-07T08:28:47.340 INFO:teuthology.orchestra.run.smithi047.stdout:rbd-mirror-19.0.0-2504.gb05eb275.el9.x86_64.rpm 4.7 MB/s | 3.1 MB 00:00 2024-05-07T08:28:47.340 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:47.341 INFO:teuthology.orchestra.run.smithi047.stdout:Total 4.7 MB/s | 3.1 MB 00:00 2024-05-07T08:28:47.341 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:47.351 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:47.351 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:47.436 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:47.436 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:47.518 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:11 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:47.648 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-mirror x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 3.1 M 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:47.649 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 3.1 M 2024-05-07T08:28:47.650 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 13 M 2024-05-07T08:28:47.650 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:47.888 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:47.949 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:47.976 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:47.976 INFO:teuthology.orchestra.run.smithi047.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:28:47.976 INFO:teuthology.orchestra.run.smithi047.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-07T08:28:47.976 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:28:47.977 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:28:47.977 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:48.641 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-mirror-19.0.0-2504.gb05eb275.el9.x86_64.rpm 3.1 MB/s | 3.1 MB 00:00 2024-05-07T08:28:48.642 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:48.642 INFO:teuthology.orchestra.run.smithi008.stdout:Total 3.1 MB/s | 3.1 MB 00:00 2024-05-07T08:28:48.642 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:48.654 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:48.654 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:48.743 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:48.744 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:49.038 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:49.038 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:49.038 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:49.038 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:49.038 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:49.038 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:49.200 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:49.262 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum -y install rbd-nbd 2024-05-07T08:28:49.266 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:49.294 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:49.294 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-07T08:28:49.294 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-07T08:28:49.294 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:28:49.294 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-07T08:28:49.294 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:49.867 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:02:13 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:49.994 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-05-07T08:28:49.995 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:49.995 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-05-07T08:28:49.995 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:49.995 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-05-07T08:28:49.995 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-nbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 171 k 2024-05-07T08:28:49.995 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:49.995 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-05-07T08:28:49.996 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-05-07T08:28:49.996 INFO:teuthology.orchestra.run.smithi047.stdout:Install 1 Package 2024-05-07T08:28:49.996 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:49.996 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 171 k 2024-05-07T08:28:49.996 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 494 k 2024-05-07T08:28:49.996 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-05-07T08:28:50.244 INFO:teuthology.orchestra.run.smithi047.stdout:rbd-nbd-19.0.0-2504.gb05eb275.el9.x86_64.rpm 693 kB/s | 171 kB 00:00 2024-05-07T08:28:50.244 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:50.245 INFO:teuthology.orchestra.run.smithi047.stdout:Total 689 kB/s | 171 kB 00:00 2024-05-07T08:28:50.245 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-05-07T08:28:50.253 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-05-07T08:28:50.253 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-05-07T08:28:50.321 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-05-07T08:28:50.321 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-05-07T08:28:50.384 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:50.384 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:50.384 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:50.384 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-mirror-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:50.384 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:50.384 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:50.481 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-05-07T08:28:50.577 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:50.656 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-nbd 2024-05-07T08:28:51.053 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:51.262 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:15 ago on Tue 07 May 2024 08:26:36 AM UTC. 2024-05-07T08:28:51.318 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:51.319 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:51.319 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-05-07T08:28:51.319 INFO:teuthology.orchestra.run.smithi047.stdout: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:51.319 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-05-07T08:28:51.319 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-05-07T08:28:51.393 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-nbd x86_64 2:19.0.0-2504.gb05eb275.el9 ceph 171 k 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 171 k 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 494 k 2024-05-07T08:28:51.394 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-05-07T08:28:51.556 DEBUG:teuthology.parallel:result is None 2024-05-07T08:28:51.728 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-nbd-19.0.0-2504.gb05eb275.el9.x86_64.rpm 513 kB/s | 171 kB 00:00 2024-05-07T08:28:51.729 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:28:51.729 INFO:teuthology.orchestra.run.smithi008.stdout:Total 511 kB/s | 171 kB 00:00 2024-05-07T08:28:51.729 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-05-07T08:28:51.738 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-05-07T08:28:51.738 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-05-07T08:28:51.806 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-05-07T08:28:51.807 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-05-07T08:28:51.968 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-05-07T08:28:52.070 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:52.479 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:52.725 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 1/1 2024-05-07T08:28:52.725 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:52.725 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-05-07T08:28:52.725 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-nbd-2:19.0.0-2504.gb05eb275.el9.x86_64 2024-05-07T08:28:52.725 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:28:52.725 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-05-07T08:28:52.949 DEBUG:teuthology.parallel:result is None 2024-05-07T08:28:52.950 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:28:53.087 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-07T08:28:53.109 INFO:teuthology.orchestra.run.smithi008.stdout:19.0.0-2504.gb05eb275.el9 2024-05-07T08:28:53.109 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2504.gb05eb275.el9 2024-05-07T08:28:53.109 INFO:teuthology.task.install:The correct ceph version 19.0.0-2504.gb05eb275 is installed. 2024-05-07T08:28:53.111 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:28:53.243 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-07T08:28:53.268 INFO:teuthology.orchestra.run.smithi047.stdout:19.0.0-2504.gb05eb275.el9 2024-05-07T08:28:53.269 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2504.gb05eb275.el9 2024-05-07T08:28:53.269 INFO:teuthology.task.install:The correct ceph version 19.0.0-2504.gb05eb275 is installed. 2024-05-07T08:28:53.270 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:28:53.407 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-07T08:28:53.432 INFO:teuthology.orchestra.run.smithi107.stdout:19.0.0-2504.gb05eb275.el9 2024-05-07T08:28:53.432 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2504.gb05eb275.el9 2024-05-07T08:28:53.432 INFO:teuthology.task.install:The correct ceph version 19.0.0-2504.gb05eb275 is installed. 2024-05-07T08:28:53.433 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-07T08:28:53.433 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:28:53.433 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-07T08:28:53.461 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:28:53.461 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-07T08:28:53.493 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:28:53.493 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-07T08:28:53.522 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-07T08:28:53.522 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:28:53.522 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/daemon-helper 2024-05-07T08:28:53.580 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-07T08:28:53.646 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:28:53.646 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/daemon-helper 2024-05-07T08:28:53.677 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-07T08:28:53.748 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:28:53.748 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/daemon-helper 2024-05-07T08:28:53.778 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-07T08:28:53.846 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-07T08:28:53.846 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:28:53.846 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-07T08:28:53.873 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-07T08:28:53.939 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:28:53.939 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-07T08:28:53.968 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-07T08:28:54.036 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:28:54.036 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-07T08:28:54.061 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-07T08:28:54.126 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-07T08:28:54.126 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:28:54.127 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/stdin-killer 2024-05-07T08:28:54.154 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-07T08:28:54.220 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:28:54.220 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/stdin-killer 2024-05-07T08:28:54.249 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-07T08:28:54.317 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:28:54.317 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/stdin-killer 2024-05-07T08:28:54.341 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-07T08:28:54.407 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-07T08:28:54.504 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, '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'], 'log-only-match': ['CEPHADM_'], 'sha1': 'b05eb2754514c6559f7c34d831877d418ea3a9c7'} 2024-05-07T08:28:54.504 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:28:54.505 INFO:tasks.cephadm:Cluster fsid is d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:28:54.505 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-07T08:28:54.505 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.8', 'mon.b': '172.21.15.47', 'mon.c': '172.21.15.107'} 2024-05-07T08:28:54.505 INFO:tasks.cephadm:First mon is mon.a on smithi008 2024-05-07T08:28:54.505 INFO:tasks.cephadm:First mgr is a 2024-05-07T08:28:54.505 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-07T08:28:54.506 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2024-05-07T08:28:54.534 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-05-07T08:28:54.564 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2024-05-07T08:28:54.590 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-07T08:28:54.590 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:28:54.886 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b05eb2754514c6559f7c34d831877d418ea3a9c7', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/55083/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2504-gb05eb275', 'node_name': '172.21.5.40+adami10', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2504.gb05eb275'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-05 20:21:37.264364', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-07T08:28:55.024 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 b05eb2754514c6559f7c34d831877d418ea3a9c7 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:28:55.026 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/x86_64/flavors/default/cephadm 2024-05-07T08:28:55.026 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:55.714 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-r--r--. 1 ubuntu ubuntu 781465 May 7 08:28 /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:55.715 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:56.360 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-r--r--. 1 ubuntu ubuntu 781465 May 7 08:28 /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:56.360 DEBUG:teuthology.orchestra.run.smithi107:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/b05eb2754514c6559f7c34d831877d418ea3a9c7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:57.288 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-r--r--. 1 ubuntu ubuntu 781465 May 7 08:28 /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:57.288 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:57.309 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:57.329 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-07T08:28:57.359 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 on all hosts... 2024-05-07T08:28:57.359 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 pull 2024-05-07T08:28:57.361 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 pull 2024-05-07T08:28:57.371 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 pull 2024-05-07T08:28:58.897 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:28:58.932 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:28:58.953 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:29:33.067 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-05-07T08:29:33.067 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev)", 2024-05-07T08:29:33.067 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe", 2024-05-07T08:29:33.067 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-05-07T08:29:33.068 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb" 2024-05-07T08:29:33.068 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-05-07T08:29:33.068 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-05-07T08:29:49.983 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-05-07T08:29:49.983 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph_version": "ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev)", 2024-05-07T08:29:49.983 INFO:teuthology.orchestra.run.smithi008.stdout: "image_id": "87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe", 2024-05-07T08:29:49.983 INFO:teuthology.orchestra.run.smithi008.stdout: "repo_digests": [ 2024-05-07T08:29:49.983 INFO:teuthology.orchestra.run.smithi008.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb" 2024-05-07T08:29:49.983 INFO:teuthology.orchestra.run.smithi008.stdout: ] 2024-05-07T08:29:49.983 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-05-07T08:29:53.827 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-05-07T08:29:53.827 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev)", 2024-05-07T08:29:53.827 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe", 2024-05-07T08:29:53.827 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2024-05-07T08:29:53.827 INFO:teuthology.orchestra.run.smithi107.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb" 2024-05-07T08:29:53.827 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-05-07T08:29:53.827 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-05-07T08:29:53.852 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /etc/ceph 2024-05-07T08:29:53.886 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-05-07T08:29:53.921 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2024-05-07T08:29:53.949 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 777 /etc/ceph 2024-05-07T08:29:53.979 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-05-07T08:29:54.009 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2024-05-07T08:29:54.035 INFO:tasks.cephadm:Writing seed config... 2024-05-07T08:29:54.036 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-07T08:29:54.036 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-07T08:29:54.036 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-07T08:29:54.037 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-05-07T08:29:54.037 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-07T08:29:54.037 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-07T08:29:54.037 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-07T08:29:54.037 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-07T08:29:54.037 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-07T08:29:54.038 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:29:54.038 DEBUG:teuthology.orchestra.run.smithi008:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-07T08:29:54.056 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = d73e7f90-0c4b-11ef-bc97-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = 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-05-07T08:29:54.056 DEBUG:teuthology.orchestra.run.smithi008:mon.a> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.a.service 2024-05-07T08:29:54.098 DEBUG:teuthology.orchestra.run.smithi008:mgr.a> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.a.service 2024-05-07T08:29:54.142 INFO:tasks.cephadm:Bootstrapping... 2024-05-07T08:29:54.142 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 -v bootstrap --fsid d73e7f90-0c4b-11ef-bc97-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.8 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:29:54.345 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-05-07T08:29:54.345 INFO:teuthology.orchestra.run.smithi008.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7', '-v', 'bootstrap', '--fsid', 'd73e7f90-0c4b-11ef-bc97-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.8', '--skip-admin-label'] 2024-05-07T08:29:54.345 INFO:teuthology.orchestra.run.smithi008.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-07T08:29:54.345 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying podman|docker is present... 2024-05-07T08:29:54.371 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-07T08:29:54.371 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying lvm2 is present... 2024-05-07T08:29:54.371 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying time synchronization is in place... 2024-05-07T08:29:54.379 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-07T08:29:54.379 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-07T08:29:54.386 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-07T08:29:54.386 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:29:54.393 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout enabled 2024-05-07T08:29:54.399 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout active 2024-05-07T08:29:54.399 INFO:teuthology.orchestra.run.smithi008.stdout:Unit chronyd.service is enabled and running 2024-05-07T08:29:54.399 INFO:teuthology.orchestra.run.smithi008.stdout:Repeating the final host check... 2024-05-07T08:29:54.424 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-07T08:29:54.424 INFO:teuthology.orchestra.run.smithi008.stdout:podman (/bin/podman) version 4.9.4 is present 2024-05-07T08:29:54.424 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl is present 2024-05-07T08:29:54.424 INFO:teuthology.orchestra.run.smithi008.stdout:lvcreate is present 2024-05-07T08:29:54.431 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-07T08:29:54.431 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-07T08:29:54.437 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-07T08:29:54.437 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:29:54.444 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout enabled 2024-05-07T08:29:54.451 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout active 2024-05-07T08:29:54.451 INFO:teuthology.orchestra.run.smithi008.stdout:Unit chronyd.service is enabled and running 2024-05-07T08:29:54.451 INFO:teuthology.orchestra.run.smithi008.stdout:Host looks OK 2024-05-07T08:29:54.451 INFO:teuthology.orchestra.run.smithi008.stdout:Cluster fsid: d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:29:54.451 INFO:teuthology.orchestra.run.smithi008.stdout:Acquiring lock 140137456159904 on /run/cephadm/d73e7f90-0c4b-11ef-bc97-c7b262605968.lock 2024-05-07T08:29:54.451 INFO:teuthology.orchestra.run.smithi008.stdout:Lock 140137456159904 acquired on /run/cephadm/d73e7f90-0c4b-11ef-bc97-c7b262605968.lock 2024-05-07T08:29:54.452 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying IP 172.21.15.8 port 3300 ... 2024-05-07T08:29:54.452 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying IP 172.21.15.8 port 6789 ... 2024-05-07T08:29:54.452 INFO:teuthology.orchestra.run.smithi008.stdout:Base mon IP(s) is [172.21.15.8:3300, 172.21.15.8:6789], mon addrv is [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-05-07T08:29:54.455 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.8 metric 100 2024-05-07T08:29:54.455 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2024-05-07T08:29:54.458 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-07T08:29:54.458 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-05-07T08:29:54.458 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-05-07T08:29:54.461 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-07T08:29:54.461 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-07T08:29:54.461 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-07T08:29:54.461 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-07T08:29:54.461 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:25fe/64 scope link noprefixroute 2024-05-07T08:29:54.461 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-07T08:29:54.462 INFO:teuthology.orchestra.run.smithi008.stdout:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-05-07T08:29:54.462 INFO:teuthology.orchestra.run.smithi008.stdout:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-05-07T08:29:54.462 INFO:teuthology.orchestra.run.smithi008.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-07T08:29:54.462 INFO:teuthology.orchestra.run.smithi008.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-07T08:29:54.462 INFO:teuthology.orchestra.run.smithi008.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:29:54.947 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe 2024-05-07T08:29:54.948 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7... 2024-05-07T08:29:54.948 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Getting image source signatures 2024-05-07T08:29:54.948 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying blob sha256:8e89d933d3e6b8a9532734352827dc6daf61f52846f6869a66dcdb355f4b67e9 2024-05-07T08:29:54.948 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying blob sha256:e2f2fd2adca92139da4b4b907fa90a6775d3eb4eddaa977c42ef37c66eea70bd 2024-05-07T08:29:54.948 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying config sha256:87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe 2024-05-07T08:29:54.948 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-07T08:29:55.952 INFO:teuthology.orchestra.run.smithi008.stdout:ceph: stdout ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev) 2024-05-07T08:29:55.952 INFO:teuthology.orchestra.run.smithi008.stdout:Ceph version: ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev) 2024-05-07T08:29:55.952 INFO:teuthology.orchestra.run.smithi008.stdout:Extracting ceph user uid/gid from container image... 2024-05-07T08:29:56.867 INFO:teuthology.orchestra.run.smithi008.stdout:stat: stdout 167 167 2024-05-07T08:29:56.867 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial keys... 2024-05-07T08:29:57.830 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQCF5jlmaTWGDBAAFzmEXgKdigRrmb1XP7nWUA== 2024-05-07T08:29:58.793 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQCG5jlmAFJsDRAAqNRz30cUMoMg+wjlVwnf1w== 2024-05-07T08:29:59.857 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQCH5jlmkf1HCBAAE7TbZVAl289DolLwyJwKqA== 2024-05-07T08:29:59.858 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial monmap... 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:monmaptool for a [v2:172.21.15.8:3300,v1:172.21.15.8:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:setting min_mon_release = quincy 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: set fsid to d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-07T08:30:00.922 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:30:00.923 INFO:teuthology.orchestra.run.smithi008.stdout:Creating mon... 2024-05-07T08:30:01.918 INFO:teuthology.orchestra.run.smithi008.stdout:create mon.a on 2024-05-07T08:30:02.123 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-05-07T08:30:02.272 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-07T08:30:02.455 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968.target → /etc/systemd/system/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968.target. 2024-05-07T08:30:02.455 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968.target → /etc/systemd/system/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968.target. 2024-05-07T08:30:02.691 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.a 2024-05-07T08:30:02.691 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-07T08:30:02.861 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968.target.wants/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.a.service → /etc/systemd/system/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@.service. 2024-05-07T08:30:03.410 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-07T08:30:03.411 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-05-07T08:30:03.418 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-07T08:30:03.418 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:30:03.418 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-05-07T08:30:03.418 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to enable service . firewalld.service is not available 2024-05-07T08:30:03.418 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mon to start... 2024-05-07T08:30:03.419 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mon... 2024-05-07T08:30:04.472 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout cluster: 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout id: d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout services: 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.602096s) 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:04.473 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout data: 2024-05-07T08:30:04.474 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-07T08:30:04.474 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-07T08:30:04.474 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-07T08:30:04.474 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout pgs: 2024-05-07T08:30:04.474 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:04.474 INFO:teuthology.orchestra.run.smithi008.stdout:mon is available 2024-05-07T08:30:04.474 INFO:teuthology.orchestra.run.smithi008.stdout:Assimilating anything we can from ceph.conf... 2024-05-07T08:30:07.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:07 smithi008 ceph-mon[27318]: from='client.? 172.21.15.8:0/1587074429' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-07T08:30:14.079 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:14.081 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [global] 2024-05-07T08:30:14.081 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout fsid = d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:14.081 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-05-07T08:30:14.081 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-07T08:30:14.081 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-07T08:30:14.081 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-07T08:30:14.081 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [osd] 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-07T08:30:14.082 INFO:teuthology.orchestra.run.smithi008.stdout:Generating new minimal ceph.conf... 2024-05-07T08:30:16.413 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:16 smithi008 ceph-mon[27318]: from='client.? 172.21.15.8:0/3787810629' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:30:16.641 INFO:teuthology.orchestra.run.smithi008.stdout:Restarting the monitor... 2024-05-07T08:30:16.706 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:16 smithi008 systemd[1]: Stopping Ceph mon.a for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:30:16.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:16 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a[27295]: 2024-05-07T08:30:16.918+0000 7fe579abe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:30:16.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:16 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a[27295]: 2024-05-07T08:30:16.918+0000 7fe579abe700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-07T08:30:17.284 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 podman[27650]: 2024-05-07 08:30:17.031379247 +0000 UTC m=+0.218232278 container died ead88058892c1fa8d80717aa510598acee9991d81f7e8b7204e7dc209c900bda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=squid-b05eb27, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-05-07T08:30:17.550 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 podman[27650]: 2024-05-07 08:30:17.381864829 +0000 UTC m=+0.568717857 container cleanup ead88058892c1fa8d80717aa510598acee9991d81f7e8b7204e7dc209c900bda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-07T08:30:17.551 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 bash[27650]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a 2024-05-07T08:30:17.968 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 podman[27668]: 2024-05-07 08:30:17.549651954 +0000 UTC m=+0.513931831 container remove ead88058892c1fa8d80717aa510598acee9991d81f7e8b7204e7dc209c900bda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, CEPH_POINT_RELEASE=) 2024-05-07T08:30:17.968 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-07T08:30:17.968 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 systemd[1]: Stopped Ceph mon.a for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:30:17.968 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 systemd[1]: Starting Ceph mon.a for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 podman[27771]: 2024-05-07 08:30:17.967095794 +0000 UTC m=+0.100095973 container create 99753bf0179e796493662ba9395a6f5c146fd207c95514ef73dfc201363c093c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=squid-b05eb27, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, 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=20240430) 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:17 smithi008 podman[27771]: 2024-05-07 08:30:17.885394265 +0000 UTC m=+0.018394460 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 podman[27771]: 2024-05-07 08:30:18.152908992 +0000 UTC m=+0.285909179 container init 99753bf0179e796493662ba9395a6f5c146fd207c95514ef73dfc201363c093c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240430, GIT_CLEAN=True, RELEASE=squid-b05eb27, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 podman[27771]: 2024-05-07 08:30:18.158590902 +0000 UTC m=+0.291591089 container start 99753bf0179e796493662ba9395a6f5c146fd207c95514ef73dfc201363c093c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, io.buildah.version=1.33.5) 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: set uid:gid to 167:167 (ceph:ceph) 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: ceph version 19.0.0-2504-gb05eb275 (b05eb2754514c6559f7c34d831877d418ea3a9c7) squid (dev), process ceph-mon, pid 7 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: pidfile_write: ignore empty --pid-file 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: load: jerasure load: lrc 2024-05-07T08:30:18.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: RocksDB version: 7.9.2 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Git sha 0 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Compile date 2024-05-05 15:22:23 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: DB SUMMARY 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: DB Session ID: OXQRZYMHX6FM5GX2D3Z3 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: CURRENT file: CURRENT 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: IDENTITY file: IDENTITY 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88745 ; 2024-05-07T08:30:18.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.error_if_exists: 0 2024-05-07T08:30:18.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.create_if_missing: 0 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.paranoid_checks: 1 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.env: 0x5653c9a3cc60 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.fs: PosixFileSystem 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.info_log: 0x5653ca8ebac0 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_file_opening_threads: 16 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.statistics: (nil) 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.use_fsync: 0 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_log_file_size: 0 2024-05-07T08:30:18.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.keep_log_file_num: 1000 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.recycle_log_file_num: 0 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.allow_fallocate: 1 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.allow_mmap_reads: 0 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.allow_mmap_writes: 0 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.use_direct_reads: 0 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.create_missing_column_families: 0 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.db_log_dir: 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.wal_dir: 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-07T08:30:18.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.advise_random_on_open: 1 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.db_write_buffer_size: 0 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.write_buffer_manager: 0x5653ca8be1e0 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.rate_limiter: (nil) 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-07T08:30:18.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.wal_recovery_mode: 2 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.enable_thread_tracking: 0 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.enable_pipelined_write: 0 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.unordered_write: 0 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.row_cache: None 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.wal_filter: None 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.allow_ingest_behind: 0 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.two_write_queues: 0 2024-05-07T08:30:18.244 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.manual_wal_flush: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.wal_compression: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.atomic_flush: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.log_readahead_size: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.best_efforts_recovery: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.allow_data_in_errors: 0 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.db_host_id: __hostname__ 2024-05-07T08:30:18.245 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_background_jobs: 2 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_background_compactions: -1 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_subcompactions: 1 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_total_wal_size: 0 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_open_files: -1 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bytes_per_sync: 0 2024-05-07T08:30:18.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_readahead_size: 0 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_background_flushes: -1 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Compression algorithms supported: 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: kZSTD supported: 0 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: kXpressCompression supported: 0 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: kLZ4HCCompression supported: 1 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: kZlibCompression supported: 1 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: kSnappyCompression supported: 1 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: kLZ4Compression supported: 1 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: kBZip2Compression supported: 0 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-07T08:30:18.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.merge_operator: 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_filter: None 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_filter_factory: None 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.sst_partitioner_factory: None 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5653ca8ebbc0) 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout: cache_index_and_filter_blocks: 1 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-07T08:30:18.248 INFO:journalctl@ceph.mon.a.smithi008.stdout: pin_top_level_index_and_filter: 1 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_type: 0 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: data_block_index_type: 0 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_shortening: 1 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: checksum: 4 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: no_block_cache: 0 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache: 0x5653ca8ef090 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_name: BinnedLRUCache 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_options: 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: capacity : 536870912 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: num_shard_bits : 4 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: strict_capacity_limit : 0 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: high_pri_pool_ratio: 0.000 2024-05-07T08:30:18.249 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_compressed: (nil) 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: persistent_cache: (nil) 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_size: 4096 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_size_deviation: 10 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_restart_interval: 16 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_block_restart_interval: 1 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: metadata_block_size: 4096 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: partition_filters: 0 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: use_delta_encoding: 1 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: filter_policy: bloomfilter 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: whole_key_filtering: 1 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: verify_compression: 0 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: read_amp_bytes_per_bit: 0 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: format_version: 5 2024-05-07T08:30:18.250 INFO:journalctl@ceph.mon.a.smithi008.stdout: enable_index_compression: 1 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_align: 0 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout: max_auto_readahead_size: 262144 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout: prepopulate_block_cache: 0 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout: initial_auto_readahead_size: 8192 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout: num_file_reads_for_auto_readahead: 2 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.write_buffer_size: 33554432 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_write_buffer_number: 2 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression: NoCompression 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression: Disabled 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.prefix_extractor: nullptr 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.num_levels: 7 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-07T08:30:18.251 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.level: 32767 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.strategy: 0 2024-05-07T08:30:18.252 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.enabled: false 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.target_file_size_base: 67108864 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-07T08:30:18.253 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.arena_block_size: 1048576 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-07T08:30:18.254 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.disable_auto_compactions: 0 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.table_properties_collectors: 2024-05-07T08:30:18.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.inplace_update_support: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.bloom_locality: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.max_successive_merges: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.paranoid_file_checks: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.force_consistency_checks: 1 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.report_bg_io_stats: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.ttl: 2592000 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-07T08:30:18.256 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.enable_blob_files: false 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.min_blob_size: 0 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.blob_file_size: 268435456 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.blob_file_starting_level: 0 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fe8bf876-e628-4dce-ac75-37142771b24a 2024-05-07T08:30:18.257 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715070618189162, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715070618190138, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85336, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83509, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77716, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1715070618, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fe8bf876-e628-4dce-ac75-37142771b24a", "db_session_id": "OXQRZYMHX6FM5GX2D3Z3", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715070618190223, "job": 1, "event": "recovery_finished"} 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5653ca9e0000 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: DB pointer 0x5653ca9ca000 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-07T08:30:18.258 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** DB Stats ** 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** Compaction Stats [default] ** 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: L0 2/0 85.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-07T08:30:18.259 INFO:journalctl@ceph.mon.a.smithi008.stdout: Sum 2/0 85.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** Compaction Stats [default] ** 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-07T08:30:18.260 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative compaction: 0.00 GB write, 26.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval compaction: 0.00 GB write, 26.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: Block cache BinnedLRUCache@0x5653ca8ef090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:30:18.261 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: starting mon.a rank 0 at public addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] at bind addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a@-1(???) e1 preinit fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a@-1(???).mds e1 new map 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a@-1(???).mds e1 print_map 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout: e1 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout: legacy client fscid: -1 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout: No filesystems configured 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:30:18.262 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:30:18.263 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-07T08:30:18.263 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 bash[27771]: 99753bf0179e796493662ba9395a6f5c146fd207c95514ef73dfc201363c093c 2024-05-07T08:30:18.263 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 systemd[1]: Started Ceph mon.a for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:30:18.263 INFO:teuthology.orchestra.run.smithi008.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-07T08:30:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-07T08:30:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: monmap epoch 1 2024-05-07T08:30:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: last_changed 2024-05-07T08:30:00.242830+0000 2024-05-07T08:30:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:30:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: min_mon_release 19 (squid) 2024-05-07T08:30:18.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: election_strategy: 1 2024-05-07T08:30:18.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:30:18.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: fsmap 2024-05-07T08:30:18.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: osdmap e1: 0 total, 0 up, 0 in 2024-05-07T08:30:18.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:18 smithi008 ceph-mon[27810]: mgrmap e1: no daemons active 2024-05-07T08:30:19.339 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-07T08:30:19.360 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:30:19.360 INFO:teuthology.orchestra.run.smithi008.stdout:Creating mgr... 2024-05-07T08:30:19.360 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-07T08:30:19.361 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-07T08:30:19.629 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.a 2024-05-07T08:30:19.630 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-07T08:30:19.789 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968.target.wants/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@.service. 2024-05-07T08:30:20.030 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:19 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2854528895' entity='client.admin' 2024-05-07T08:30:20.030 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:19 smithi008 systemd[1]: Starting Ceph mgr.a for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:30:20.297 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 podman[28051]: 2024-05-07 08:30:19.931022911 +0000 UTC m=+0.018484309 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 2024-05-07T08:30:20.298 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 podman[28051]: 2024-05-07 08:30:20.044071612 +0000 UTC m=+0.131532992 container create b81f89024e84972a580c117042531bc02785d5f1efbdafa4d5cc97790727e8c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430) 2024-05-07T08:30:20.298 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 podman[28051]: 2024-05-07 08:30:20.296387666 +0000 UTC m=+0.383849044 container init b81f89024e84972a580c117042531bc02785d5f1efbdafa4d5cc97790727e8c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T08:30:20.424 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-07T08:30:20.424 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-05-07T08:30:20.433 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-07T08:30:20.433 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:30:20.433 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-05-07T08:30:20.433 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to enable service . firewalld.service is not available 2024-05-07T08:30:20.444 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-07T08:30:20.445 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-05-07T08:30:20.454 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-07T08:30:20.454 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:30:20.454 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-05-07T08:30:20.454 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-07T08:30:20.454 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr to start... 2024-05-07T08:30:20.454 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr... 2024-05-07T08:30:20.582 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 podman[28051]: 2024-05-07 08:30:20.302605544 +0000 UTC m=+0.390066925 container start b81f89024e84972a580c117042531bc02785d5f1efbdafa4d5cc97790727e8c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27, io.buildah.version=1.33.5) 2024-05-07T08:30:20.582 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 bash[28051]: b81f89024e84972a580c117042531bc02785d5f1efbdafa4d5cc97790727e8c4 2024-05-07T08:30:20.582 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 systemd[1]: Started Ceph mgr.a for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:30:20.583 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:20.473+0000 7f19ebb94200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T08:30:20.892 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:20.678+0000 7f19ebb94200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:30:20.893 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:20 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:20.794+0000 7f19ebb94200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T08:30:21.177 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:21 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/340389380' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-07T08:30:21.497 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:21 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:21.175+0000 7f19ebb94200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T08:30:21.497 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:21 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:21.264+0000 7f19ebb94200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T08:30:22.565 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:22.565 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:30:22.565 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "d73e7f90-0c4b-11ef-bc97-c7b262605968", 2024-05-07T08:30:22.565 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-05-07T08:30:22.565 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-07T08:30:22.565 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-07T08:30:22.565 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-07T08:30:22.565 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-07T08:30:22.566 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-07T08:30:22.567 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-07T08:30:22.571 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:22.572 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-07T08:30:22.573 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:22.573 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-05-07T08:30:03.332601+0000", 2024-05-07T08:30:22.573 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:30:22.573 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:22.573 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-07T08:30:22.573 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:30:22.573 INFO:teuthology.orchestra.run.smithi008.stdout:mgr not available, waiting (1/15)... 2024-05-07T08:30:22.713 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:22 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:22.533+0000 7f19ebb94200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T08:30:22.997 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:22 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:22.710+0000 7f19ebb94200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T08:30:22.997 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:22 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:22.887+0000 7f19ebb94200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T08:30:23.494 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:23 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:23.185+0000 7f19ebb94200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T08:30:23.495 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:23 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:23.281+0000 7f19ebb94200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T08:30:23.495 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:23 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:23.492+0000 7f19ebb94200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T08:30:23.747 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:23 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:23.691+0000 7f19ebb94200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:30:24.691 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:24 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:24.320+0000 7f19ebb94200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T08:30:24.943 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:24 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:24.762+0000 7f19ebb94200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T08:30:24.943 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:24 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:24.877+0000 7f19ebb94200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T08:30:25.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:25 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/80528355' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-07T08:30:25.247 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:25 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:25.103+0000 7f19ebb94200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T08:30:25.747 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:25 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:25.653+0000 7f19ebb94200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T08:30:25.763 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:25.763 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:30:25.763 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "d73e7f90-0c4b-11ef-bc97-c7b262605968", 2024-05-07T08:30:25.763 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-05-07T08:30:25.763 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-07T08:30:25.763 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-07T08:30:25.763 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:25.764 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-07T08:30:25.765 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:25.765 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-07T08:30:25.765 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-07T08:30:25.765 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-07T08:30:25.765 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-07T08:30:25.765 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-07T08:30:25.765 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-07T08:30:25.768 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:25.769 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-07T08:30:25.770 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:25.771 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-05-07T08:30:03.332601+0000", 2024-05-07T08:30:25.771 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:30:25.771 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:25.771 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-07T08:30:25.771 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:30:25.771 INFO:teuthology.orchestra.run.smithi008.stdout:mgr not available, waiting (2/15)... 2024-05-07T08:30:26.003 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:25 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:25.748+0000 7f19ebb94200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T08:30:26.358 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:26 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:26.001+0000 7f19ebb94200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T08:30:26.358 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:26 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:26.139+0000 7f19ebb94200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T08:30:26.358 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:26 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:26.237+0000 7f19ebb94200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T08:30:26.358 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:26 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:26.356+0000 7f19ebb94200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T08:30:26.747 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:26 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:26.450+0000 7f19ebb94200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T08:30:27.571 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:27.294+0000 7f19ebb94200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T08:30:27.571 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:27.516+0000 7f19ebb94200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T08:30:27.875 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: Activating manager daemon a 2024-05-07T08:30:27.875 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: mgrmap e2: a(active, starting, since 0.00303487s) 2024-05-07T08:30:27.875 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T08:30:27.875 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T08:30:27.875 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T08:30:27.875 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:30:27.875 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T08:30:27.875 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: Manager daemon a is now available 2024-05-07T08:30:27.876 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T08:30:27.876 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' 2024-05-07T08:30:27.876 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T08:30:27.876 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' 2024-05-07T08:30:27.876 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:27 smithi008 ceph-mon[27810]: from='mgr.14100 172.21.15.8:0/1525321873' entity='mgr.a' 2024-05-07T08:30:28.780 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:28 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/1234660465' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-07T08:30:28.780 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:28 smithi008 ceph-mon[27810]: mgrmap e3: a(active, since 1.00703s) 2024-05-07T08:30:28.788 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:28.788 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:30:28.788 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "d73e7f90-0c4b-11ef-bc97-c7b262605968", 2024-05-07T08:30:28.788 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-05-07T08:30:28.788 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:28.789 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-07T08:30:28.790 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:28.791 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-05-07T08:30:03.332601+0000", 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:28.792 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-07T08:30:28.793 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:30:28.793 INFO:teuthology.orchestra.run.smithi008.stdout:mgr not available, waiting (3/15)... 2024-05-07T08:30:30.914 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:30 smithi008 ceph-mon[27810]: mgrmap e4: a(active, since 2s) 2024-05-07T08:30:31.921 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:31 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/3346182941' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "d73e7f90-0c4b-11ef-bc97-c7b262605968", 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:32.195 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-07T08:30:32.196 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:32.197 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-07T08:30:32.197 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-07T08:30:32.197 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-07T08:30:32.197 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-07T08:30:32.197 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-07T08:30:32.197 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-07T08:30:32.200 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:32.201 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-07T08:30:32.202 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-07T08:30:32.203 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-05-07T08:30:03.332601+0000", 2024-05-07T08:30:32.203 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-07T08:30:32.203 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-05-07T08:30:32.203 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-07T08:30:32.203 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:30:32.203 INFO:teuthology.orchestra.run.smithi008.stdout:mgr is available 2024-05-07T08:30:33.161 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:32 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2862998537' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-07T08:30:33.162 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:32 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2862998537' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [global] 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout fsid = d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-07T08:30:33.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-07T08:30:33.434 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-05-07T08:30:33.434 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [osd] 2024-05-07T08:30:33.434 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-07T08:30:33.434 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-07T08:30:33.434 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling cephadm module... 2024-05-07T08:30:34.535 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:34 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2567382018' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-07T08:30:34.535 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:34 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: ignoring --setuser ceph since I am not root 2024-05-07T08:30:34.535 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:34 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: ignoring --setgroup ceph since I am not root 2024-05-07T08:30:34.535 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:34 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:34.432+0000 7facf9794200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T08:30:34.827 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:34 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:34.626+0000 7facf9794200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:30:34.827 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:34 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:34.732+0000 7facf9794200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T08:30:35.085 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:35 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:35.058+0000 7facf9794200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T08:30:35.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:35 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2567382018' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-07T08:30:35.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:35 smithi008 ceph-mon[27810]: mgrmap e5: a(active, since 6s) 2024-05-07T08:30:35.497 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:35 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:35.152+0000 7facf9794200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T08:30:36.170 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:30:36.170 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-07T08:30:36.170 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-07T08:30:36.170 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-07T08:30:36.170 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-07T08:30:36.170 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:30:36.170 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for the mgr to restart... 2024-05-07T08:30:36.170 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr epoch 5... 2024-05-07T08:30:36.519 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:36 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/1318905623' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-07T08:30:36.520 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:36 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:36.421+0000 7facf9794200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T08:30:36.781 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:36 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:36.601+0000 7facf9794200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T08:30:36.781 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:36 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:36.779+0000 7facf9794200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T08:30:37.387 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:37 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:37.079+0000 7facf9794200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T08:30:37.387 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:37 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:37.175+0000 7facf9794200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T08:30:37.387 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:37 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:37.385+0000 7facf9794200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T08:30:37.747 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:37 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:37.585+0000 7facf9794200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:30:38.497 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:38 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:38.210+0000 7facf9794200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T08:30:38.958 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:38 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:38.647+0000 7facf9794200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T08:30:38.958 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:38 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:38.747+0000 7facf9794200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T08:30:38.958 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:38 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:38.956+0000 7facf9794200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T08:30:39.850 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:39 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:39.500+0000 7facf9794200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T08:30:39.850 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:39 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:39.596+0000 7facf9794200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T08:30:40.206 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:39 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:39.848+0000 7facf9794200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T08:30:40.206 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:39 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:39.986+0000 7facf9794200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T08:30:40.206 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:40 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:40.084+0000 7facf9794200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T08:30:40.206 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:40 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:40.204+0000 7facf9794200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T08:30:40.497 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:40 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:40.299+0000 7facf9794200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T08:30:41.422 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:41.143+0000 7facf9794200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T08:30:41.423 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:30:41.368+0000 7facf9794200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T08:30:41.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: Active manager daemon a restarted 2024-05-07T08:30:41.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: Activating manager daemon a 2024-05-07T08:30:41.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: osdmap e2: 0 total, 0 up, 0 in 2024-05-07T08:30:41.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: mgrmap e6: a(active, starting, since 0.00324084s) 2024-05-07T08:30:41.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: Manager daemon a is now available 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:30:41.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:41 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T08:30:42.698 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:42 smithi008 ceph-mon[27810]: Found migration_current of "None". Setting to last migration. 2024-05-07T08:30:42.698 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:42 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T08:30:42.698 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:42 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:42.699 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:42 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:42.699 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:42 smithi008 ceph-mon[27810]: mgrmap e7: a(active, since 1.00513s) 2024-05-07T08:30:42.944 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:30:42.944 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-07T08:30:42.944 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-07T08:30:42.944 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:30:42.944 INFO:teuthology.orchestra.run.smithi008.stdout:mgr epoch 5 is available 2024-05-07T08:30:42.944 INFO:teuthology.orchestra.run.smithi008.stdout:Setting orchestrator backend to cephadm... 2024-05-07T08:30:43.639 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:43 smithi008 ceph-mon[27810]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-07T08:30:43.639 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:43 smithi008 ceph-mon[27810]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-07T08:30:43.639 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:43 smithi008 ceph-mon[27810]: [07/May/2024:08:30:42] ENGINE Bus STARTING 2024-05-07T08:30:43.639 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:43 smithi008 ceph-mon[27810]: [07/May/2024:08:30:42] ENGINE Serving on https://172.21.15.8:7150 2024-05-07T08:30:43.639 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:43 smithi008 ceph-mon[27810]: [07/May/2024:08:30:42] ENGINE Serving on http://172.21.15.8:8765 2024-05-07T08:30:43.639 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:43 smithi008 ceph-mon[27810]: [07/May/2024:08:30:42] ENGINE Bus STARTED 2024-05-07T08:30:43.639 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:43 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:30:44.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:44 smithi008 ceph-mon[27810]: mgrmap e8: a(active, since 2s) 2024-05-07T08:30:44.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:44 smithi008 ceph-mon[27810]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:30:44.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:44 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:44.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:44 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:30:45.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:45 smithi008 ceph-mon[27810]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:30:45.541 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-07T08:30:45.541 INFO:teuthology.orchestra.run.smithi008.stdout:Generating ssh key... 2024-05-07T08:30:46.733 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-mon[27810]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:30:46.734 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-mon[27810]: Generating ssh key... 2024-05-07T08:30:46.734 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: Generating public/private rsa key pair. 2024-05-07T08:30:46.734 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: Your identification has been saved in /tmp/tmp8jvx83f5/key. 2024-05-07T08:30:46.734 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: Your public key has been saved in /tmp/tmp8jvx83f5/key.pub. 2024-05-07T08:30:46.734 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: The key fingerprint is: 2024-05-07T08:30:46.734 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: SHA256:hukNWrEo06ACPU7NUQtiwOiXkPDwvlgkJRYPqj2CDoU ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: The key's randomart image is: 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: +---[RSA 3072]----+ 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: |O=* o.. | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: |+&o+ o . | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: |E @.+ o | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: |+@ * . = | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: |B X o * S | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: |++ = + + | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: |... . . . | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: | | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: | | 2024-05-07T08:30:46.735 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:30:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: +----[SHA256]-----+ 2024-05-07T08:30:47.680 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:47 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:47.680 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:47 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:48.235 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MDIGKxCRn8qIKgkrvQcXG2cP4W7zd514SzQs2wtK2xxOw4ASLtlkGeQpbnFi1gikBGMOLf2OCBVweRzZXhgVvmyBQ5UsOq7A3IY5DDafAqHuSqYPWEmmQacZIj38idHeHJSZuEMU0V701xdakoZGJUGaTSdadRtBwY0nPCd19X89sFydWYkErKJjQLZP5WLNi/28+b1+fcwFFO9tojSVTaMljIu/HLweCLtbBRC56h9LgoVYa/Dndk43erHb8D1iBfTRC4mDT+kTrFjufFwCK97D/atzfKZeWP1CWdmYrxruEXZRAtqnxz5YAUEDMWBNg6qOhytwTy4bdvtDFtzlKxJtkyC9QJypg2USVSU/gxOChhipxifeXOSt+AlfbmIxr1GtAEV2nuOiPyWxFCK4x9PEVV/eA5pKaCyU2mG9H81huUyZQfc36A6NVkUnFUPsBFMEdatOgbW5cV4OTXReitdnLS0MvGMiWOslAAJimdYvWtvZonYNLn/aAW5p7A0= ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:30:48.236 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-07T08:30:48.236 INFO:teuthology.orchestra.run.smithi008.stdout:Adding key to root@localhost authorized_keys... 2024-05-07T08:30:48.236 INFO:teuthology.orchestra.run.smithi008.stdout:Adding host smithi008... 2024-05-07T08:30:48.485 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:48 smithi008 ceph-mon[27810]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:30:49.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:49 smithi008 ceph-mon[27810]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi008", "addr": "172.21.15.8", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:30:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:50 smithi008 ceph-mon[27810]: Deploying cephadm binary to smithi008 2024-05-07T08:30:53.776 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Added host 'smithi008' with addr '172.21.15.8' 2024-05-07T08:30:53.776 INFO:teuthology.orchestra.run.smithi008.stdout:Deploying unmanaged mon service... 2024-05-07T08:30:54.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:54 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:54.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:54 smithi008 ceph-mon[27810]: Added host smithi008 2024-05-07T08:30:54.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:54 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:30:55.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-07T08:30:55.105 INFO:teuthology.orchestra.run.smithi008.stdout:Deploying unmanaged mgr service... 2024-05-07T08:30:55.707 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:55 smithi008 ceph-mon[27810]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:30:55.707 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:55 smithi008 ceph-mon[27810]: Saving service mon spec with placement count:5 2024-05-07T08:30:55.707 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:55 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:57.014 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-07T08:30:57.276 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:57 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:57.276 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:57 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:57.276 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:57 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:30:58.387 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:58 smithi008 ceph-mon[27810]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:30:58.387 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:58 smithi008 ceph-mon[27810]: Saving service mgr spec with placement count:2 2024-05-07T08:30:58.387 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:30:58 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/232098553' entity='client.admin' 2024-05-07T08:30:59.859 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling the dashboard module... 2024-05-07T08:31:00.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:00 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:31:00.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:00 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2176953477' entity='client.admin' 2024-05-07T08:31:01.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:01 smithi008 ceph-mon[27810]: from='mgr.14120 172.21.15.8:0/531717412' entity='mgr.a' 2024-05-07T08:31:01.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:01 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/1587466001' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-07T08:31:01.748 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:01 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: ignoring --setuser ceph since I am not root 2024-05-07T08:31:01.748 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:01 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: ignoring --setgroup ceph since I am not root 2024-05-07T08:31:01.748 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:01 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:01.584+0000 7f55c1d32200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T08:31:02.181 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:01 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:01.778+0000 7f55c1d32200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:31:02.182 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:01 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:01.886+0000 7f55c1d32200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T08:31:02.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:02 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/1587466001' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-07T08:31:02.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:02 smithi008 ceph-mon[27810]: mgrmap e9: a(active, since 20s) 2024-05-07T08:31:02.497 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:02 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:02.210+0000 7f55c1d32200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T08:31:02.497 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:02 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:02.300+0000 7f55c1d32200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T08:31:03.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:03 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/994436872' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-07T08:31:03.747 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:03 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:03.589+0000 7f55c1d32200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T08:31:04.115 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:03 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:03.768+0000 7f55c1d32200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T08:31:04.116 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:03 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:03.946+0000 7f55c1d32200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T08:31:04.119 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:31:04.119 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-07T08:31:04.119 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-07T08:31:04.119 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-07T08:31:04.119 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-07T08:31:04.119 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:31:04.119 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for the mgr to restart... 2024-05-07T08:31:04.119 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr epoch 9... 2024-05-07T08:31:04.381 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:04 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:04.256+0000 7f55c1d32200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T08:31:04.381 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:04 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:04.354+0000 7f55c1d32200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T08:31:04.685 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:04 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:04.573+0000 7f55c1d32200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T08:31:04.997 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:04 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:04.779+0000 7f55c1d32200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:31:05.747 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:05 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:05.409+0000 7f55c1d32200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T08:31:06.161 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:05 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:05.849+0000 7f55c1d32200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T08:31:06.161 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:05 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:05.949+0000 7f55c1d32200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T08:31:06.162 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:06 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:06.159+0000 7f55c1d32200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T08:31:06.997 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:06 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:06.705+0000 7f55c1d32200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T08:31:06.997 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:06 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:06.801+0000 7f55c1d32200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T08:31:07.415 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:07 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:07.054+0000 7f55c1d32200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T08:31:07.416 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:07 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:07.193+0000 7f55c1d32200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T08:31:07.416 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:07 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:07.293+0000 7f55c1d32200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T08:31:07.416 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:07 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:07.413+0000 7f55c1d32200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T08:31:07.747 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:07 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:07.509+0000 7f55c1d32200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T08:31:08.643 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:08.358+0000 7f55c1d32200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T08:31:08.643 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:31:08.587+0000 7f55c1d32200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T08:31:08.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: Active manager daemon a restarted 2024-05-07T08:31:08.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: Activating manager daemon a 2024-05-07T08:31:08.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: osdmap e3: 0 total, 0 up, 0 in 2024-05-07T08:31:08.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: mgrmap e10: a(active, starting, since 0.0033857s) 2024-05-07T08:31:08.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:31:08.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-07T08:31:08.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-07T08:31:08.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-07T08:31:08.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-07T08:31:08.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: Manager daemon a is now available 2024-05-07T08:31:08.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:31:09.965 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-07T08:31:09.966 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-07T08:31:09.966 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:09 smithi008 ceph-mon[27810]: mgrmap e11: a(active, since 1.00657s) 2024-05-07T08:31:10.186 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-05-07T08:31:10.186 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-07T08:31:10.186 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-07T08:31:10.186 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-05-07T08:31:10.186 INFO:teuthology.orchestra.run.smithi008.stdout:mgr epoch 9 is available 2024-05-07T08:31:10.186 INFO:teuthology.orchestra.run.smithi008.stdout:Generating a dashboard self-signed certificate... 2024-05-07T08:31:10.898 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:10 smithi008 ceph-mon[27810]: [07/May/2024:08:31:09] ENGINE Bus STARTING 2024-05-07T08:31:10.898 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:10 smithi008 ceph-mon[27810]: [07/May/2024:08:31:10] ENGINE Serving on https://172.21.15.8:7150 2024-05-07T08:31:10.899 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:10 smithi008 ceph-mon[27810]: [07/May/2024:08:31:10] ENGINE Serving on http://172.21.15.8:8765 2024-05-07T08:31:10.899 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:10 smithi008 ceph-mon[27810]: [07/May/2024:08:31:10] ENGINE Bus STARTED 2024-05-07T08:31:11.933 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:11 smithi008 ceph-mon[27810]: mgrmap e12: a(active, since 2s) 2024-05-07T08:31:11.933 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:11.933 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:11 smithi008 ceph-mon[27810]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:31:11.933 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:11.933 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:11.935 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-07T08:31:11.935 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial admin user... 2024-05-07T08:31:13.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:13.163 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:13.730 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$0hOsJRhbwLXw5RI6znEGfegvkUAk8NajZW0DLOpF3mpJsDPlisvHu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715070672, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-07T08:31:13.730 INFO:teuthology.orchestra.run.smithi008.stdout:Fetching dashboard port number... 2024-05-07T08:31:14.105 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:13 smithi008 ceph-mon[27810]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:31:15.138 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 8443 2024-05-07T08:31:15.149 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-07T08:31:15.150 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-05-07T08:31:15.158 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-07T08:31:15.158 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-05-07T08:31:15.158 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-05-07T08:31:15.158 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-07T08:31:15.160 INFO:teuthology.orchestra.run.smithi008.stdout:Ceph Dashboard is now available at: 2024-05-07T08:31:15.160 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:15.160 INFO:teuthology.orchestra.run.smithi008.stdout: URL: https://smithi008.front.sepia.ceph.com:8443/ 2024-05-07T08:31:15.160 INFO:teuthology.orchestra.run.smithi008.stdout: User: admin 2024-05-07T08:31:15.160 INFO:teuthology.orchestra.run.smithi008.stdout: Password: fil471rzgq 2024-05-07T08:31:15.160 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:15.160 INFO:teuthology.orchestra.run.smithi008.stdout:Saving cluster configuration to /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config directory 2024-05-07T08:31:15.161 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling autotune for osd_memory_target 2024-05-07T08:31:15.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:14 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2404494753' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-07T08:31:16.133 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:15 smithi008 ceph-mon[27810]: mgrmap e13: a(active, since 6s) 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout:Or, if you are only running a single cluster on this host: 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-07T08:31:17.752 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:17.753 INFO:teuthology.orchestra.run.smithi008.stdout: ceph telemetry on 2024-05-07T08:31:17.753 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:17.753 INFO:teuthology.orchestra.run.smithi008.stdout:For more information see: 2024-05-07T08:31:17.753 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:17.753 INFO:teuthology.orchestra.run.smithi008.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-07T08:31:17.753 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:17.753 INFO:teuthology.orchestra.run.smithi008.stdout:Bootstrap complete. 2024-05-07T08:31:17.797 INFO:tasks.cephadm:Fetching config... 2024-05-07T08:31:17.797 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:31:17.797 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-07T08:31:17.816 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-07T08:31:17.816 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:31:17.816 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-07T08:31:17.874 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-07T08:31:17.874 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:31:17.874 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-07T08:31:17.941 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-07T08:31:17.941 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:31:17.941 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-07T08:31:17.998 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-07T08:31:17.998 DEBUG:teuthology.orchestra.run.smithi008:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MDIGKxCRn8qIKgkrvQcXG2cP4W7zd514SzQs2wtK2xxOw4ASLtlkGeQpbnFi1gikBGMOLf2OCBVweRzZXhgVvmyBQ5UsOq7A3IY5DDafAqHuSqYPWEmmQacZIj38idHeHJSZuEMU0V701xdakoZGJUGaTSdadRtBwY0nPCd19X89sFydWYkErKJjQLZP5WLNi/28+b1+fcwFFO9tojSVTaMljIu/HLweCLtbBRC56h9LgoVYa/Dndk43erHb8D1iBfTRC4mDT+kTrFjufFwCK97D/atzfKZeWP1CWdmYrxruEXZRAtqnxz5YAUEDMWBNg6qOhytwTy4bdvtDFtzlKxJtkyC9QJypg2USVSU/gxOChhipxifeXOSt+AlfbmIxr1GtAEV2nuOiPyWxFCK4x9PEVV/eA5pKaCyU2mG9H81huUyZQfc36A6NVkUnFUPsBFMEdatOgbW5cV4OTXReitdnLS0MvGMiWOslAAJimdYvWtvZonYNLn/aAW5p7A0= ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-07T08:31:18.094 INFO:teuthology.orchestra.run.smithi008.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MDIGKxCRn8qIKgkrvQcXG2cP4W7zd514SzQs2wtK2xxOw4ASLtlkGeQpbnFi1gikBGMOLf2OCBVweRzZXhgVvmyBQ5UsOq7A3IY5DDafAqHuSqYPWEmmQacZIj38idHeHJSZuEMU0V701xdakoZGJUGaTSdadRtBwY0nPCd19X89sFydWYkErKJjQLZP5WLNi/28+b1+fcwFFO9tojSVTaMljIu/HLweCLtbBRC56h9LgoVYa/Dndk43erHb8D1iBfTRC4mDT+kTrFjufFwCK97D/atzfKZeWP1CWdmYrxruEXZRAtqnxz5YAUEDMWBNg6qOhytwTy4bdvtDFtzlKxJtkyC9QJypg2USVSU/gxOChhipxifeXOSt+AlfbmIxr1GtAEV2nuOiPyWxFCK4x9PEVV/eA5pKaCyU2mG9H81huUyZQfc36A6NVkUnFUPsBFMEdatOgbW5cV4OTXReitdnLS0MvGMiWOslAAJimdYvWtvZonYNLn/aAW5p7A0= ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:31:18.107 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MDIGKxCRn8qIKgkrvQcXG2cP4W7zd514SzQs2wtK2xxOw4ASLtlkGeQpbnFi1gikBGMOLf2OCBVweRzZXhgVvmyBQ5UsOq7A3IY5DDafAqHuSqYPWEmmQacZIj38idHeHJSZuEMU0V701xdakoZGJUGaTSdadRtBwY0nPCd19X89sFydWYkErKJjQLZP5WLNi/28+b1+fcwFFO9tojSVTaMljIu/HLweCLtbBRC56h9LgoVYa/Dndk43erHb8D1iBfTRC4mDT+kTrFjufFwCK97D/atzfKZeWP1CWdmYrxruEXZRAtqnxz5YAUEDMWBNg6qOhytwTy4bdvtDFtzlKxJtkyC9QJypg2USVSU/gxOChhipxifeXOSt+AlfbmIxr1GtAEV2nuOiPyWxFCK4x9PEVV/eA5pKaCyU2mG9H81huUyZQfc36A6NVkUnFUPsBFMEdatOgbW5cV4OTXReitdnLS0MvGMiWOslAAJimdYvWtvZonYNLn/aAW5p7A0= ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-07T08:31:18.152 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MDIGKxCRn8qIKgkrvQcXG2cP4W7zd514SzQs2wtK2xxOw4ASLtlkGeQpbnFi1gikBGMOLf2OCBVweRzZXhgVvmyBQ5UsOq7A3IY5DDafAqHuSqYPWEmmQacZIj38idHeHJSZuEMU0V701xdakoZGJUGaTSdadRtBwY0nPCd19X89sFydWYkErKJjQLZP5WLNi/28+b1+fcwFFO9tojSVTaMljIu/HLweCLtbBRC56h9LgoVYa/Dndk43erHb8D1iBfTRC4mDT+kTrFjufFwCK97D/atzfKZeWP1CWdmYrxruEXZRAtqnxz5YAUEDMWBNg6qOhytwTy4bdvtDFtzlKxJtkyC9QJypg2USVSU/gxOChhipxifeXOSt+AlfbmIxr1GtAEV2nuOiPyWxFCK4x9PEVV/eA5pKaCyU2mG9H81huUyZQfc36A6NVkUnFUPsBFMEdatOgbW5cV4OTXReitdnLS0MvGMiWOslAAJimdYvWtvZonYNLn/aAW5p7A0= ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:31:18.165 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MDIGKxCRn8qIKgkrvQcXG2cP4W7zd514SzQs2wtK2xxOw4ASLtlkGeQpbnFi1gikBGMOLf2OCBVweRzZXhgVvmyBQ5UsOq7A3IY5DDafAqHuSqYPWEmmQacZIj38idHeHJSZuEMU0V701xdakoZGJUGaTSdadRtBwY0nPCd19X89sFydWYkErKJjQLZP5WLNi/28+b1+fcwFFO9tojSVTaMljIu/HLweCLtbBRC56h9LgoVYa/Dndk43erHb8D1iBfTRC4mDT+kTrFjufFwCK97D/atzfKZeWP1CWdmYrxruEXZRAtqnxz5YAUEDMWBNg6qOhytwTy4bdvtDFtzlKxJtkyC9QJypg2USVSU/gxOChhipxifeXOSt+AlfbmIxr1GtAEV2nuOiPyWxFCK4x9PEVV/eA5pKaCyU2mG9H81huUyZQfc36A6NVkUnFUPsBFMEdatOgbW5cV4OTXReitdnLS0MvGMiWOslAAJimdYvWtvZonYNLn/aAW5p7A0= ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-07T08:31:18.207 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MDIGKxCRn8qIKgkrvQcXG2cP4W7zd514SzQs2wtK2xxOw4ASLtlkGeQpbnFi1gikBGMOLf2OCBVweRzZXhgVvmyBQ5UsOq7A3IY5DDafAqHuSqYPWEmmQacZIj38idHeHJSZuEMU0V701xdakoZGJUGaTSdadRtBwY0nPCd19X89sFydWYkErKJjQLZP5WLNi/28+b1+fcwFFO9tojSVTaMljIu/HLweCLtbBRC56h9LgoVYa/Dndk43erHb8D1iBfTRC4mDT+kTrFjufFwCK97D/atzfKZeWP1CWdmYrxruEXZRAtqnxz5YAUEDMWBNg6qOhytwTy4bdvtDFtzlKxJtkyC9QJypg2USVSU/gxOChhipxifeXOSt+AlfbmIxr1GtAEV2nuOiPyWxFCK4x9PEVV/eA5pKaCyU2mG9H81huUyZQfc36A6NVkUnFUPsBFMEdatOgbW5cV4OTXReitdnLS0MvGMiWOslAAJimdYvWtvZonYNLn/aAW5p7A0= ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:31:18.220 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-07T08:31:18.466 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:31:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:18 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2251570097' entity='client.admin' 2024-05-07T08:31:21.761 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-07T08:31:21.762 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-07T08:31:22.352 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:31:22.425 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:22 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/3543978240' entity='client.admin' 2024-05-07T08:31:23.366 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:23.366 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:23.366 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:31:23.366 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:23.366 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:31:23.366 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:24.753 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi047 2024-05-07T08:31:24.753 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:31:24.754 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.conf 2024-05-07T08:31:24.774 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:31:24.774 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:31:24.832 INFO:tasks.cephadm:Adding host smithi047 to orchestrator... 2024-05-07T08:31:24.833 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch host add smithi047 2024-05-07T08:31:25.080 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:31:25.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:25 smithi008 ceph-mon[27810]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:31:25.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:25 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:25.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:25 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:31:25.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:25 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:25.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:25 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:31:25.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:25 smithi008 ceph-mon[27810]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:31:25.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:25 smithi008 ceph-mon[27810]: Updating smithi008:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:31:26.380 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:26 smithi008 ceph-mon[27810]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:31:26.380 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:26 smithi008 ceph-mon[27810]: Updating smithi008:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:31:26.381 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:26 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:26.381 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:26 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:26.381 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:26 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:27.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:27 smithi008 ceph-mon[27810]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:31:27.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:27 smithi008 ceph-mon[27810]: Deploying cephadm binary to smithi047 2024-05-07T08:31:29.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:29 smithi008 ceph-mon[27810]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:31.153 INFO:teuthology.orchestra.run.smithi008.stdout:Added host 'smithi047' with addr '172.21.15.47' 2024-05-07T08:31:31.720 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-07T08:31:31.969 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:31:32.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:32 smithi008 ceph-mon[27810]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:32.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:32 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:32.416 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:32 smithi008 ceph-mon[27810]: Added host smithi047 2024-05-07T08:31:32.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:32 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:31:32.417 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:32 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:33.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:33 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:33.762 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:33.763 INFO:teuthology.orchestra.run.smithi008.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}] 2024-05-07T08:31:34.318 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:34 smithi008 ceph-mon[27810]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:34.318 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:34 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:34.346 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi107 2024-05-07T08:31:34.347 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:31:34.347 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.conf 2024-05-07T08:31:34.366 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:31:34.367 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:31:34.425 INFO:tasks.cephadm:Adding host smithi107 to orchestrator... 2024-05-07T08:31:34.425 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch host add smithi107 2024-05-07T08:31:34.674 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:31:35.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:35 smithi008 ceph-mon[27810]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:31:36.302 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:36 smithi008 ceph-mon[27810]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:38.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:38.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:31:38.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:38.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:38.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:38.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:38.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:31:38.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:38.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:31:38.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:31:38.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:31:38.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:37 smithi008 ceph-mon[27810]: Deploying cephadm binary to smithi107 2024-05-07T08:31:39.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:38 smithi008 ceph-mon[27810]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:31:39.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:38 smithi008 ceph-mon[27810]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:31:40.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:39 smithi008 ceph-mon[27810]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:40.954 INFO:teuthology.orchestra.run.smithi008.stdout:Added host 'smithi107' with addr '172.21.15.107' 2024-05-07T08:31:41.473 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-07T08:31:41.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:41.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:41.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:41.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:41.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:31:41.721 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:31:42.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:42 smithi008 ceph-mon[27810]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:42.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:42 smithi008 ceph-mon[27810]: Added host smithi107 2024-05-07T08:31:42.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:42.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:43.428 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:31:43.429 INFO:teuthology.orchestra.run.smithi008.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}] 2024-05-07T08:31:44.112 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-07T08:31:44.112 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-07T08:31:44.400 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:31:44.642 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:44 smithi008 ceph-mon[27810]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:44.642 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:44 smithi008 ceph-mon[27810]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:31:44.642 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:44 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:46.361 INFO:teuthology.orchestra.run.smithi008.stderr:adjusted tunables profile to default 2024-05-07T08:31:46.686 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:46 smithi008 ceph-mon[27810]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:46.686 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:46 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/679076338' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-07T08:31:47.007 INFO:tasks.cephadm:Adding mon.a on smithi008 2024-05-07T08:31:47.007 INFO:tasks.cephadm:Adding mon.b on smithi047 2024-05-07T08:31:47.007 INFO:tasks.cephadm:Adding mon.c on smithi107 2024-05-07T08:31:47.007 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c' 2024-05-07T08:31:47.240 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:31:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/679076338' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-07T08:31:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:31:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:31:47.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:47.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:31:48.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:48 smithi008 ceph-mon[27810]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:48 smithi008 ceph-mon[27810]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:31:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:48 smithi008 ceph-mon[27810]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:31:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:48 smithi008 ceph-mon[27810]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:31:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:48 smithi008 ceph-mon[27810]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:31:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:48.889 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mon update... 2024-05-07T08:31:49.486 DEBUG:teuthology.orchestra.run.smithi047:mon.b> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.b.service 2024-05-07T08:31:49.489 DEBUG:teuthology.orchestra.run.smithi107:mon.c> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.c.service 2024-05-07T08:31:49.491 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-07T08:31:49.492 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-07T08:31:50.224 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:31:50.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:50.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:31:50.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c;count:3 2024-05-07T08:31:50.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:50.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:31:50.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:50.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:31:50.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:50.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:31:50.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:50.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:49 smithi008 ceph-mon[27810]: Deploying daemon mon.c on smithi107 2024-05-07T08:31:52.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:51 smithi008 ceph-mon[27810]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:52.366 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:31:52.366 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"d73e7f90-0c4b-11ef-bc97-c7b262605968","modified":"2024-05-07T08:30:00.242830Z","created":"2024-05-07T08:30:00.242830Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-07T08:31:52.368 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2024-05-07T08:31:53.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:52 smithi008 ceph-mon[27810]: from='client.? 172.21.15.107:0/1919152666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:31:54.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:31:53 smithi008 ceph-mon[27810]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:54.583 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-07T08:31:54.584 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-07T08:31:55.143 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(???) e0 preinit fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:31:55.305 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:31:55.428 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).mds e1 new map 2024-05-07T08:31:55.428 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).mds e1 print_map 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout: e1 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout: legacy client fscid: -1 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout: 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout: No filesystems configured 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-07T08:31:55.429 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.430 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Deploying cephadm binary to smithi107 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.431 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Added host smithi107 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/679076338' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-07T08:31:55.432 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/679076338' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:31:55.433 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c;count:3 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:31:55.434 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: Deploying daemon mon.c on smithi107 2024-05-07T08:31:55.435 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.435 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: from='client.? 172.21.15.107:0/1919152666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:31:55.435 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:31:55.435 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 ceph-mon[31948]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-07T08:31:55.435 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 bash[31883]: 107313bd5f3efda308ff7a7f0f36533a5eed6140eda7a1996f480e506258273f 2024-05-07T08:31:55.435 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:31:55 smithi107 systemd[1]: Started Ceph mon.c for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:32:00.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:00.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: mon.a calling monitor election 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: mon.c calling monitor election 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: monmap epoch 2 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: last_changed 2024-05-07T08:31:55.162974+0000 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: min_mon_release 19 (squid) 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: election_strategy: 1 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: fsmap 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: mgrmap e13: a(active, since 51s) 2024-05-07T08:32:00.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: overall HEALTH_OK 2024-05-07T08:32:00.500 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:00.500 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: mon.a calling monitor election 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: mon.c calling monitor election 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:00.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: monmap epoch 2 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: last_changed 2024-05-07T08:31:55.162974+0000 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: min_mon_release 19 (squid) 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: election_strategy: 1 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:00.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: fsmap 2024-05-07T08:32:00.503 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:00.503 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: mgrmap e13: a(active, since 51s) 2024-05-07T08:32:00.503 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: overall HEALTH_OK 2024-05-07T08:32:00.503 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:00.503 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:00.846 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:32:00.846 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":2,"fsid":"d73e7f90-0c4b-11ef-bc97-c7b262605968","modified":"2024-05-07T08:31:55.162974Z","created":"2024-05-07T08:30:00.242830Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-07T08:32:00.848 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 2 2024-05-07T08:32:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:01 smithi008 ceph-mon[27810]: Deploying daemon mon.b on smithi047 2024-05-07T08:32:01.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:01 smithi008 ceph-mon[27810]: from='client.? 172.21.15.107:0/1769355096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:32:01.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:01.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:01.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:01.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:01.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:01 smithi107 ceph-mon[31948]: Deploying daemon mon.b on smithi047 2024-05-07T08:32:01.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:01 smithi107 ceph-mon[31948]: from='client.? 172.21.15.107:0/1769355096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:32:01.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:02.359 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-07T08:32:02.360 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-07T08:32:02.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:02 smithi008 ceph-mon[27810]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:02.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:02 smithi107 ceph-mon[31948]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:02.609 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:32:04.452 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).mds e1 print_map 2024-05-07T08:32:04.452 INFO:journalctl@ceph.mon.b.smithi047.stdout: e1 2024-05-07T08:32:04.452 INFO:journalctl@ceph.mon.b.smithi047.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-07T08:32:04.452 INFO:journalctl@ceph.mon.b.smithi047.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-07T08:32:04.452 INFO:journalctl@ceph.mon.b.smithi047.stdout: legacy client fscid: -1 2024-05-07T08:32:04.452 INFO:journalctl@ceph.mon.b.smithi047.stdout: 2024-05-07T08:32:04.452 INFO:journalctl@ceph.mon.b.smithi047.stdout: No filesystems configured 2024-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: 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-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:32:04.453 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:32:04.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:04 smithi008 ceph-mon[27810]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:04 smithi107 ceph-mon[31948]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Deploying cephadm binary to smithi107 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Added host smithi107 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/679076338' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/679076338' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-07T08:32:04.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:32:04.946 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;smithi107:172.21.15.107=c;count:3 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:04.947 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Deploying daemon mon.c on smithi107 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='client.? 172.21.15.107:0/1919152666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.a calling monitor election 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:04.948 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.c calling monitor election 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: monmap epoch 2 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: last_changed 2024-05-07T08:31:55.162974+0000 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: min_mon_release 19 (squid) 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: election_strategy: 1 2024-05-07T08:32:04.949 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: fsmap 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mgrmap e13: a(active, since 51s) 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: overall HEALTH_OK 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: Deploying daemon mon.b on smithi047 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='client.? 172.21.15.107:0/1769355096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:04.950 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.951 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:04.951 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 ceph-mon[31253]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-07T08:32:04.951 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 bash[31215]: 5a2025f91df0d2452fd5a983aae6971215282c4e7053e49a88f9a6db25f0dc28 2024-05-07T08:32:04.951 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:04 smithi047 systemd[1]: Started Ceph mon.b for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:32:09.468 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-07T08:32:09.469 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":3,"fsid":"d73e7f90-0c4b-11ef-bc97-c7b262605968","modified":"2024-05-07T08:32:04.457508Z","created":"2024-05-07T08:30:00.242830Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-07T08:32:09.472 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 3 2024-05-07T08:32:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:32:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: mon.c calling monitor election 2024-05-07T08:32:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: mon.a calling monitor election 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='client.? 172.21.15.107:0/3544262087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:32:09.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: monmap epoch 3 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: last_changed 2024-05-07T08:32:04.457508+0000 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: min_mon_release 19 (squid) 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: election_strategy: 1 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: fsmap 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: mgrmap e13: a(active, since 60s) 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-07T08:32:09.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-07T08:32:09.753 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-07T08:32:09.753 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-07T08:32:09.753 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:09.753 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:09.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:32:09.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: mon.c calling monitor election 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: mon.a calling monitor election 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='client.? 172.21.15.107:0/3544262087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:09.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: monmap epoch 3 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: last_changed 2024-05-07T08:32:04.457508+0000 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: min_mon_release 19 (squid) 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: election_strategy: 1 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: fsmap 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: mgrmap e13: a(active, since 60s) 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-07T08:32:09.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-07T08:32:10.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-07T08:32:10.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:10.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:10.071 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-07T08:32:10.072 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-07T08:32:10.328 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:32:10.714 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:10.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:10.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:10.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:11.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:10 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:11.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:10 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:11.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:10 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:11.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:10 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:11.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:32:11.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.c calling monitor election 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.a calling monitor election 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='client.? 172.21.15.107:0/3544262087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:11.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: monmap epoch 3 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: last_changed 2024-05-07T08:32:04.457508+0000 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: min_mon_release 19 (squid) 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: election_strategy: 1 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: fsmap 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mgrmap e13: a(active, since 60s) 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-07T08:32:11.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-07T08:32:11.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-07T08:32:11.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-05-07T08:32:11.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:11.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:11.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:11.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:11.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:11.945 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:12.153 INFO:teuthology.orchestra.run.smithi008.stdout:# minimal ceph.conf for d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:12.153 INFO:teuthology.orchestra.run.smithi008.stdout:[global] 2024-05-07T08:32:12.153 INFO:teuthology.orchestra.run.smithi008.stdout: fsid = d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:12.153 INFO:teuthology.orchestra.run.smithi008.stdout: mon_host = [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] 2024-05-07T08:32:12.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: mon.b calling monitor election 2024-05-07T08:32:12.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:12.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: Updating smithi008:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: mon.b calling monitor election 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: mon.c calling monitor election 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: mon.a calling monitor election 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: monmap epoch 3 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: last_changed 2024-05-07T08:32:04.457508+0000 2024-05-07T08:32:12.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: min_mon_release 19 (squid) 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: election_strategy: 1 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: fsmap 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: mgrmap e13: a(active, since 62s) 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: Cluster is now healthy 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: overall HEALTH_OK 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.249 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:12.250 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: mon.b calling monitor election 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: Updating smithi008:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: mon.b calling monitor election 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: mon.c calling monitor election 2024-05-07T08:32:12.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: mon.a calling monitor election 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: monmap epoch 3 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: last_changed 2024-05-07T08:32:04.457508+0000 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: min_mon_release 19 (squid) 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: election_strategy: 1 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: fsmap 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: mgrmap e13: a(active, since 62s) 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-07T08:32:12.252 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: Cluster is now healthy 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: overall HEALTH_OK 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:12.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:11 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.b calling monitor election 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Updating smithi107:/etc/ceph/ceph.conf 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Updating smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Updating smithi008:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:32:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.b calling monitor election 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.c calling monitor election 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.a calling monitor election 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: monmap epoch 3 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: last_changed 2024-05-07T08:32:04.457508+0000 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: min_mon_release 19 (squid) 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: election_strategy: 1 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: 1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: fsmap 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: osdmap e4: 0 total, 0 up, 0 in 2024-05-07T08:32:12.444 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: mgrmap e13: a(active, since 62s) 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: Cluster is now healthy 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: overall HEALTH_OK 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:12.446 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:12.446 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:12.446 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:12.771 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-07T08:32:12.771 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:32:12.771 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.conf 2024-05-07T08:32:12.799 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:32:12.800 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:32:12.866 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:32:12.867 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-05-07T08:32:12.901 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:32:12.901 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:32:12.972 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:32:12.972 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2024-05-07T08:32:12.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:12 smithi008 ceph-mon[27810]: Reconfiguring mon.a (unknown last config time)... 2024-05-07T08:32:12.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:12 smithi008 ceph-mon[27810]: Reconfiguring daemon mon.a on smithi008 2024-05-07T08:32:12.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:12 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/4179961677' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:12.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:13.005 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:32:13.005 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:32:13.073 INFO:tasks.cephadm:Adding mgr.a on smithi008 2024-05-07T08:32:13.074 INFO:tasks.cephadm:Adding mgr.b on smithi047 2024-05-07T08:32:13.074 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi008=a;smithi047=b' 2024-05-07T08:32:13.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:12 smithi047 ceph-mon[31253]: Reconfiguring mon.a (unknown last config time)... 2024-05-07T08:32:13.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:12 smithi047 ceph-mon[31253]: Reconfiguring daemon mon.a on smithi008 2024-05-07T08:32:13.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:12 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/4179961677' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:13.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:13.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:12 smithi107 ceph-mon[31948]: Reconfiguring mon.a (unknown last config time)... 2024-05-07T08:32:13.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:12 smithi107 ceph-mon[31948]: Reconfiguring daemon mon.a on smithi008 2024-05-07T08:32:13.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:12 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/4179961677' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:13.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:32:13.350 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:32:13.726 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:32:13 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:32:13.457+0000 7f557f1d6700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-05-07T08:32:13.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:13 smithi008 ceph-mon[27810]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:13.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:13 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:14.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:13 smithi107 ceph-mon[31948]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:14.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:13 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:14.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:13 smithi047 ceph-mon[31253]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:14.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:13 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:15.136 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mgr update... 2024-05-07T08:32:15.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:15 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:15.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:15 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:15.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:15 smithi107 ceph-mon[31948]: Reconfiguring mon.b (monmap changed)... 2024-05-07T08:32:15.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:15 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:15.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:15 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:15.137 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:15 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:15.138 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:15 smithi107 ceph-mon[31948]: Reconfiguring daemon mon.b on smithi047 2024-05-07T08:32:15.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:15.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:15.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:15 smithi047 ceph-mon[31253]: Reconfiguring mon.b (monmap changed)... 2024-05-07T08:32:15.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:15.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:15.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:15.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:15 smithi047 ceph-mon[31253]: Reconfiguring daemon mon.b on smithi047 2024-05-07T08:32:15.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:15.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:15.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:15 smithi008 ceph-mon[27810]: Reconfiguring mon.b (monmap changed)... 2024-05-07T08:32:15.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:15.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:15.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:15.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:15 smithi008 ceph-mon[27810]: Reconfiguring daemon mon.b on smithi047 2024-05-07T08:32:15.782 DEBUG:teuthology.orchestra.run.smithi047:mgr.b> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.b.service 2024-05-07T08:32:15.785 INFO:tasks.cephadm:Deploying OSDs... 2024-05-07T08:32:15.786 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-05-07T08:32:15.786 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-05-07T08:32:15.807 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-07T08:32:15.807 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2024-05-07T08:32:15.867 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-07T08:32:15.867 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:15.867 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-05-07T08:32:15.867 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:15.867 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:15.867 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-07 08:31:21.343917136 +0000 2024-05-07T08:32:15.867 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-07 08:25:33.231989817 +0000 2024-05-07T08:32:15.868 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-07 08:25:33.231989817 +0000 2024-05-07T08:32:15.868 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-05-07 08:25:33.231989817 +0000 2024-05-07T08:32:15.868 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-07T08:32:15.938 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-07T08:32:15.938 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-07T08:32:15.938 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000129649 s, 3.9 MB/s 2024-05-07T08:32:15.939 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-07T08:32:16.002 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2024-05-07T08:32:16.062 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-07T08:32:16.062 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:16.062 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-07T08:32:16.062 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:16.062 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:16.062 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-07 08:31:21.376916772 +0000 2024-05-07T08:32:16.062 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-07 08:25:33.569986092 +0000 2024-05-07T08:32:16.062 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-07 08:25:33.569986092 +0000 2024-05-07T08:32:16.063 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-05-07 08:25:33.569986092 +0000 2024-05-07T08:32:16.063 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-07T08:32:16.130 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-07T08:32:16.131 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-07T08:32:16.131 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000108557 s, 4.7 MB/s 2024-05-07T08:32:16.132 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-07T08:32:16.192 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2024-05-07T08:32:16.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:16.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:16.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: Saving service mgr spec with placement smithi008=a;smithi047=b;count:2 2024-05-07T08:32:16.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:16.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:16.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:16 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:16.249 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-07T08:32:16.249 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:16.249 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-07T08:32:16.250 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:16.250 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:16.250 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-07 08:31:21.407916430 +0000 2024-05-07T08:32:16.250 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-07 08:25:33.919982234 +0000 2024-05-07T08:32:16.250 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-07 08:25:33.919982234 +0000 2024-05-07T08:32:16.250 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-05-07 08:25:33.919982234 +0000 2024-05-07T08:32:16.250 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-07T08:32:16.316 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-07T08:32:16.317 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-07T08:32:16.317 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000108634 s, 4.7 MB/s 2024-05-07T08:32:16.318 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-07T08:32:16.376 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2024-05-07T08:32:16.434 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-07T08:32:16.434 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:16.434 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-05-07T08:32:16.434 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:16.434 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:16.434 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-05-07 08:31:21.437916099 +0000 2024-05-07T08:32:16.434 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-05-07 08:25:34.274978321 +0000 2024-05-07T08:32:16.435 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-05-07 08:25:34.274978321 +0000 2024-05-07T08:32:16.435 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-05-07 08:25:34.274978321 +0000 2024-05-07T08:32:16.435 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-07T08:32:16.439 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:16.440 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:16.440 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: Saving service mgr spec with placement smithi008=a;smithi047=b;count:2 2024-05-07T08:32:16.440 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.440 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.440 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.440 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:16.440 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:16.440 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:16 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:16.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:16.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:16.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: Saving service mgr spec with placement smithi008=a;smithi047=b;count:2 2024-05-07T08:32:16.445 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.446 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.446 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:16.446 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:32:16.446 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:32:16.447 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:16 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:16.508 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-05-07T08:32:16.508 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-05-07T08:32:16.508 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000101716 s, 5.0 MB/s 2024-05-07T08:32:16.508 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-07T08:32:16.567 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-05-07T08:32:16.567 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-05-07T08:32:16.588 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-07T08:32:16.588 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-05-07T08:32:16.654 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-07T08:32:16.655 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:16.655 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-07T08:32:16.655 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:16.655 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:16.655 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-07 08:32:03.890942895 +0000 2024-05-07T08:32:16.655 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-07 08:25:28.776626483 +0000 2024-05-07T08:32:16.655 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-07 08:25:28.776626483 +0000 2024-05-07T08:32:16.655 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-05-07 08:25:28.776626483 +0000 2024-05-07T08:32:16.656 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-07T08:32:16.729 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-07T08:32:16.729 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-07T08:32:16.729 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000128158 s, 4.0 MB/s 2024-05-07T08:32:16.730 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-07T08:32:16.795 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-05-07T08:32:16.861 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-07T08:32:16.861 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:16.862 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-07T08:32:16.862 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:16.862 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:16.862 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-07 08:32:03.890942895 +0000 2024-05-07T08:32:16.862 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-07 08:25:29.112619710 +0000 2024-05-07T08:32:16.862 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-07 08:25:29.112619710 +0000 2024-05-07T08:32:16.862 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-05-07 08:25:29.112619710 +0000 2024-05-07T08:32:16.862 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-07T08:32:16.936 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-07T08:32:16.936 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-07T08:32:16.937 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000114206 s, 4.5 MB/s 2024-05-07T08:32:16.938 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-07T08:32:17.003 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-05-07T08:32:17.063 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-07T08:32:17.064 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:17.064 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-05-07T08:32:17.064 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:17.064 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:17.064 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-07 08:32:03.891942875 +0000 2024-05-07T08:32:17.064 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-07 08:25:29.465612595 +0000 2024-05-07T08:32:17.064 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-07 08:25:29.465612595 +0000 2024-05-07T08:32:17.064 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-05-07 08:25:29.465612595 +0000 2024-05-07T08:32:17.064 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-07T08:32:17.134 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-07T08:32:17.135 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-07T08:32:17.135 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.00011423 s, 4.5 MB/s 2024-05-07T08:32:17.136 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-07T08:32:17.197 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-05-07T08:32:17.257 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-07T08:32:17.257 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:17.258 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-07T08:32:17.258 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:17.258 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:17.258 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-05-07 08:32:03.891942875 +0000 2024-05-07T08:32:17.258 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-05-07 08:25:29.793605983 +0000 2024-05-07T08:32:17.258 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-05-07 08:25:29.793605983 +0000 2024-05-07T08:32:17.259 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-05-07 08:25:29.793605983 +0000 2024-05-07T08:32:17.259 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-07T08:32:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-05-07T08:32:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-05-07T08:32:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000117086 s, 4.4 MB/s 2024-05-07T08:32:17.327 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-07T08:32:17.386 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-07T08:32:17.386 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-05-07T08:32:17.403 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-07T08:32:17.404 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2024-05-07T08:32:17.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:17 smithi047 ceph-mon[31253]: Reconfiguring mon.c (monmap changed)... 2024-05-07T08:32:17.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:17 smithi047 ceph-mon[31253]: Reconfiguring daemon mon.c on smithi107 2024-05-07T08:32:17.460 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-07T08:32:17.460 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:17.461 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-05-07T08:32:17.461 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:17.461 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:17.461 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-07 08:31:54.587890210 +0000 2024-05-07T08:32:17.461 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-07 08:25:20.856361677 +0000 2024-05-07T08:32:17.461 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-07 08:25:20.856361677 +0000 2024-05-07T08:32:17.462 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-05-07 08:25:20.856361677 +0000 2024-05-07T08:32:17.462 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-07T08:32:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:17 smithi008 ceph-mon[27810]: Reconfiguring mon.c (monmap changed)... 2024-05-07T08:32:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:17 smithi008 ceph-mon[27810]: Reconfiguring daemon mon.c on smithi107 2024-05-07T08:32:17.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:17 smithi107 ceph-mon[31948]: Reconfiguring mon.c (monmap changed)... 2024-05-07T08:32:17.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:17 smithi107 ceph-mon[31948]: Reconfiguring daemon mon.c on smithi107 2024-05-07T08:32:17.525 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-07T08:32:17.526 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-07T08:32:17.526 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000287294 s, 1.8 MB/s 2024-05-07T08:32:17.527 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-07T08:32:17.584 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2024-05-07T08:32:17.639 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-07T08:32:17.639 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:17.639 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-07T08:32:17.640 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:17.640 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:17.640 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-07 08:31:54.588890196 +0000 2024-05-07T08:32:17.640 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-07 08:25:21.214356330 +0000 2024-05-07T08:32:17.640 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-07 08:25:21.214356330 +0000 2024-05-07T08:32:17.640 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-05-07 08:25:21.214356330 +0000 2024-05-07T08:32:17.640 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-07T08:32:17.703 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-07T08:32:17.703 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-07T08:32:17.703 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000217775 s, 2.4 MB/s 2024-05-07T08:32:17.704 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-07T08:32:17.761 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2024-05-07T08:32:17.817 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-07T08:32:17.817 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:17.818 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-07T08:32:17.818 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:17.818 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:17.818 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-07 08:31:54.588890196 +0000 2024-05-07T08:32:17.818 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-07 08:25:21.562351131 +0000 2024-05-07T08:32:17.819 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-07 08:25:21.562351131 +0000 2024-05-07T08:32:17.819 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-05-07 08:25:21.562351131 +0000 2024-05-07T08:32:17.819 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-07T08:32:17.881 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-07T08:32:17.882 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-07T08:32:17.882 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000294248 s, 1.7 MB/s 2024-05-07T08:32:17.883 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-07T08:32:17.939 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-07 08:31:54.588890196 +0000 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-07 08:25:21.901346067 +0000 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-07 08:25:21.901346067 +0000 2024-05-07T08:32:17.995 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-05-07 08:25:21.901346067 +0000 2024-05-07T08:32:17.996 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-07T08:32:18.058 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-07T08:32:18.058 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-07T08:32:18.058 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000193189 s, 2.7 MB/s 2024-05-07T08:32:18.059 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-07T08:32:18.116 INFO:tasks.cephadm:Deploying osd.0 on smithi008 with /dev/vg_nvme/lv_4... 2024-05-07T08:32:18.116 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-07T08:32:18.360 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:32:18.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:18.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:18.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:18.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:18.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:32:18.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-07T08:32:18.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:32:18.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:18.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:18.483 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:32:18.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:18.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:18.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:18.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:18.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:18.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:18.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:32:18.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-07T08:32:18.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:32:18.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:19.426 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:19 smithi008 ceph-mon[27810]: Deploying daemon mgr.b on smithi047 2024-05-07T08:32:19.429 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:19 smithi107 ceph-mon[31948]: Deploying daemon mgr.b on smithi047 2024-05-07T08:32:19.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:19 smithi047 ceph-mon[31253]: Deploying daemon mgr.b on smithi047 2024-05-07T08:32:20.106 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:19 smithi047 systemd[1]: Starting Ceph mgr.b for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:32:20.282 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-07T08:32:20.282 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-07T08:32:20.283 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2024-05-07T08:32:20.283 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2024-05-07T08:32:20.283 INFO:teuthology.orchestra.run.smithi008.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00833591 s, 1.3 GB/s 2024-05-07T08:32:20.283 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2024-05-07T08:32:20.358 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:20 smithi047 ceph-mon[31253]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:20.359 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 podman[32696]: 2024-05-07 08:32:20.104363144 +0000 UTC m=+0.095057525 container create c514f63e56fadd4ea386965e01bdf44844e08057038178e5492a2199d7177965 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T08:32:20.359 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 podman[32696]: 2024-05-07 08:32:20.027207601 +0000 UTC m=+0.017901950 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T08:32:20.359 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 podman[32696]: 2024-05-07 08:32:20.357157286 +0000 UTC m=+0.347851637 container init c514f63e56fadd4ea386965e01bdf44844e08057038178e5492a2199d7177965 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T08:32:20.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:20 smithi008 ceph-mon[27810]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:20.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:20 smithi107 ceph-mon[31948]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:20.674 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 podman[32696]: 2024-05-07 08:32:20.363375733 +0000 UTC m=+0.354070073 container start c514f63e56fadd4ea386965e01bdf44844e08057038178e5492a2199d7177965 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=) 2024-05-07T08:32:20.674 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 ceph-mgr[32735]: -- 172.21.15.47:0/2061810873 <== mon.2 v2:172.21.15.47:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f31b7d25a0 con 0x55f31b7a6c00 2024-05-07T08:32:20.674 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 bash[32696]: c514f63e56fadd4ea386965e01bdf44844e08057038178e5492a2199d7177965 2024-05-07T08:32:20.674 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 systemd[1]: Started Ceph mgr.b for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:32:20.674 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:20.523+0000 7fdd41280200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-07T08:32:20.942 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:20.725+0000 7fdd41280200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:32:20.942 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:20 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:20.837+0000 7fdd41280200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-07T08:32:20.953 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi008:vg_nvme/lv_4 2024-05-07T08:32:21.198 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:32:21.442 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:21 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:21.172+0000 7fdd41280200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-07T08:32:21.442 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:21 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:21.273+0000 7fdd41280200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-07T08:32:21.587 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:21 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:21.587 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:21 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:21.588 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:21 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:21.588 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:21 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:21.588 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:21 smithi008 ceph-mon[27810]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:21.588 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:21 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:21.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:21 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:21.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:21 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:21.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:21 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:21.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:21 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:21.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:21 smithi047 ceph-mon[31253]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:21.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:21 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:22.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:21 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:22.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:21 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:22.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:21 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:22.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:21 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:22.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:21 smithi107 ceph-mon[31948]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:22.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:21 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:22.931 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:22 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:22.577+0000 7fdd41280200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-07T08:32:22.931 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:22 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:22.753+0000 7fdd41280200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-07T08:32:22.932 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:22 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:22.929+0000 7fdd41280200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-07T08:32:23.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:23.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: Reconfiguring mgr.a (unknown last config time)... 2024-05-07T08:32:23.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:32:23.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:32:23.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: Reconfiguring daemon mgr.a on smithi008 2024-05-07T08:32:23.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:32:23.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:32:23.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.272 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.272 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: Reconfiguring mgr.a (unknown last config time)... 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: Reconfiguring daemon mgr.a on smithi008 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:32:23.273 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: Reconfiguring mgr.a (unknown last config time)... 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: Reconfiguring daemon mgr.a on smithi008 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:32:23.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:23.540 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:23.228+0000 7fdd41280200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-07T08:32:23.540 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:23.325+0000 7fdd41280200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-07T08:32:23.540 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:23.538+0000 7fdd41280200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-07T08:32:23.942 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:23 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:23.737+0000 7fdd41280200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-07T08:32:24.442 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:24.365+0000 7fdd41280200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-07T08:32:24.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:24.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:24.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:24.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:24.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:24.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:24.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:24 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:24.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:24.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:24.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:24.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:24.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:24.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:24 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:25.108 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:24.800+0000 7fdd41280200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-07T08:32:25.108 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:24 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:24.898+0000 7fdd41280200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-07T08:32:25.108 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:25 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:25.106+0000 7fdd41280200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-07T08:32:25.942 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:25 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:25.648+0000 7fdd41280200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-07T08:32:25.942 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:25 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:25.743+0000 7fdd41280200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-07T08:32:26.349 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-mon[31253]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:26.349 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/2810252389' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bb89058-c990-4b9c-98e0-20de93b05dc8"}]: dispatch 2024-05-07T08:32:26.350 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/2810252389' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9bb89058-c990-4b9c-98e0-20de93b05dc8"}]': finished 2024-05-07T08:32:26.350 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-mon[31253]: osdmap e5: 1 total, 0 up, 1 in 2024-05-07T08:32:26.350 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:26.350 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:25 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:25.993+0000 7fdd41280200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-07T08:32:26.350 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:26.130+0000 7fdd41280200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-07T08:32:26.350 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:26.228+0000 7fdd41280200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-07T08:32:26.350 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:26.347+0000 7fdd41280200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-07T08:32:26.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:26 smithi008 ceph-mon[27810]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:26.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:26 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2810252389' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bb89058-c990-4b9c-98e0-20de93b05dc8"}]: dispatch 2024-05-07T08:32:26.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:26 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2810252389' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9bb89058-c990-4b9c-98e0-20de93b05dc8"}]': finished 2024-05-07T08:32:26.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:26 smithi008 ceph-mon[27810]: osdmap e5: 1 total, 0 up, 1 in 2024-05-07T08:32:26.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:26 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:26.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:26 smithi107 ceph-mon[31948]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:26.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:26 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/2810252389' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bb89058-c990-4b9c-98e0-20de93b05dc8"}]: dispatch 2024-05-07T08:32:26.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:26 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/2810252389' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9bb89058-c990-4b9c-98e0-20de93b05dc8"}]': finished 2024-05-07T08:32:26.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:26 smithi107 ceph-mon[31948]: osdmap e5: 1 total, 0 up, 1 in 2024-05-07T08:32:26.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:26 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:26.692 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:26 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:26.442+0000 7fdd41280200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-07T08:32:27.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:27 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/1790427000' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:32:27.442 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:27 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:27.285+0000 7fdd41280200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-07T08:32:27.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:27 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/1790427000' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:32:27.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:27 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/1790427000' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:32:27.942 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:32:27 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b[32711]: 2024-05-07T08:32:27.510+0000 7fdd41280200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-07T08:32:28.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:28 smithi008 ceph-mon[27810]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:28.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:28 smithi008 ceph-mon[27810]: Standby manager daemon b started 2024-05-07T08:32:28.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:28 smithi008 ceph-mon[27810]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T08:32:28.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:28 smithi008 ceph-mon[27810]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T08:32:28.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:28 smithi008 ceph-mon[27810]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T08:32:28.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:28 smithi008 ceph-mon[27810]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T08:32:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:28 smithi107 ceph-mon[31948]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:28 smithi107 ceph-mon[31948]: Standby manager daemon b started 2024-05-07T08:32:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:28 smithi107 ceph-mon[31948]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T08:32:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:28 smithi107 ceph-mon[31948]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T08:32:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:28 smithi107 ceph-mon[31948]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T08:32:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:28 smithi107 ceph-mon[31948]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T08:32:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:28 smithi047 ceph-mon[31253]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:28 smithi047 ceph-mon[31253]: Standby manager daemon b started 2024-05-07T08:32:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:28 smithi047 ceph-mon[31253]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-07T08:32:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:28 smithi047 ceph-mon[31253]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-07T08:32:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:28 smithi047 ceph-mon[31253]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-07T08:32:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:28 smithi047 ceph-mon[31253]: from='mgr.? 172.21.15.47:0/1426590357' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-07T08:32:29.427 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:29 smithi008 ceph-mon[27810]: mgrmap e14: a(active, since 79s), standbys: b 2024-05-07T08:32:29.427 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:29 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T08:32:29.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:29 smithi107 ceph-mon[31948]: mgrmap e14: a(active, since 79s), standbys: b 2024-05-07T08:32:29.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:29 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T08:32:29.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:29 smithi047 ceph-mon[31253]: mgrmap e14: a(active, since 79s), standbys: b 2024-05-07T08:32:29.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:29 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-07T08:32:30.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:30 smithi008 ceph-mon[27810]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:30.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:30 smithi107 ceph-mon[31948]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:30.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:30 smithi047 ceph-mon[31253]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:32.403 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:32 smithi008 ceph-mon[27810]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:32.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:32 smithi107 ceph-mon[31948]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:32.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:32 smithi047 ceph-mon[31253]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:33.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:33 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-07T08:32:33.472 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:33 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:33.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:33 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-07T08:32:33.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:33 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:33.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:33 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-07T08:32:33.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:33 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:34.494 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:34 smithi008 ceph-mon[27810]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:34.494 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:34 smithi008 ceph-mon[27810]: Deploying daemon osd.0 on smithi008 2024-05-07T08:32:34.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:34 smithi107 ceph-mon[31948]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:34.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:34 smithi107 ceph-mon[31948]: Deploying daemon osd.0 on smithi008 2024-05-07T08:32:34.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:34 smithi047 ceph-mon[31253]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:34.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:34 smithi047 ceph-mon[31253]: Deploying daemon osd.0 on smithi008 2024-05-07T08:32:36.480 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:36 smithi008 ceph-mon[27810]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:36.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:36 smithi107 ceph-mon[31948]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:36.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:36 smithi047 ceph-mon[31253]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:38.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:38 smithi008 ceph-mon[27810]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:38.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:38 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:38.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:38 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:38.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:38 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:38.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:38 smithi107 ceph-mon[31948]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:38.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:38 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:38.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:38 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:38.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:38 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:38 smithi047 ceph-mon[31253]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:38 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:38 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:38 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:40.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:40 smithi008 ceph-mon[27810]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:40.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:40 smithi107 ceph-mon[31948]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:40.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:40 smithi047 ceph-mon[31253]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:41.563 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 0 on host 'smithi008' 2024-05-07T08:32:42.193 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.194 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:42.195 DEBUG:teuthology.orchestra.run.smithi008:osd.0> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.0.service 2024-05-07T08:32:42.198 INFO:tasks.cephadm:Deploying osd.1 on smithi008 with /dev/vg_nvme/lv_3... 2024-05-07T08:32:42.198 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-07T08:32:42.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:42.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:42.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:42.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-07T08:32:42.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:42.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:42.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:42.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:42.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-07T08:32:42.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:42.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:32:42.880 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:32:43.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:43 smithi008 ceph-mon[27810]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-07T08:32:43.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:43 smithi008 ceph-mon[27810]: osdmap e6: 1 total, 0 up, 1 in 2024-05-07T08:32:43.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:43 smithi008 ceph-mon[27810]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:32:43.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:43 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:43.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:43 smithi047 ceph-mon[31253]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-07T08:32:43.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:43 smithi047 ceph-mon[31253]: osdmap e6: 1 total, 0 up, 1 in 2024-05-07T08:32:43.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:43 smithi047 ceph-mon[31253]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:32:43.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:43 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:43.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:43 smithi107 ceph-mon[31948]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-07T08:32:43.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:43 smithi107 ceph-mon[31948]: osdmap e6: 1 total, 0 up, 1 in 2024-05-07T08:32:43.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:43 smithi107 ceph-mon[31948]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:32:43.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:43 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:43.660 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:32:43 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0[43700]: 2024-05-07T08:32:43.302+0000 7f6cdc63f700 -1 osd.0 0 waiting for initial osdmap 2024-05-07T08:32:43.660 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:32:43 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0[43700]: 2024-05-07T08:32:43.304+0000 7f6cd3c29700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-07T08:32:44.398 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:44 smithi008 ceph-mon[27810]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:44.398 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:44 smithi008 ceph-mon[27810]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:32:44.398 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:44 smithi008 ceph-mon[27810]: osdmap e7: 1 total, 0 up, 1 in 2024-05-07T08:32:44.398 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:44 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:44.398 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:44 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:44.398 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:44 smithi008 ceph-mon[27810]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' 2024-05-07T08:32:44.398 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:44 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:44.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:44 smithi047 ceph-mon[31253]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:44.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:44 smithi047 ceph-mon[31253]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:32:44.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:44 smithi047 ceph-mon[31253]: osdmap e7: 1 total, 0 up, 1 in 2024-05-07T08:32:44.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:44 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:44.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:44 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:44.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:44 smithi047 ceph-mon[31253]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' 2024-05-07T08:32:44.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:44 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:44.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:44 smithi107 ceph-mon[31948]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:44.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:44 smithi107 ceph-mon[31948]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:32:44.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:44 smithi107 ceph-mon[31948]: osdmap e7: 1 total, 0 up, 1 in 2024-05-07T08:32:44.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:44 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:44.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:44 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:44.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:44 smithi107 ceph-mon[31948]: from='osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000]' entity='osd.0' 2024-05-07T08:32:44.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:44 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:45.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:45 smithi008 ceph-mon[27810]: purged_snaps scrub starts 2024-05-07T08:32:45.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:45 smithi008 ceph-mon[27810]: purged_snaps scrub ok 2024-05-07T08:32:45.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:45 smithi008 ceph-mon[27810]: osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000] boot 2024-05-07T08:32:45.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:45 smithi008 ceph-mon[27810]: osdmap e8: 1 total, 1 up, 1 in 2024-05-07T08:32:45.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:45 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:45.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:45 smithi047 ceph-mon[31253]: purged_snaps scrub starts 2024-05-07T08:32:45.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:45 smithi047 ceph-mon[31253]: purged_snaps scrub ok 2024-05-07T08:32:45.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:45 smithi047 ceph-mon[31253]: osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000] boot 2024-05-07T08:32:45.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:45 smithi047 ceph-mon[31253]: osdmap e8: 1 total, 1 up, 1 in 2024-05-07T08:32:45.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:45 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:45.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:45 smithi107 ceph-mon[31948]: purged_snaps scrub starts 2024-05-07T08:32:45.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:45 smithi107 ceph-mon[31948]: purged_snaps scrub ok 2024-05-07T08:32:45.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:45 smithi107 ceph-mon[31948]: osd.0 [v2:172.21.15.8:6802/1221199000,v1:172.21.15.8:6803/1221199000] boot 2024-05-07T08:32:45.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:45 smithi107 ceph-mon[31948]: osdmap e8: 1 total, 1 up, 1 in 2024-05-07T08:32:45.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:45 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-07T08:32:45.629 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-07T08:32:45.629 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-07T08:32:45.629 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2024-05-07T08:32:45.629 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2024-05-07T08:32:45.630 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0129898 s, 807 MB/s 2024-05-07T08:32:45.630 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2024-05-07T08:32:46.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:46 smithi008 ceph-mon[27810]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:46.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:46 smithi008 ceph-mon[27810]: osdmap e9: 1 total, 1 up, 1 in 2024-05-07T08:32:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:46 smithi047 ceph-mon[31253]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:46 smithi047 ceph-mon[31253]: osdmap e9: 1 total, 1 up, 1 in 2024-05-07T08:32:46.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:46 smithi107 ceph-mon[31948]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-07T08:32:46.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:46 smithi107 ceph-mon[31948]: osdmap e9: 1 total, 1 up, 1 in 2024-05-07T08:32:46.817 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi008:vg_nvme/lv_3 2024-05-07T08:32:47.066 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: Detected new or changed devices on smithi008 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: Adjusting osd_memory_target on smithi008 to 17093M 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:47.457 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: Detected new or changed devices on smithi008 2024-05-07T08:32:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:32:47.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: Adjusting osd_memory_target on smithi008 to 17093M 2024-05-07T08:32:47.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:47.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:47.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:47 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: Detected new or changed devices on smithi008 2024-05-07T08:32:47.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:32:47.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: Adjusting osd_memory_target on smithi008 to 17093M 2024-05-07T08:32:47.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:47.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:47.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:32:47.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:47 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:32:48.613 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:48 smithi008 ceph-mon[27810]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:48.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:48 smithi047 ceph-mon[31253]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:48 smithi107 ceph-mon[31948]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:49.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:49 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:32:49.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:49 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:32:49.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:49 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:49.734 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:32:49.734 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:32:49.735 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:49 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:49.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:49 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:32:49.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:49 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:32:49.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:49 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:50 smithi047 ceph-mon[31253]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:50 smithi047 ceph-mon[31253]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:50 smithi008 ceph-mon[27810]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:50 smithi008 ceph-mon[27810]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:50.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:50 smithi107 ceph-mon[31948]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:50.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:50 smithi107 ceph-mon[31948]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:32:52.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:52 smithi047 ceph-mon[31253]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:52.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:52 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/134931259' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dad2b938-38a3-4df5-97a9-da6225060e3a"}]: dispatch 2024-05-07T08:32:52.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:52 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/134931259' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dad2b938-38a3-4df5-97a9-da6225060e3a"}]': finished 2024-05-07T08:32:52.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:52 smithi047 ceph-mon[31253]: osdmap e10: 2 total, 1 up, 2 in 2024-05-07T08:32:52.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:52 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:32:52.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:52 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/4020274796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:32:52.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:52 smithi008 ceph-mon[27810]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:52.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:52 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/134931259' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dad2b938-38a3-4df5-97a9-da6225060e3a"}]: dispatch 2024-05-07T08:32:52.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:52 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/134931259' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dad2b938-38a3-4df5-97a9-da6225060e3a"}]': finished 2024-05-07T08:32:52.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:52 smithi008 ceph-mon[27810]: osdmap e10: 2 total, 1 up, 2 in 2024-05-07T08:32:52.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:52 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:32:52.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:52 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/4020274796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:32:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:52 smithi107 ceph-mon[31948]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:52 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/134931259' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dad2b938-38a3-4df5-97a9-da6225060e3a"}]: dispatch 2024-05-07T08:32:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:52 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/134931259' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dad2b938-38a3-4df5-97a9-da6225060e3a"}]': finished 2024-05-07T08:32:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:52 smithi107 ceph-mon[31948]: osdmap e10: 2 total, 1 up, 2 in 2024-05-07T08:32:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:52 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:32:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:52 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/4020274796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:32:54.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:54 smithi047 ceph-mon[31253]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:54.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:54 smithi008 ceph-mon[27810]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:54.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:54 smithi107 ceph-mon[31948]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:56.676 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:56 smithi008 ceph-mon[27810]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:56.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:56 smithi047 ceph-mon[31253]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:56.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:56 smithi107 ceph-mon[31948]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:58.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:58 smithi047 ceph-mon[31253]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:58.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:58 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-07T08:32:58.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:58 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:58.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:58 smithi008 ceph-mon[27810]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:58.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:58 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-07T08:32:58.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:58 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:58.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:58 smithi107 ceph-mon[31948]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:32:58.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:58 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-07T08:32:58.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:58 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:32:59.633 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:32:59 smithi008 ceph-mon[27810]: Deploying daemon osd.1 on smithi008 2024-05-07T08:32:59.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:32:59 smithi107 ceph-mon[31948]: Deploying daemon osd.1 on smithi008 2024-05-07T08:32:59.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:32:59 smithi047 ceph-mon[31253]: Deploying daemon osd.1 on smithi008 2024-05-07T08:33:00.632 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:00 smithi008 ceph-mon[27810]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:00.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:00 smithi047 ceph-mon[31253]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:00.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:00 smithi107 ceph-mon[31948]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:02.631 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:02 smithi008 ceph-mon[27810]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:02.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:02 smithi107 ceph-mon[31948]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:02.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:02 smithi047 ceph-mon[31253]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:04 smithi008 ceph-mon[27810]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:04 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:04 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:04 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:04.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:04 smithi107 ceph-mon[31948]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:04.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:04 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:04.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:04 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:04.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:04 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:04 smithi047 ceph-mon[31253]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:06.636 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:06 smithi008 ceph-mon[27810]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:06.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:06 smithi107 ceph-mon[31948]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:06.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:06 smithi047 ceph-mon[31253]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:07.028 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 1 on host 'smithi008' 2024-05-07T08:33:07.643 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:07 smithi008 ceph-mon[27810]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:33:07.643 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:07 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:07.643 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:07 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:07.675 DEBUG:teuthology.orchestra.run.smithi008:osd.1> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.1.service 2024-05-07T08:33:07.678 INFO:tasks.cephadm:Deploying osd.2 on smithi047 with /dev/vg_nvme/lv_4... 2024-05-07T08:33:07.678 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-07T08:33:07.708 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:07 smithi047 ceph-mon[31253]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:33:07.708 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:07 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:07.708 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:07 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:07.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:07 smithi107 ceph-mon[31948]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-07T08:33:07.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:07 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:07.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:07 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:07.937 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.b/config 2024-05-07T08:33:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:08 smithi047 ceph-mon[31253]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:08 smithi047 ceph-mon[31253]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-07T08:33:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:08 smithi047 ceph-mon[31253]: osdmap e11: 2 total, 1 up, 2 in 2024-05-07T08:33:08.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:08 smithi047 ceph-mon[31253]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:33:08.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:08 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:08.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:08 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:08.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:08 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:08.721 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:08 smithi008 ceph-mon[27810]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:08.721 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:08 smithi008 ceph-mon[27810]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-07T08:33:08.721 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:08 smithi008 ceph-mon[27810]: osdmap e11: 2 total, 1 up, 2 in 2024-05-07T08:33:08.721 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:08 smithi008 ceph-mon[27810]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:33:08.721 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:08.721 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:08.721 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:08.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:08 smithi107 ceph-mon[31948]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:08.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:08 smithi107 ceph-mon[31948]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-07T08:33:08.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:08 smithi107 ceph-mon[31948]: osdmap e11: 2 total, 1 up, 2 in 2024-05-07T08:33:08.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:08 smithi107 ceph-mon[31948]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-05-07T08:33:08.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:08 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:08.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:08 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:08.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:08 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:08.998 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:08 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1[50066]: 2024-05-07T08:33:08.731+0000 7f8ffcce6700 -1 osd.1 0 waiting for initial osdmap 2024-05-07T08:33:08.998 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:08 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1[50066]: 2024-05-07T08:33:08.733+0000 7f8ff42d0700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-07T08:33:09.654 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:09 smithi008 ceph-mon[27810]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:33:09.654 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:09 smithi008 ceph-mon[27810]: osdmap e12: 2 total, 1 up, 2 in 2024-05-07T08:33:09.654 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.654 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.654 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:09 smithi008 ceph-mon[27810]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' 2024-05-07T08:33:09.654 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:09 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:09 smithi047 ceph-mon[31253]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:33:09.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:09 smithi047 ceph-mon[31253]: osdmap e12: 2 total, 1 up, 2 in 2024-05-07T08:33:09.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:09 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:09 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:09 smithi047 ceph-mon[31253]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' 2024-05-07T08:33:09.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:09 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:09 smithi107 ceph-mon[31948]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-05-07T08:33:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:09 smithi107 ceph-mon[31948]: osdmap e12: 2 total, 1 up, 2 in 2024-05-07T08:33:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:09 smithi107 ceph-mon[31948]: from='osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751]' entity='osd.1' 2024-05-07T08:33:09.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:09 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:09.892 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-07T08:33:09.892 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-07T08:33:09.893 INFO:teuthology.orchestra.run.smithi047.stderr: stderr: 10+0 records in 2024-05-07T08:33:09.893 INFO:teuthology.orchestra.run.smithi047.stderr:10+0 records out 2024-05-07T08:33:09.893 INFO:teuthology.orchestra.run.smithi047.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0084001 s, 1.2 GB/s 2024-05-07T08:33:09.893 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping successful for: 2024-05-07T08:33:10.512 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi047:vg_nvme/lv_4 2024-05-07T08:33:10.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:10 smithi008 ceph-mon[27810]: purged_snaps scrub starts 2024-05-07T08:33:10.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:10 smithi008 ceph-mon[27810]: purged_snaps scrub ok 2024-05-07T08:33:10.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:10 smithi008 ceph-mon[27810]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:10.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:10 smithi008 ceph-mon[27810]: osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751] boot 2024-05-07T08:33:10.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:10 smithi008 ceph-mon[27810]: osdmap e13: 2 total, 2 up, 2 in 2024-05-07T08:33:10.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:10.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:10 smithi107 ceph-mon[31948]: purged_snaps scrub starts 2024-05-07T08:33:10.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:10 smithi107 ceph-mon[31948]: purged_snaps scrub ok 2024-05-07T08:33:10.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:10 smithi107 ceph-mon[31948]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:10.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:10 smithi107 ceph-mon[31948]: osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751] boot 2024-05-07T08:33:10.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:10 smithi107 ceph-mon[31948]: osdmap e13: 2 total, 2 up, 2 in 2024-05-07T08:33:10.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:10 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:10.804 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.b/config 2024-05-07T08:33:10.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:10 smithi047 ceph-mon[31253]: purged_snaps scrub starts 2024-05-07T08:33:10.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:10 smithi047 ceph-mon[31253]: purged_snaps scrub ok 2024-05-07T08:33:10.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:10 smithi047 ceph-mon[31253]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-07T08:33:10.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:10 smithi047 ceph-mon[31253]: osd.1 [v2:172.21.15.8:6810/3963430751,v1:172.21.15.8:6811/3963430751] boot 2024-05-07T08:33:10.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:10 smithi047 ceph-mon[31253]: osdmap e13: 2 total, 2 up, 2 in 2024-05-07T08:33:10.906 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:10 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-07T08:33:12.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: pgmap v64: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:12.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: Detected new or changed devices on smithi008 2024-05-07T08:33:12.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: Adjusting osd_memory_target on smithi008 to 8546M 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:12 smithi047 ceph-mon[31253]: osdmap e14: 2 total, 2 up, 2 in 2024-05-07T08:33:12.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: pgmap v64: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:12.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: Detected new or changed devices on smithi008 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: Adjusting osd_memory_target on smithi008 to 8546M 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:12.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:12.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.499 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:12 smithi008 ceph-mon[27810]: osdmap e14: 2 total, 2 up, 2 in 2024-05-07T08:33:12.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: pgmap v64: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:12.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: Detected new or changed devices on smithi008 2024-05-07T08:33:12.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:12.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:12.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: Adjusting osd_memory_target on smithi008 to 8546M 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:12.501 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:12 smithi107 ceph-mon[31948]: osdmap e14: 2 total, 2 up, 2 in 2024-05-07T08:33:13.434 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:13 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:33:13.434 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:13 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:33:13.434 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:13 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:13.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:13 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:33:13.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:13 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:33:13.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:13 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:13.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:13 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:33:13.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:13 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:33:13.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:13 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:14.432 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:14 smithi047 ceph-mon[31253]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:33:14.432 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:14 smithi047 ceph-mon[31253]: pgmap v66: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:14.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:14 smithi008 ceph-mon[27810]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:33:14.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:14 smithi008 ceph-mon[27810]: pgmap v66: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:14.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:14 smithi107 ceph-mon[31948]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:33:14.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:14 smithi107 ceph-mon[31948]: pgmap v66: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:16.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:16 smithi047 ceph-mon[31253]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:16.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:16 smithi047 ceph-mon[31253]: from='client.? 172.21.15.47:0/1743965459' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]: dispatch 2024-05-07T08:33:16.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:16 smithi047 ceph-mon[31253]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]: dispatch 2024-05-07T08:33:16.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:16 smithi047 ceph-mon[31253]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]': finished 2024-05-07T08:33:16.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:16 smithi047 ceph-mon[31253]: osdmap e15: 3 total, 2 up, 3 in 2024-05-07T08:33:16.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:16 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:16.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:16 smithi047 ceph-mon[31253]: from='client.? 172.21.15.47:0/1490026008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:33:16.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:16 smithi008 ceph-mon[27810]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:16.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:16 smithi008 ceph-mon[27810]: from='client.? 172.21.15.47:0/1743965459' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]: dispatch 2024-05-07T08:33:16.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:16 smithi008 ceph-mon[27810]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]: dispatch 2024-05-07T08:33:16.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:16 smithi008 ceph-mon[27810]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]': finished 2024-05-07T08:33:16.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:16 smithi008 ceph-mon[27810]: osdmap e15: 3 total, 2 up, 3 in 2024-05-07T08:33:16.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:16 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:16.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:16 smithi008 ceph-mon[27810]: from='client.? 172.21.15.47:0/1490026008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:33:16.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:16 smithi107 ceph-mon[31948]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:16.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:16 smithi107 ceph-mon[31948]: from='client.? 172.21.15.47:0/1743965459' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]: dispatch 2024-05-07T08:33:16.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:16 smithi107 ceph-mon[31948]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]: dispatch 2024-05-07T08:33:16.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:16 smithi107 ceph-mon[31948]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c4a9646-75fa-4979-a3ec-a426d88f6e03"}]': finished 2024-05-07T08:33:16.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:16 smithi107 ceph-mon[31948]: osdmap e15: 3 total, 2 up, 3 in 2024-05-07T08:33:16.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:16 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:16.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:16 smithi107 ceph-mon[31948]: from='client.? 172.21.15.47:0/1490026008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:33:18.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:18 smithi047 ceph-mon[31253]: pgmap v69: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:18 smithi008 ceph-mon[27810]: pgmap v69: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:18.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:18 smithi107 ceph-mon[31948]: pgmap v69: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:20.408 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:20 smithi047 ceph-mon[31253]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:20.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:20 smithi008 ceph-mon[27810]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:20.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:20 smithi107 ceph-mon[31948]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:22.446 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:22 smithi047 ceph-mon[31253]: pgmap v71: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:22.447 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:33:22.447 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:22.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:22 smithi008 ceph-mon[27810]: pgmap v71: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:22.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:33:22.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:22.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:22 smithi107 ceph-mon[31948]: pgmap v71: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:22.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:22 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:33:22.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:22 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:23.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:23 smithi047 ceph-mon[31253]: Deploying daemon osd.2 on smithi047 2024-05-07T08:33:23.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:23 smithi008 ceph-mon[27810]: Deploying daemon osd.2 on smithi047 2024-05-07T08:33:23.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:23 smithi107 ceph-mon[31948]: Deploying daemon osd.2 on smithi047 2024-05-07T08:33:24.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:24 smithi008 ceph-mon[27810]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:24.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:24 smithi107 ceph-mon[31948]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:24.601 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:24 smithi047 ceph-mon[31253]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:26.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:26 smithi008 ceph-mon[27810]: pgmap v73: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:26.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:26 smithi107 ceph-mon[31948]: pgmap v73: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:26.558 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:26 smithi047 ceph-mon[31253]: pgmap v73: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:28 smithi047 ceph-mon[31253]: pgmap v74: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:28 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:28 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:28 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:28 smithi008 ceph-mon[27810]: pgmap v74: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:28 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:28 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:28 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:28.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:28 smithi107 ceph-mon[31948]: pgmap v74: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:28.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:28 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:28.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:28 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:28.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:28 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:30.561 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:30 smithi047 ceph-mon[31253]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:30.644 INFO:teuthology.orchestra.run.smithi047.stdout:Created osd(s) 2 on host 'smithi047' 2024-05-07T08:33:30.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:30 smithi008 ceph-mon[27810]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:30.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:30 smithi107 ceph-mon[31948]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:31.268 DEBUG:teuthology.orchestra.run.smithi047:osd.2> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.2.service 2024-05-07T08:33:31.271 INFO:tasks.cephadm:Deploying osd.3 on smithi047 with /dev/vg_nvme/lv_3... 2024-05-07T08:33:31.272 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-07T08:33:31.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:31 smithi047 ceph-mon[31253]: from='osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:33:31.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:31 smithi047 ceph-mon[31253]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:33:31.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:31 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:31 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:31 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.581 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:31 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:31 smithi008 ceph-mon[27810]: from='osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:33:31.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:31 smithi008 ceph-mon[27810]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:33:31.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:31 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:31 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:31 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:31 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:31 smithi107 ceph-mon[31948]: from='osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:33:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:31 smithi107 ceph-mon[31948]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-07T08:33:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:31 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:31 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:31 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:31 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:32.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:32 smithi047 ceph-mon[31253]: pgmap v76: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:32.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:32 smithi047 ceph-mon[31253]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-07T08:33:32.611 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:32 smithi047 ceph-mon[31253]: osdmap e16: 3 total, 2 up, 3 in 2024-05-07T08:33:32.612 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:32 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:32.612 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:32 smithi047 ceph-mon[31253]: from='osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:32.612 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:32 smithi047 ceph-mon[31253]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:32.648 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:32 smithi008 ceph-mon[27810]: pgmap v76: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:32.648 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:32 smithi008 ceph-mon[27810]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-07T08:33:32.648 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:32 smithi008 ceph-mon[27810]: osdmap e16: 3 total, 2 up, 3 in 2024-05-07T08:33:32.648 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:32 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:32.648 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:32 smithi008 ceph-mon[27810]: from='osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:32.648 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:32 smithi008 ceph-mon[27810]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:32.668 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.b/config 2024-05-07T08:33:32.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:32 smithi107 ceph-mon[31948]: pgmap v76: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:32.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:32 smithi107 ceph-mon[31948]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-07T08:33:32.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:32 smithi107 ceph-mon[31948]: osdmap e16: 3 total, 2 up, 3 in 2024-05-07T08:33:32.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:32 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:32.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:32 smithi107 ceph-mon[31948]: from='osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:32.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:32 smithi107 ceph-mon[31948]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:32.896 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:32 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2[35918]: 2024-05-07T08:33:32.652+0000 7f7e3df84700 -1 osd.2 0 waiting for initial osdmap 2024-05-07T08:33:32.896 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:32 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2[35918]: 2024-05-07T08:33:32.656+0000 7f7e35d6f700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-07T08:33:33.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:33 smithi047 ceph-mon[31253]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:33:33.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:33 smithi047 ceph-mon[31253]: osdmap e17: 3 total, 2 up, 3 in 2024-05-07T08:33:33.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:33 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:33.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:33 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:33.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:33 smithi047 ceph-mon[31253]: from='osd.2 ' entity='osd.2' 2024-05-07T08:33:33.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:33 smithi008 ceph-mon[27810]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:33:33.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:33 smithi008 ceph-mon[27810]: osdmap e17: 3 total, 2 up, 3 in 2024-05-07T08:33:33.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:33 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:33.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:33 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:33.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:33 smithi008 ceph-mon[27810]: from='osd.2 ' entity='osd.2' 2024-05-07T08:33:33.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:33 smithi107 ceph-mon[31948]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:33:33.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:33 smithi107 ceph-mon[31948]: osdmap e17: 3 total, 2 up, 3 in 2024-05-07T08:33:33.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:33 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:33.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:33 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:33.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:33 smithi107 ceph-mon[31948]: from='osd.2 ' entity='osd.2' 2024-05-07T08:33:34.418 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:34 smithi047 ceph-mon[31253]: purged_snaps scrub starts 2024-05-07T08:33:34.419 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:34 smithi047 ceph-mon[31253]: purged_snaps scrub ok 2024-05-07T08:33:34.419 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:34 smithi047 ceph-mon[31253]: pgmap v79: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:34.419 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:34 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:34.419 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:34 smithi047 ceph-mon[31253]: osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572] boot 2024-05-07T08:33:34.419 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:34 smithi047 ceph-mon[31253]: osdmap e18: 3 total, 3 up, 3 in 2024-05-07T08:33:34.419 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:34 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:34 smithi008 ceph-mon[27810]: purged_snaps scrub starts 2024-05-07T08:33:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:34 smithi008 ceph-mon[27810]: purged_snaps scrub ok 2024-05-07T08:33:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:34 smithi008 ceph-mon[27810]: pgmap v79: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:34 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:34 smithi008 ceph-mon[27810]: osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572] boot 2024-05-07T08:33:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:34 smithi008 ceph-mon[27810]: osdmap e18: 3 total, 3 up, 3 in 2024-05-07T08:33:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:34 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:34.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:34 smithi107 ceph-mon[31948]: purged_snaps scrub starts 2024-05-07T08:33:34.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:34 smithi107 ceph-mon[31948]: purged_snaps scrub ok 2024-05-07T08:33:34.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:34 smithi107 ceph-mon[31948]: pgmap v79: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-07T08:33:34.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:34 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:34.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:34 smithi107 ceph-mon[31948]: osd.2 [v2:172.21.15.47:6800/1859916572,v1:172.21.15.47:6801/1859916572] boot 2024-05-07T08:33:34.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:34 smithi107 ceph-mon[31948]: osdmap e18: 3 total, 3 up, 3 in 2024-05-07T08:33:34.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:34 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-07T08:33:35.218 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-07T08:33:35.218 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-07T08:33:35.219 INFO:teuthology.orchestra.run.smithi047.stderr: stderr: 10+0 records in 2024-05-07T08:33:35.219 INFO:teuthology.orchestra.run.smithi047.stderr:10+0 records out 2024-05-07T08:33:35.219 INFO:teuthology.orchestra.run.smithi047.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0094514 s, 1.1 GB/s 2024-05-07T08:33:35.219 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping successful for: 2024-05-07T08:33:35.572 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:35 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:33:35.573 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:35 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.573 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:35 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.573 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:35 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:35.573 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:35 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.573 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:35 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:35.573 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:35 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:35.573 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:35 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:35 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:33:35.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:35 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:35 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:35 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:35.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:35 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:35 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:35.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:35 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:35.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:35 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:35 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:33:35.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:35 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:35 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:35 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:33:35.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:35 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:35 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:35.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:35 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:35.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:35 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:35.858 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi047:vg_nvme/lv_3 2024-05-07T08:33:36.105 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.b/config 2024-05-07T08:33:36.492 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: pgmap v81: 0 pgs: ; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:36.492 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: Detected new or changed devices on smithi047 2024-05-07T08:33:36.493 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: Adjusting osd_memory_target on smithi047 to 17093M 2024-05-07T08:33:36.493 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:33:36.493 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: osdmap e19: 3 total, 3 up, 3 in 2024-05-07T08:33:36.493 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:33:36.493 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:36.494 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:36.494 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:36.494 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:36 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: pgmap v81: 0 pgs: ; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: Detected new or changed devices on smithi047 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: Adjusting osd_memory_target on smithi047 to 17093M 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: osdmap e19: 3 total, 3 up, 3 in 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:36.708 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:36 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:36.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: pgmap v81: 0 pgs: ; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:36.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: Detected new or changed devices on smithi047 2024-05-07T08:33:36.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: Adjusting osd_memory_target on smithi047 to 17093M 2024-05-07T08:33:36.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:33:36.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: osdmap e19: 3 total, 3 up, 3 in 2024-05-07T08:33:36.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:33:36.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:36.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:36.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:33:36.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:36 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:37.403 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54100]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:33:37.403 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54100]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:37.403 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54100]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:37.403 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54100]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:37.501 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:37 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-07T08:33:37.501 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:37 smithi047 ceph-mon[31253]: osdmap e20: 3 total, 3 up, 3 in 2024-05-07T08:33:37.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-07T08:33:37.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:37 smithi008 ceph-mon[27810]: osdmap e20: 3 total, 3 up, 3 in 2024-05-07T08:33:37.747 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54103]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:33:37.747 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54103]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:37.747 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54103]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:37.747 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54103]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:37.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:37 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-07T08:33:37.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:37 smithi107 ceph-mon[31948]: osdmap e20: 3 total, 3 up, 3 in 2024-05-07T08:33:38.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54106]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:33:38.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54106]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:38.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54106]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:38.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:37 smithi008 sudo[54106]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:38 smithi047 ceph-mon[31253]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:38 smithi047 ceph-mon[31253]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-07T08:33:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:38 smithi047 ceph-mon[31253]: osdmap e21: 3 total, 3 up, 3 in 2024-05-07T08:33:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:38 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:38 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:33:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:38 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:33:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:38 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:38.747 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:38 smithi008 sudo[54109]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:33:38.747 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:38 smithi008 sudo[54109]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:38.747 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:38 smithi008 sudo[54109]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:38.747 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:33:38 smithi008 sudo[54109]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:38.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:38 smithi008 ceph-mon[27810]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:38.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:38 smithi008 ceph-mon[27810]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-07T08:33:38.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:38 smithi008 ceph-mon[27810]: osdmap e21: 3 total, 3 up, 3 in 2024-05-07T08:33:38.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:38 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:38.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:38 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:33:38.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:38 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:33:38.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:38 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:38.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:38 smithi107 ceph-mon[31948]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:38.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:38 smithi107 ceph-mon[31948]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-07T08:33:38.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:38 smithi107 ceph-mon[31948]: osdmap e21: 3 total, 3 up, 3 in 2024-05-07T08:33:38.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:38 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:38.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:38 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:33:38.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:38 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:33:38.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:38 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:39.192 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:38 smithi047 sudo[40317]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:33:39.192 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:38 smithi047 sudo[40317]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:39.192 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:38 smithi047 sudo[40317]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:39.192 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:38 smithi047 sudo[40317]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:39.692 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:39 smithi047 sudo[40338]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:33:39.692 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:39 smithi047 sudo[40338]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:39.693 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:39 smithi047 sudo[40338]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:39.693 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:33:39 smithi047 sudo[40338]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:40.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:39 smithi008 sudo[54112]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:33:40.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:39 smithi008 sudo[54112]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:40.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:39 smithi008 sudo[54112]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:40.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:39 smithi008 sudo[54112]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:40.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:40 smithi008 sudo[54115]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:33:40.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:40 smithi008 sudo[54115]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:40.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:40 smithi008 sudo[54115]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:40.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:40 smithi008 sudo[54115]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:40.733 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 sudo[34057]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:33:40.733 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 sudo[34057]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:40.733 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 sudo[34057]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:40.733 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 sudo[34057]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:40.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:40 smithi008 ceph-mon[27810]: from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:33:40.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:40 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:40.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:40 smithi008 ceph-mon[27810]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:41.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 sudo[34060]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:33:41.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 sudo[34060]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:41.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 sudo[34060]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:41.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 sudo[34060]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:41.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 ceph-mon[31948]: from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:33:41.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:41.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:40 smithi107 ceph-mon[31948]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:41.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:40 smithi047 ceph-mon[31253]: from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:33:41.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:40 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:41.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:40 smithi047 ceph-mon[31253]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:41.652 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 sudo[40459]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-07T08:33:41.652 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 sudo[40459]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:41.652 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 sudo[40459]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:41.652 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 sudo[40459]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:41.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 sudo[40462]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 sudo[40462]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 sudo[40462]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 sudo[40462]: pam_unix(sudo:session): session closed for user root 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:41.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='client.? 172.21.15.47:0/723316136' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]: dispatch 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]: dispatch 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]': finished 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: osdmap e22: 4 total, 3 up, 4 in 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:41.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:41 smithi047 ceph-mon[31253]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:41.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='client.? 172.21.15.47:0/723316136' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]: dispatch 2024-05-07T08:33:41.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]: dispatch 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]': finished 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: osdmap e22: 4 total, 3 up, 4 in 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:41.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:41 smithi008 ceph-mon[27810]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='client.? 172.21.15.47:0/723316136' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]: dispatch 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]: dispatch 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4182bac1-7b7a-4399-9e5a-bc2563995a2f"}]': finished 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: osdmap e22: 4 total, 3 up, 4 in 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:33:42.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:42.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-07T08:33:42.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:33:42.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:33:42.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-07T08:33:42.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:41 smithi107 ceph-mon[31948]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-07T08:33:42.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:42 smithi008 ceph-mon[27810]: from='client.? 172.21.15.47:0/2935287614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:33:43.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:42 smithi107 ceph-mon[31948]: from='client.? 172.21.15.47:0/2935287614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:33:43.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:42 smithi047 ceph-mon[31253]: from='client.? 172.21.15.47:0/2935287614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:33:43.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:43 smithi008 ceph-mon[27810]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:44.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:43 smithi107 ceph-mon[31948]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:44.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:43 smithi047 ceph-mon[31253]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:45.864 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:45 smithi047 ceph-mon[31253]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-05-07T08:33:46.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:45 smithi107 ceph-mon[31948]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-05-07T08:33:46.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:45 smithi008 ceph-mon[27810]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-05-07T08:33:47.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:47 smithi047 ceph-mon[31253]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-05-07T08:33:48.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:47 smithi008 ceph-mon[27810]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-05-07T08:33:48.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:47 smithi107 ceph-mon[31948]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-05-07T08:33:48.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-07T08:33:48.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:48.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:48 smithi047 ceph-mon[31253]: Deploying daemon osd.3 on smithi047 2024-05-07T08:33:49.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-07T08:33:49.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:49.152 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:48 smithi107 ceph-mon[31948]: Deploying daemon osd.3 on smithi047 2024-05-07T08:33:49.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-07T08:33:49.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:33:49.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:48 smithi008 ceph-mon[27810]: Deploying daemon osd.3 on smithi047 2024-05-07T08:33:50.056 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:49 smithi047 ceph-mon[31253]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-05-07T08:33:50.148 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:49 smithi008 ceph-mon[27810]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-05-07T08:33:50.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:49 smithi107 ceph-mon[31948]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-05-07T08:33:51.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:51 smithi047 ceph-mon[31253]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-07T08:33:52.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:51 smithi008 ceph-mon[27810]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-07T08:33:52.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:51 smithi107 ceph-mon[31948]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-05-07T08:33:54.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:53 smithi047 ceph-mon[31253]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 66 KiB/s wr, 4 op/s 2024-05-07T08:33:54.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:53 smithi008 ceph-mon[27810]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 66 KiB/s wr, 4 op/s 2024-05-07T08:33:54.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:53 smithi107 ceph-mon[31948]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 66 KiB/s wr, 4 op/s 2024-05-07T08:33:55.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:54 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:55.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:54 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:55.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:54 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:55.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:54 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:55.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:54 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:55.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:54 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:55.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:54 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:55.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:54 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:55.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:54 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:33:56.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:55 smithi047 ceph-mon[31253]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-07T08:33:56.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:55 smithi008 ceph-mon[27810]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-07T08:33:56.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:55 smithi107 ceph-mon[31948]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-07T08:33:57.679 INFO:teuthology.orchestra.run.smithi047.stdout:Created osd(s) 3 on host 'smithi047' 2024-05-07T08:33:57.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:57 smithi047 ceph-mon[31253]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:57.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:57 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:57.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:57 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:57.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:57 smithi047 ceph-mon[31253]: from='osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-07T08:33:57.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:57 smithi047 ceph-mon[31253]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-07T08:33:57.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:57 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:57.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:57 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:57 smithi008 ceph-mon[27810]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:58.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:57 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:57 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:57 smithi008 ceph-mon[27810]: from='osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-07T08:33:58.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:57 smithi008 ceph-mon[27810]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-07T08:33:58.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:57 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:57 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:57 smithi107 ceph-mon[31948]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:33:58.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:57 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:57 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:57 smithi107 ceph-mon[31948]: from='osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-07T08:33:58.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:57 smithi107 ceph-mon[31948]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-07T08:33:58.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:57 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:57 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:33:58.311 DEBUG:teuthology.orchestra.run.smithi047:osd.3> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.3.service 2024-05-07T08:33:58.314 INFO:tasks.cephadm:Deploying osd.4 on smithi107 with /dev/vg_nvme/lv_4... 2024-05-07T08:33:58.314 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-07T08:33:58.557 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:33:59.229 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:58 smithi047 ceph-mon[31253]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-07T08:33:59.229 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:58 smithi047 ceph-mon[31253]: osdmap e23: 4 total, 3 up, 4 in 2024-05-07T08:33:59.229 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:58 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:33:59.229 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:58 smithi047 ceph-mon[31253]: from='osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:59.229 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:58 smithi047 ceph-mon[31253]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:59.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:58 smithi008 ceph-mon[27810]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-07T08:33:59.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:58 smithi008 ceph-mon[27810]: osdmap e23: 4 total, 3 up, 4 in 2024-05-07T08:33:59.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:58 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:33:59.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:58 smithi008 ceph-mon[27810]: from='osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:59.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:58 smithi008 ceph-mon[27810]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:59.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:58 smithi107 ceph-mon[31948]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-07T08:33:59.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:58 smithi107 ceph-mon[31948]: osdmap e23: 4 total, 3 up, 4 in 2024-05-07T08:33:59.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:58 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:33:59.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:58 smithi107 ceph-mon[31948]: from='osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:59.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:58 smithi107 ceph-mon[31948]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-05-07T08:33:59.483 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:33:59 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3[42233]: 2024-05-07T08:33:59.227+0000 7fb1cf353700 -1 osd.3 0 waiting for initial osdmap 2024-05-07T08:33:59.483 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:33:59 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3[42233]: 2024-05-07T08:33:59.231+0000 7fb1c713e700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-07T08:34:00.111 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:59 smithi047 ceph-mon[31253]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:34:00.111 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:59 smithi047 ceph-mon[31253]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:34:00.111 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:59 smithi047 ceph-mon[31253]: osdmap e24: 4 total, 3 up, 4 in 2024-05-07T08:34:00.111 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:59 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:00.111 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:59 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:00.111 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:33:59 smithi047 ceph-mon[31253]: from='osd.3 ' entity='osd.3' 2024-05-07T08:34:00.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:59 smithi008 ceph-mon[27810]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:34:00.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:59 smithi008 ceph-mon[27810]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:34:00.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:59 smithi008 ceph-mon[27810]: osdmap e24: 4 total, 3 up, 4 in 2024-05-07T08:34:00.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:59 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:00.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:59 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:00.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:33:59 smithi008 ceph-mon[27810]: from='osd.3 ' entity='osd.3' 2024-05-07T08:34:00.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:59 smithi107 ceph-mon[31948]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-05-07T08:34:00.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:59 smithi107 ceph-mon[31948]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-05-07T08:34:00.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:59 smithi107 ceph-mon[31948]: osdmap e24: 4 total, 3 up, 4 in 2024-05-07T08:34:00.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:59 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:00.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:59 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:00.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:33:59 smithi107 ceph-mon[31948]: from='osd.3 ' entity='osd.3' 2024-05-07T08:34:00.335 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-07T08:34:00.335 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-07T08:34:00.335 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2024-05-07T08:34:00.335 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2024-05-07T08:34:00.335 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113702 s, 922 MB/s 2024-05-07T08:34:00.335 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2024-05-07T08:34:00.935 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi107:vg_nvme/lv_4 2024-05-07T08:34:01.167 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:34:01.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:00 smithi047 ceph-mon[31253]: purged_snaps scrub starts 2024-05-07T08:34:01.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:00 smithi047 ceph-mon[31253]: purged_snaps scrub ok 2024-05-07T08:34:01.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:00 smithi047 ceph-mon[31253]: osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185] boot 2024-05-07T08:34:01.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:00 smithi047 ceph-mon[31253]: osdmap e25: 4 total, 4 up, 4 in 2024-05-07T08:34:01.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:00 smithi008 ceph-mon[27810]: purged_snaps scrub starts 2024-05-07T08:34:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:00 smithi008 ceph-mon[27810]: purged_snaps scrub ok 2024-05-07T08:34:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:00 smithi008 ceph-mon[27810]: osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185] boot 2024-05-07T08:34:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:00 smithi008 ceph-mon[27810]: osdmap e25: 4 total, 4 up, 4 in 2024-05-07T08:34:01.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:01.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:00 smithi107 ceph-mon[31948]: purged_snaps scrub starts 2024-05-07T08:34:01.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:00 smithi107 ceph-mon[31948]: purged_snaps scrub ok 2024-05-07T08:34:01.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:00 smithi107 ceph-mon[31948]: osd.3 [v2:172.21.15.47:6808/1295367185,v1:172.21.15.47:6809/1295367185] boot 2024-05-07T08:34:01.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:00 smithi107 ceph-mon[31948]: osdmap e25: 4 total, 4 up, 4 in 2024-05-07T08:34:01.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:00 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-07T08:34:02.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: pgmap v101: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:02.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: osdmap e26: 4 total, 4 up, 4 in 2024-05-07T08:34:02.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:02.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:02.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:02.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:02.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:01 smithi047 ceph-mon[31253]: osdmap e27: 4 total, 4 up, 4 in 2024-05-07T08:34:02.230 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: pgmap v101: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:02.230 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: osdmap e26: 4 total, 4 up, 4 in 2024-05-07T08:34:02.230 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.230 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.230 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:02.230 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:02.230 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.230 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:02.231 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:02.231 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:01 smithi107 ceph-mon[31948]: osdmap e27: 4 total, 4 up, 4 in 2024-05-07T08:34:02.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: pgmap v101: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:02.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: osdmap e26: 4 total, 4 up, 4 in 2024-05-07T08:34:02.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:02.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:02.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:02.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:02.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:02.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:01 smithi008 ceph-mon[27810]: osdmap e27: 4 total, 4 up, 4 in 2024-05-07T08:34:03.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: Detected new or changed devices on smithi047 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: Adjusting osd_memory_target on smithi047 to 8546M 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:34:03.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:02 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: Detected new or changed devices on smithi047 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: Adjusting osd_memory_target on smithi047 to 8546M 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:34:03.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:34:03.251 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:02 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:03.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: Detected new or changed devices on smithi047 2024-05-07T08:34:03.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: Adjusting osd_memory_target on smithi047 to 8546M 2024-05-07T08:34:03.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:03.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:03.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:03.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:03.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:03.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:34:03.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:34:03.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:02 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:04.215 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:03 smithi107 ceph-mon[31948]: pgmap v104: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:04.215 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:03 smithi107 ceph-mon[31948]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:34:04.215 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:03 smithi107 ceph-mon[31948]: osdmap e28: 4 total, 4 up, 4 in 2024-05-07T08:34:04.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:03 smithi008 ceph-mon[27810]: pgmap v104: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:04.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:03 smithi008 ceph-mon[27810]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:34:04.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:03 smithi008 ceph-mon[27810]: osdmap e28: 4 total, 4 up, 4 in 2024-05-07T08:34:04.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:03 smithi047 ceph-mon[31253]: pgmap v104: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:04.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:03 smithi047 ceph-mon[31253]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:34:04.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:03 smithi047 ceph-mon[31253]: osdmap e28: 4 total, 4 up, 4 in 2024-05-07T08:34:05.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:04 smithi008 ceph-mon[27810]: osdmap e29: 4 total, 4 up, 4 in 2024-05-07T08:34:05.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:04 smithi107 ceph-mon[31948]: osdmap e29: 4 total, 4 up, 4 in 2024-05-07T08:34:05.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:04 smithi047 ceph-mon[31253]: osdmap e29: 4 total, 4 up, 4 in 2024-05-07T08:34:06.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:05 smithi008 ceph-mon[27810]: pgmap v107: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:06.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:05 smithi008 ceph-mon[27810]: from='client.? 172.21.15.107:0/337820941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]: dispatch 2024-05-07T08:34:06.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:05 smithi008 ceph-mon[27810]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]: dispatch 2024-05-07T08:34:06.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:05 smithi008 ceph-mon[27810]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]': finished 2024-05-07T08:34:06.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:05 smithi008 ceph-mon[27810]: osdmap e30: 5 total, 4 up, 5 in 2024-05-07T08:34:06.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:05 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:06.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:05 smithi107 ceph-mon[31948]: pgmap v107: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:06.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:05 smithi107 ceph-mon[31948]: from='client.? 172.21.15.107:0/337820941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]: dispatch 2024-05-07T08:34:06.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:05 smithi107 ceph-mon[31948]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]: dispatch 2024-05-07T08:34:06.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:05 smithi107 ceph-mon[31948]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]': finished 2024-05-07T08:34:06.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:05 smithi107 ceph-mon[31948]: osdmap e30: 5 total, 4 up, 5 in 2024-05-07T08:34:06.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:05 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:06.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:05 smithi047 ceph-mon[31253]: pgmap v107: 1 pgs: 1 remapped; 577 KiB data, 396 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:06.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:05 smithi047 ceph-mon[31253]: from='client.? 172.21.15.107:0/337820941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]: dispatch 2024-05-07T08:34:06.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:05 smithi047 ceph-mon[31253]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]: dispatch 2024-05-07T08:34:06.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:05 smithi047 ceph-mon[31253]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44febb2f-6e64-401a-8bc7-b95899bd4039"}]': finished 2024-05-07T08:34:06.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:05 smithi047 ceph-mon[31253]: osdmap e30: 5 total, 4 up, 5 in 2024-05-07T08:34:06.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:05 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:07.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:06 smithi107 ceph-mon[31948]: from='client.? 172.21.15.107:0/2264442432' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:34:07.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:06 smithi047 ceph-mon[31253]: from='client.? 172.21.15.107:0/2264442432' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:34:07.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:06 smithi008 ceph-mon[27810]: from='client.? 172.21.15.107:0/2264442432' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:34:08.406 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:08 smithi107 ceph-mon[31948]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 124 KiB/s, 0 objects/s recovering 2024-05-07T08:34:08.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:08 smithi047 ceph-mon[31253]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 124 KiB/s, 0 objects/s recovering 2024-05-07T08:34:08.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:07 smithi008 ceph-mon[27810]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 124 KiB/s, 0 objects/s recovering 2024-05-07T08:34:10.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:10 smithi107 ceph-mon[31948]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-07T08:34:10.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:10 smithi047 ceph-mon[31253]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-07T08:34:10.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:10 smithi008 ceph-mon[27810]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-07T08:34:12.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:12 smithi107 ceph-mon[31948]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-07T08:34:12.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-07T08:34:12.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:12 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:12.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:12 smithi047 ceph-mon[31253]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-07T08:34:12.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-07T08:34:12.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:12 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:12.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:12 smithi008 ceph-mon[27810]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-07T08:34:12.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-07T08:34:12.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:12 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:13.250 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:13 smithi107 ceph-mon[31948]: Deploying daemon osd.4 on smithi107 2024-05-07T08:34:13.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:13 smithi047 ceph-mon[31253]: Deploying daemon osd.4 on smithi107 2024-05-07T08:34:13.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:13 smithi008 ceph-mon[27810]: Deploying daemon osd.4 on smithi107 2024-05-07T08:34:14.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:14 smithi047 ceph-mon[31253]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-05-07T08:34:14.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:14 smithi008 ceph-mon[27810]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-05-07T08:34:14.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:14 smithi107 ceph-mon[31948]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-05-07T08:34:16.207 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:16 smithi107 ceph-mon[31948]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-07T08:34:16.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:16 smithi047 ceph-mon[31253]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-07T08:34:16.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:16 smithi008 ceph-mon[27810]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-07T08:34:18.678 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:18 smithi107 ceph-mon[31948]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:18.678 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:18.678 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:18.678 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:18 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:18.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:18 smithi047 ceph-mon[31253]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:18.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:18.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:18.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:18.749 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:18 smithi008 ceph-mon[27810]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:18.749 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:18.749 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:18.749 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:20.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:20 smithi047 ceph-mon[31253]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:20.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:20 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:20.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:20 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:20.704 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:20 smithi107 ceph-mon[31948]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:20.705 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:20 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:20.705 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:20 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:20.746 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 4 on host 'smithi107' 2024-05-07T08:34:20.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:20 smithi008 ceph-mon[27810]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:20.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:20 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:20.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:20 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:21.303 DEBUG:teuthology.orchestra.run.smithi107:osd.4> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.4.service 2024-05-07T08:34:21.306 INFO:tasks.cephadm:Deploying osd.5 on smithi107 with /dev/vg_nvme/lv_3... 2024-05-07T08:34:21.306 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-07T08:34:21.606 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:34:21.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:21 smithi047 ceph-mon[31253]: from='osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-07T08:34:21.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:21 smithi047 ceph-mon[31253]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-07T08:34:21.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:21 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:21.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:21 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:21.729 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:21 smithi107 ceph-mon[31948]: from='osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-07T08:34:21.729 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:21 smithi107 ceph-mon[31948]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-07T08:34:21.729 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:21 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:21.729 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:21 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:21.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:21 smithi008 ceph-mon[27810]: from='osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-07T08:34:21.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:21 smithi008 ceph-mon[27810]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-07T08:34:21.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:21 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:21.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:21 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:22 smithi047 ceph-mon[31253]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:22 smithi047 ceph-mon[31253]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-07T08:34:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:22 smithi047 ceph-mon[31253]: osdmap e31: 5 total, 4 up, 5 in 2024-05-07T08:34:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:22 smithi047 ceph-mon[31253]: from='osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:22.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:22 smithi047 ceph-mon[31253]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:22 smithi008 ceph-mon[27810]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:22 smithi008 ceph-mon[27810]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-07T08:34:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:22 smithi008 ceph-mon[27810]: osdmap e31: 5 total, 4 up, 5 in 2024-05-07T08:34:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:22 smithi008 ceph-mon[27810]: from='osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:22 smithi008 ceph-mon[27810]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:22.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:22 smithi107 ceph-mon[31948]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:22.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:22 smithi107 ceph-mon[31948]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-07T08:34:22.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:22 smithi107 ceph-mon[31948]: osdmap e31: 5 total, 4 up, 5 in 2024-05-07T08:34:22.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:22 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:22.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:22 smithi107 ceph-mon[31948]: from='osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:22.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:22 smithi107 ceph-mon[31948]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:23.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:34:22 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4[36606]: 2024-05-07T08:34:22.845+0000 7fe33cc1f700 -1 osd.4 0 waiting for initial osdmap 2024-05-07T08:34:23.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:34:22 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4[36606]: 2024-05-07T08:34:22.849+0000 7fe334a0a700 -1 osd.4 32 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-07T08:34:23.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:23 smithi047 ceph-mon[31253]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:34:23.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:23 smithi047 ceph-mon[31253]: osdmap e32: 5 total, 4 up, 5 in 2024-05-07T08:34:23.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:23.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:23.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:23 smithi047 ceph-mon[31253]: from='osd.4 ' entity='osd.4' 2024-05-07T08:34:23.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:23 smithi047 ceph-mon[31253]: osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058] boot 2024-05-07T08:34:23.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:23 smithi047 ceph-mon[31253]: osdmap e33: 5 total, 5 up, 5 in 2024-05-07T08:34:23.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:23 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:23.713 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:23 smithi107 ceph-mon[31948]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:34:23.713 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:23 smithi107 ceph-mon[31948]: osdmap e32: 5 total, 4 up, 5 in 2024-05-07T08:34:23.713 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:23.713 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:23.713 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:23 smithi107 ceph-mon[31948]: from='osd.4 ' entity='osd.4' 2024-05-07T08:34:23.713 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:23 smithi107 ceph-mon[31948]: osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058] boot 2024-05-07T08:34:23.713 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:23 smithi107 ceph-mon[31948]: osdmap e33: 5 total, 5 up, 5 in 2024-05-07T08:34:23.713 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:23 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:23 smithi008 ceph-mon[27810]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:34:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:23 smithi008 ceph-mon[27810]: osdmap e32: 5 total, 4 up, 5 in 2024-05-07T08:34:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:23 smithi008 ceph-mon[27810]: from='osd.4 ' entity='osd.4' 2024-05-07T08:34:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:23 smithi008 ceph-mon[27810]: osd.4 [v2:172.21.15.107:6800/2686834058,v1:172.21.15.107:6801/2686834058] boot 2024-05-07T08:34:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:23 smithi008 ceph-mon[27810]: osdmap e33: 5 total, 5 up, 5 in 2024-05-07T08:34:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:23 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-07T08:34:24.163 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-07T08:34:24.163 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-07T08:34:24.163 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2024-05-07T08:34:24.163 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2024-05-07T08:34:24.164 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0154131 s, 680 MB/s 2024-05-07T08:34:24.164 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2024-05-07T08:34:24.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:24 smithi047 ceph-mon[31253]: purged_snaps scrub starts 2024-05-07T08:34:24.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:24 smithi047 ceph-mon[31253]: purged_snaps scrub ok 2024-05-07T08:34:24.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:24 smithi047 ceph-mon[31253]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:24.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:24 smithi047 ceph-mon[31253]: osdmap e34: 5 total, 5 up, 5 in 2024-05-07T08:34:24.743 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:24 smithi107 ceph-mon[31948]: purged_snaps scrub starts 2024-05-07T08:34:24.744 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:24 smithi107 ceph-mon[31948]: purged_snaps scrub ok 2024-05-07T08:34:24.744 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:24 smithi107 ceph-mon[31948]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:24.744 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:24 smithi107 ceph-mon[31948]: osdmap e34: 5 total, 5 up, 5 in 2024-05-07T08:34:24.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:24 smithi008 ceph-mon[27810]: purged_snaps scrub starts 2024-05-07T08:34:24.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:24 smithi008 ceph-mon[27810]: purged_snaps scrub ok 2024-05-07T08:34:24.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:24 smithi008 ceph-mon[27810]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 124 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:34:24.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:24 smithi008 ceph-mon[27810]: osdmap e34: 5 total, 5 up, 5 in 2024-05-07T08:34:25.046 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi107:vg_nvme/lv_3 2024-05-07T08:34:25.360 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.c/config 2024-05-07T08:34:26.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:26 smithi008 ceph-mon[27810]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 243 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:26.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:26 smithi008 ceph-mon[27810]: osdmap e35: 5 total, 5 up, 5 in 2024-05-07T08:34:26.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:26 smithi107 ceph-mon[31948]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 243 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:26.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:26 smithi107 ceph-mon[31948]: osdmap e35: 5 total, 5 up, 5 in 2024-05-07T08:34:26.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:26 smithi047 ceph-mon[31253]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 243 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:26.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:26 smithi047 ceph-mon[31253]: osdmap e35: 5 total, 5 up, 5 in 2024-05-07T08:34:27.272 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: osdmap e36: 5 total, 5 up, 5 in 2024-05-07T08:34:27.272 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.272 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.272 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:27.273 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.273 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:27.273 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:27.273 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.273 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:27.273 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:27.273 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:27.273 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:27 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: osdmap e36: 5 total, 5 up, 5 in 2024-05-07T08:34:27.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:27.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:27 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: osdmap e36: 5 total, 5 up, 5 in 2024-05-07T08:34:27.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:27.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:27.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:27.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:27.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:27.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:27.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:27.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:27 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:28.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:28 smithi008 ceph-mon[27810]: pgmap v125: 1 pgs: 1 remapped+peering; 577 KiB data, 243 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:28.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:28 smithi008 ceph-mon[27810]: Detected new or changed devices on smithi107 2024-05-07T08:34:28.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:28 smithi008 ceph-mon[27810]: Adjusting osd_memory_target on smithi107 to 21184M 2024-05-07T08:34:28.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:28 smithi008 ceph-mon[27810]: osdmap e37: 5 total, 5 up, 5 in 2024-05-07T08:34:28.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:28 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:34:28.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:28 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:34:28.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:28 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:28 smithi107 ceph-mon[31948]: pgmap v125: 1 pgs: 1 remapped+peering; 577 KiB data, 243 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:28 smithi107 ceph-mon[31948]: Detected new or changed devices on smithi107 2024-05-07T08:34:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:28 smithi107 ceph-mon[31948]: Adjusting osd_memory_target on smithi107 to 21184M 2024-05-07T08:34:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:28 smithi107 ceph-mon[31948]: osdmap e37: 5 total, 5 up, 5 in 2024-05-07T08:34:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:28 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:34:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:28 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:34:28.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:28 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:28 smithi047 ceph-mon[31253]: pgmap v125: 1 pgs: 1 remapped+peering; 577 KiB data, 243 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:28 smithi047 ceph-mon[31253]: Detected new or changed devices on smithi107 2024-05-07T08:34:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:28 smithi047 ceph-mon[31253]: Adjusting osd_memory_target on smithi107 to 21184M 2024-05-07T08:34:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:28 smithi047 ceph-mon[31253]: osdmap e37: 5 total, 5 up, 5 in 2024-05-07T08:34:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:28 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-07T08:34:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:28 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-07T08:34:28.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:28 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:29.290 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:29 smithi107 ceph-mon[31948]: from='client.24238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:34:29.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:29 smithi047 ceph-mon[31253]: from='client.24238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:34:29.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:29 smithi008 ceph-mon[27810]: from='client.24238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:34:30.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:30 smithi047 ceph-mon[31253]: pgmap v127: 1 pgs: 1 remapped+peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:30.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:30 smithi008 ceph-mon[27810]: pgmap v127: 1 pgs: 1 remapped+peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:30.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:30 smithi107 ceph-mon[31948]: pgmap v127: 1 pgs: 1 remapped+peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:31.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:31 smithi047 ceph-mon[31253]: from='client.? 172.21.15.107:0/2705520303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]: dispatch 2024-05-07T08:34:31.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:31 smithi047 ceph-mon[31253]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]: dispatch 2024-05-07T08:34:31.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:31 smithi047 ceph-mon[31253]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]': finished 2024-05-07T08:34:31.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:31 smithi047 ceph-mon[31253]: osdmap e38: 6 total, 5 up, 6 in 2024-05-07T08:34:31.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:31 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:31.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:31 smithi047 ceph-mon[31253]: from='client.? 172.21.15.107:0/1036034315' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:34:31.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:31 smithi008 ceph-mon[27810]: from='client.? 172.21.15.107:0/2705520303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]: dispatch 2024-05-07T08:34:31.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:31 smithi008 ceph-mon[27810]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]: dispatch 2024-05-07T08:34:31.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:31 smithi008 ceph-mon[27810]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]': finished 2024-05-07T08:34:31.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:31 smithi008 ceph-mon[27810]: osdmap e38: 6 total, 5 up, 6 in 2024-05-07T08:34:31.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:31 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:31.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:31 smithi008 ceph-mon[27810]: from='client.? 172.21.15.107:0/1036034315' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:34:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:31 smithi107 ceph-mon[31948]: from='client.? 172.21.15.107:0/2705520303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]: dispatch 2024-05-07T08:34:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:31 smithi107 ceph-mon[31948]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]: dispatch 2024-05-07T08:34:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:31 smithi107 ceph-mon[31948]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0b28600-d473-4ffc-baae-396ddb54f79e"}]': finished 2024-05-07T08:34:31.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:31 smithi107 ceph-mon[31948]: osdmap e38: 6 total, 5 up, 6 in 2024-05-07T08:34:31.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:31 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:31.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:31 smithi107 ceph-mon[31948]: from='client.? 172.21.15.107:0/1036034315' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-07T08:34:32.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:32 smithi047 ceph-mon[31253]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-05-07T08:34:32.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:32 smithi008 ceph-mon[27810]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-05-07T08:34:32.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:32 smithi107 ceph-mon[31948]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-05-07T08:34:34.652 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:34 smithi107 ceph-mon[31948]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-05-07T08:34:34.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:34 smithi047 ceph-mon[31253]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-05-07T08:34:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:34 smithi008 ceph-mon[27810]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-05-07T08:34:36.598 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:36 smithi107 ceph-mon[31948]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-07T08:34:36.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:36 smithi047 ceph-mon[31253]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-07T08:34:36.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:36 smithi008 ceph-mon[27810]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-07T08:34:37.674 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:37 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-07T08:34:37.674 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:37 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:37.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:37 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-07T08:34:37.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:37 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:37.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-07T08:34:37.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:37 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:38.680 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:38 smithi107 ceph-mon[31948]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-05-07T08:34:38.680 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:38 smithi107 ceph-mon[31948]: Deploying daemon osd.5 on smithi107 2024-05-07T08:34:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:38 smithi047 ceph-mon[31253]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-05-07T08:34:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:38 smithi047 ceph-mon[31253]: Deploying daemon osd.5 on smithi107 2024-05-07T08:34:38.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:38 smithi008 ceph-mon[27810]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-05-07T08:34:38.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:38 smithi008 ceph-mon[27810]: Deploying daemon osd.5 on smithi107 2024-05-07T08:34:40.616 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:40 smithi107 ceph-mon[31948]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-07T08:34:40.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:40 smithi047 ceph-mon[31253]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-07T08:34:40.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:40 smithi008 ceph-mon[27810]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-07T08:34:42.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:42 smithi107 ceph-mon[31948]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:42.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:42.500 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:42.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:42 smithi047 ceph-mon[31253]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:42.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:42.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:42.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:42 smithi008 ceph-mon[27810]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:42.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:42.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:43.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:43 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:43.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:43 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:43.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:43 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:44.609 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:44 smithi107 ceph-mon[31948]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:44.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:44 smithi047 ceph-mon[31253]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:44.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:44 smithi008 ceph-mon[27810]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:46.117 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 5 on host 'smithi107' 2024-05-07T08:34:46.413 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:46.413 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.413 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.413 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:46.414 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:46.414 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.414 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-07T08:34:46.414 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-07T08:34:46.414 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.414 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.414 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:46 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:46 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:46.723 DEBUG:teuthology.orchestra.run.smithi107:osd.5> sudo journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.5.service 2024-05-07T08:34:46.731 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-07T08:34:46.731 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-07T08:34:46.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:46.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:46.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:46.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-07T08:34:46.752 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-07T08:34:46.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:46.753 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:46 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:34:46.997 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:34:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:47 smithi047 ceph-mon[31253]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-07T08:34:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:47 smithi047 ceph-mon[31253]: osdmap e39: 6 total, 5 up, 6 in 2024-05-07T08:34:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:47 smithi047 ceph-mon[31253]: from='osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:47 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:47 smithi047 ceph-mon[31253]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:47 smithi008 ceph-mon[27810]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-07T08:34:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:47 smithi008 ceph-mon[27810]: osdmap e39: 6 total, 5 up, 6 in 2024-05-07T08:34:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:47 smithi008 ceph-mon[27810]: from='osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:47 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:47 smithi008 ceph-mon[27810]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:47.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:47 smithi107 ceph-mon[31948]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-07T08:34:47.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:47 smithi107 ceph-mon[31948]: osdmap e39: 6 total, 5 up, 6 in 2024-05-07T08:34:47.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:47 smithi107 ceph-mon[31948]: from='osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:47.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:47 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:47.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:47 smithi107 ceph-mon[31948]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-07T08:34:48.079 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:34:47 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5[42544]: 2024-05-07T08:34:47.875+0000 7f528c1c5700 -1 osd.5 0 waiting for initial osdmap 2024-05-07T08:34:48.080 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:34:47 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5[42544]: 2024-05-07T08:34:47.881+0000 7f5283fb0700 -1 osd.5 40 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-07T08:34:48.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:48.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:34:48.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: osdmap e40: 6 total, 5 up, 6 in 2024-05-07T08:34:48.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: from='osd.5 ' entity='osd.5' 2024-05-07T08:34:48.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947] boot 2024-05-07T08:34:48.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: osdmap e41: 6 total, 6 up, 6 in 2024-05-07T08:34:48.498 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:48.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:34:48.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: osdmap e40: 6 total, 5 up, 6 in 2024-05-07T08:34:48.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: from='osd.5 ' entity='osd.5' 2024-05-07T08:34:48.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947] boot 2024-05-07T08:34:48.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: osdmap e41: 6 total, 6 up, 6 in 2024-05-07T08:34:48.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:34:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-07T08:34:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: osdmap e40: 6 total, 5 up, 6 in 2024-05-07T08:34:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: from='osd.5 ' entity='osd.5' 2024-05-07T08:34:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: osd.5 [v2:172.21.15.107:6808/2055458947,v1:172.21.15.107:6809/2055458947] boot 2024-05-07T08:34:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: osdmap e41: 6 total, 6 up, 6 in 2024-05-07T08:34:48.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-07T08:34:48.970 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:34:49.585 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:49 smithi008 ceph-mon[27810]: purged_snaps scrub starts 2024-05-07T08:34:49.585 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:49 smithi008 ceph-mon[27810]: purged_snaps scrub ok 2024-05-07T08:34:49.585 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:49 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/3831560506' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-07T08:34:49.585 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:49 smithi008 ceph-mon[27810]: osdmap e42: 6 total, 6 up, 6 in 2024-05-07T08:34:49.614 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":41,"num_osds":6,"num_up_osds":6,"osd_up_since":1715070888,"num_in_osds":6,"osd_in_since":1715070870,"num_remapped_pgs":1} 2024-05-07T08:34:49.614 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-07T08:34:49.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:49 smithi047 ceph-mon[31253]: purged_snaps scrub starts 2024-05-07T08:34:49.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:49 smithi047 ceph-mon[31253]: purged_snaps scrub ok 2024-05-07T08:34:49.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:49 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/3831560506' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-07T08:34:49.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:49 smithi047 ceph-mon[31253]: osdmap e42: 6 total, 6 up, 6 in 2024-05-07T08:34:49.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:49 smithi107 ceph-mon[31948]: purged_snaps scrub starts 2024-05-07T08:34:49.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:49 smithi107 ceph-mon[31948]: purged_snaps scrub ok 2024-05-07T08:34:49.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:49 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/3831560506' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-07T08:34:49.751 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:49 smithi107 ceph-mon[31948]: osdmap e42: 6 total, 6 up, 6 in 2024-05-07T08:34:49.902 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:34:50.690 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:50.690 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: Detected new or changed devices on smithi107 2024-05-07T08:34:50.690 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.690 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.691 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:50.691 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:50.691 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.691 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:50.691 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:50.691 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.691 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:50 smithi107 ceph-mon[31948]: osdmap e43: 6 total, 6 up, 6 in 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: Detected new or changed devices on smithi107 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:50.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:50.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:50 smithi047 ceph-mon[31253]: osdmap e43: 6 total, 6 up, 6 in 2024-05-07T08:34:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: Detected new or changed devices on smithi107 2024-05-07T08:34:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:50.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-07T08:34:50.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:34:50.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:34:50.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:34:50.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:50 smithi008 ceph-mon[27810]: osdmap e43: 6 total, 6 up, 6 in 2024-05-07T08:34:51.587 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:51 smithi008 ceph-mon[27810]: Adjusting osd_memory_target on smithi107 to 10592M 2024-05-07T08:34:51.587 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:51 smithi008 ceph-mon[27810]: osdmap e44: 6 total, 6 up, 6 in 2024-05-07T08:34:51.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:51 smithi047 ceph-mon[31253]: Adjusting osd_memory_target on smithi107 to 10592M 2024-05-07T08:34:51.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:51 smithi047 ceph-mon[31253]: osdmap e44: 6 total, 6 up, 6 in 2024-05-07T08:34:51.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:51 smithi107 ceph-mon[31948]: Adjusting osd_memory_target on smithi107 to 10592M 2024-05-07T08:34:51.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:51 smithi107 ceph-mon[31948]: osdmap e44: 6 total, 6 up, 6 in 2024-05-07T08:34:51.810 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:34:51.811 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":44,"fsid":"d73e7f90-0c4b-11ef-bc97-c7b262605968","created":"2024-05-07T08:30:03.332140+0000","modified":"2024-05-07T08:34:51.238289+0000","last_up_change":"2024-05-07T08:34:48.233872+0000","last_in_change":"2024-05-07T08:34:30.388367+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-07T08:33:35.121427+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9bb89058-c990-4b9c-98e0-20de93b05dc8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6803","nonce":1221199000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6805","nonce":1221199000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6809","nonce":1221199000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6807","nonce":1221199000}]},"public_addr":"172.21.15.8:6803/1221199000","cluster_addr":"172.21.15.8:6805/1221199000","heartbeat_back_addr":"172.21.15.8:6809/1221199000","heartbeat_front_addr":"172.21.15.8:6807/1221199000","state":["exists","up"]},{"osd":1,"uuid":"dad2b938-38a3-4df5-97a9-da6225060e3a","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.8:6810","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6811","nonce":3963430751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6813","nonce":3963430751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6817","nonce":3963430751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6815","nonce":3963430751}]},"public_addr":"172.21.15.8:6811/3963430751","cluster_addr":"172.21.15.8:6813/3963430751","heartbeat_back_addr":"172.21.15.8:6817/3963430751","heartbeat_front_addr":"172.21.15.8:6815/3963430751","state":["exists","up"]},{"osd":2,"uuid":"0c4a9646-75fa-4979-a3ec-a426d88f6e03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6801","nonce":1859916572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6803","nonce":1859916572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6807","nonce":1859916572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6805","nonce":1859916572}]},"public_addr":"172.21.15.47:6801/1859916572","cluster_addr":"172.21.15.47:6803/1859916572","heartbeat_back_addr":"172.21.15.47:6807/1859916572","heartbeat_front_addr":"172.21.15.47:6805/1859916572","state":["exists","up"]},{"osd":3,"uuid":"4182bac1-7b7a-4399-9e5a-bc2563995a2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6809","nonce":1295367185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6811","nonce":1295367185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6815","nonce":1295367185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6813","nonce":1295367185}]},"public_addr":"172.21.15.47:6809/1295367185","cluster_addr":"172.21.15.47:6811/1295367185","heartbeat_back_addr":"172.21.15.47:6815/1295367185","heartbeat_front_addr":"172.21.15.47:6813/1295367185","state":["exists","up"]},{"osd":4,"uuid":"44febb2f-6e64-401a-8bc7-b95899bd4039","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6801","nonce":2686834058}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6803","nonce":2686834058}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6807","nonce":2686834058}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6805","nonce":2686834058}]},"public_addr":"172.21.15.107:6801/2686834058","cluster_addr":"172.21.15.107:6803/2686834058","heartbeat_back_addr":"172.21.15.107:6807/2686834058","heartbeat_front_addr":"172.21.15.107:6805/2686834058","state":["exists","up"]},{"osd":5,"uuid":"e0b28600-d473-4ffc-baae-396ddb54f79e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6809","nonce":2055458947}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6810","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6811","nonce":2055458947}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6815","nonce":2055458947}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6813","nonce":2055458947}]},"public_addr":"172.21.15.107:6809/2055458947","cluster_addr":"172.21.15.107:6811/2055458947","heartbeat_back_addr":"172.21.15.107:6815/2055458947","heartbeat_front_addr":"172.21.15.107:6813/2055458947","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:32:42.240705+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:07.607400+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:31.489403+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:58.032505+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:34:21.556204+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:34:46.529259+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6800/1500826363":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/814410234":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/1580529267":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/3321610577":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/1782728504":"2024-05-08T08:30:41.370171+0000","172.21.15.8:6801/1500826363":"2024-05-08T08:31:08.589924+0000","172.21.15.8:6800/1052180174":"2024-05-08T08:30:41.370171+0000","172.21.15.8:6801/1052180174":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/3393016994":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/155983126":"2024-05-08T08:31:08.589924+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-07T08:34:52.444 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-07T08:33:35.121427+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-07T08:34:52.444 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-07T08:34:52.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:52 smithi047 ceph-mon[31253]: pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:52.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:52 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/1814966023' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:34:52.693 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:52 smithi047 ceph-mon[31253]: osdmap e45: 6 total, 6 up, 6 in 2024-05-07T08:34:52.701 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:34:52.738 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:52 smithi008 ceph-mon[27810]: pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:52.738 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:52 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/1814966023' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:34:52.738 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:52 smithi008 ceph-mon[27810]: osdmap e45: 6 total, 6 up, 6 in 2024-05-07T08:34:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:52 smithi107 ceph-mon[31948]: pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:52 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/1814966023' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:34:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:52 smithi107 ceph-mon[31948]: osdmap e45: 6 total, 6 up, 6 in 2024-05-07T08:34:54.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:54 smithi008 ceph-mon[27810]: pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:54.683 INFO:teuthology.orchestra.run.smithi008.stdout:pg_num: 1 2024-05-07T08:34:54.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:54 smithi047 ceph-mon[31253]: pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:54.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:54 smithi107 ceph-mon[31948]: pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 306 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:55.379 INFO:tasks.cephadm:Setting up client nodes... 2024-05-07T08:34:55.380 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-07T08:34:55.380 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-07T08:34:55.380 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-07T08:34:55.633 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:34:55.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:55 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2623634359' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-07T08:34:55.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:55 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/2623634359' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-07T08:34:55.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:55 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/2623634359' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-07T08:34:56.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:56 smithi008 ceph-mon[27810]: pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:56.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:56 smithi107 ceph-mon[31948]: pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:56.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:56 smithi047 ceph-mon[31253]: pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:34:57.635 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:34:58.248 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6800","nonce":2911368351},{"type":"v1","addr":"172.21.15.8:6801","nonce":2911368351}]},"active_addr":"172.21.15.8:6801/2911368351","active_change":"2024-05-07T08:31:08.590077+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.8:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":2623264172}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":253465094}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":1245038972}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":879206964}]}]} 2024-05-07T08:34:58.254 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-07T08:34:58.254 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-07T08:34:58.254 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-07T08:34:58.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:58 smithi008 ceph-mon[27810]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-05-07T08:34:58.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:34:58 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/538873281' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-07T08:34:58.500 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:34:58.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:58 smithi107 ceph-mon[31948]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-05-07T08:34:58.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:34:58 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/538873281' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-07T08:34:58.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:58 smithi047 ceph-mon[31253]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-05-07T08:34:58.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:34:58 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/538873281' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-07T08:35:00.371 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:35:00.371 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":45,"fsid":"d73e7f90-0c4b-11ef-bc97-c7b262605968","created":"2024-05-07T08:30:03.332140+0000","modified":"2024-05-07T08:34:52.239683+0000","last_up_change":"2024-05-07T08:34:48.233872+0000","last_in_change":"2024-05-07T08:34:30.388367+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-07T08:33:35.121427+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9bb89058-c990-4b9c-98e0-20de93b05dc8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6803","nonce":1221199000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6805","nonce":1221199000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6809","nonce":1221199000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6807","nonce":1221199000}]},"public_addr":"172.21.15.8:6803/1221199000","cluster_addr":"172.21.15.8:6805/1221199000","heartbeat_back_addr":"172.21.15.8:6809/1221199000","heartbeat_front_addr":"172.21.15.8:6807/1221199000","state":["exists","up"]},{"osd":1,"uuid":"dad2b938-38a3-4df5-97a9-da6225060e3a","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.8:6810","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6811","nonce":3963430751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6813","nonce":3963430751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6817","nonce":3963430751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6815","nonce":3963430751}]},"public_addr":"172.21.15.8:6811/3963430751","cluster_addr":"172.21.15.8:6813/3963430751","heartbeat_back_addr":"172.21.15.8:6817/3963430751","heartbeat_front_addr":"172.21.15.8:6815/3963430751","state":["exists","up"]},{"osd":2,"uuid":"0c4a9646-75fa-4979-a3ec-a426d88f6e03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6801","nonce":1859916572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6803","nonce":1859916572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6807","nonce":1859916572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6805","nonce":1859916572}]},"public_addr":"172.21.15.47:6801/1859916572","cluster_addr":"172.21.15.47:6803/1859916572","heartbeat_back_addr":"172.21.15.47:6807/1859916572","heartbeat_front_addr":"172.21.15.47:6805/1859916572","state":["exists","up"]},{"osd":3,"uuid":"4182bac1-7b7a-4399-9e5a-bc2563995a2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6809","nonce":1295367185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6811","nonce":1295367185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6815","nonce":1295367185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6813","nonce":1295367185}]},"public_addr":"172.21.15.47:6809/1295367185","cluster_addr":"172.21.15.47:6811/1295367185","heartbeat_back_addr":"172.21.15.47:6815/1295367185","heartbeat_front_addr":"172.21.15.47:6813/1295367185","state":["exists","up"]},{"osd":4,"uuid":"44febb2f-6e64-401a-8bc7-b95899bd4039","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6801","nonce":2686834058}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6803","nonce":2686834058}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6807","nonce":2686834058}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6805","nonce":2686834058}]},"public_addr":"172.21.15.107:6801/2686834058","cluster_addr":"172.21.15.107:6803/2686834058","heartbeat_back_addr":"172.21.15.107:6807/2686834058","heartbeat_front_addr":"172.21.15.107:6805/2686834058","state":["exists","up"]},{"osd":5,"uuid":"e0b28600-d473-4ffc-baae-396ddb54f79e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6809","nonce":2055458947}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6810","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6811","nonce":2055458947}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6815","nonce":2055458947}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6813","nonce":2055458947}]},"public_addr":"172.21.15.107:6809/2055458947","cluster_addr":"172.21.15.107:6811/2055458947","heartbeat_back_addr":"172.21.15.107:6815/2055458947","heartbeat_front_addr":"172.21.15.107:6813/2055458947","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:32:42.240705+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:07.607400+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:31.489403+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:58.032505+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:34:21.556204+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:34:46.529259+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6800/1500826363":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/814410234":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/1580529267":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/3321610577":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/1782728504":"2024-05-08T08:30:41.370171+0000","172.21.15.8:6801/1500826363":"2024-05-08T08:31:08.589924+0000","172.21.15.8:6800/1052180174":"2024-05-08T08:30:41.370171+0000","172.21.15.8:6801/1052180174":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/3393016994":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/155983126":"2024-05-08T08:31:08.589924+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-07T08:35:00.734 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:00 smithi008 ceph-mon[27810]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-07T08:35:00.734 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:00 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/3232663368' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:35:00.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:00 smithi107 ceph-mon[31948]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-07T08:35:00.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:00 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/3232663368' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:35:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:00 smithi047 ceph-mon[31253]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-07T08:35:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:00 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/3232663368' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:35:01.115 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-07T08:35:01.115 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-07T08:35:01.361 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:02.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:02 smithi008 ceph-mon[27810]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-05-07T08:35:02.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:02 smithi107 ceph-mon[31948]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-05-07T08:35:02.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:02 smithi047 ceph-mon[31253]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-05-07T08:35:03.338 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:35:03.338 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":45,"fsid":"d73e7f90-0c4b-11ef-bc97-c7b262605968","created":"2024-05-07T08:30:03.332140+0000","modified":"2024-05-07T08:34:52.239683+0000","last_up_change":"2024-05-07T08:34:48.233872+0000","last_in_change":"2024-05-07T08:34:30.388367+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-07T08:33:35.121427+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9bb89058-c990-4b9c-98e0-20de93b05dc8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6803","nonce":1221199000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6805","nonce":1221199000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6809","nonce":1221199000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1221199000},{"type":"v1","addr":"172.21.15.8:6807","nonce":1221199000}]},"public_addr":"172.21.15.8:6803/1221199000","cluster_addr":"172.21.15.8:6805/1221199000","heartbeat_back_addr":"172.21.15.8:6809/1221199000","heartbeat_front_addr":"172.21.15.8:6807/1221199000","state":["exists","up"]},{"osd":1,"uuid":"dad2b938-38a3-4df5-97a9-da6225060e3a","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.8:6810","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6811","nonce":3963430751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6813","nonce":3963430751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6817","nonce":3963430751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":3963430751},{"type":"v1","addr":"172.21.15.8:6815","nonce":3963430751}]},"public_addr":"172.21.15.8:6811/3963430751","cluster_addr":"172.21.15.8:6813/3963430751","heartbeat_back_addr":"172.21.15.8:6817/3963430751","heartbeat_front_addr":"172.21.15.8:6815/3963430751","state":["exists","up"]},{"osd":2,"uuid":"0c4a9646-75fa-4979-a3ec-a426d88f6e03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6801","nonce":1859916572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6803","nonce":1859916572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6807","nonce":1859916572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1859916572},{"type":"v1","addr":"172.21.15.47:6805","nonce":1859916572}]},"public_addr":"172.21.15.47:6801/1859916572","cluster_addr":"172.21.15.47:6803/1859916572","heartbeat_back_addr":"172.21.15.47:6807/1859916572","heartbeat_front_addr":"172.21.15.47:6805/1859916572","state":["exists","up"]},{"osd":3,"uuid":"4182bac1-7b7a-4399-9e5a-bc2563995a2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6809","nonce":1295367185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6811","nonce":1295367185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6815","nonce":1295367185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":1295367185},{"type":"v1","addr":"172.21.15.47:6813","nonce":1295367185}]},"public_addr":"172.21.15.47:6809/1295367185","cluster_addr":"172.21.15.47:6811/1295367185","heartbeat_back_addr":"172.21.15.47:6815/1295367185","heartbeat_front_addr":"172.21.15.47:6813/1295367185","state":["exists","up"]},{"osd":4,"uuid":"44febb2f-6e64-401a-8bc7-b95899bd4039","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6801","nonce":2686834058}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6803","nonce":2686834058}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6807","nonce":2686834058}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":2686834058},{"type":"v1","addr":"172.21.15.107:6805","nonce":2686834058}]},"public_addr":"172.21.15.107:6801/2686834058","cluster_addr":"172.21.15.107:6803/2686834058","heartbeat_back_addr":"172.21.15.107:6807/2686834058","heartbeat_front_addr":"172.21.15.107:6805/2686834058","state":["exists","up"]},{"osd":5,"uuid":"e0b28600-d473-4ffc-baae-396ddb54f79e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6809","nonce":2055458947}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6810","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6811","nonce":2055458947}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6815","nonce":2055458947}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":2055458947},{"type":"v1","addr":"172.21.15.107:6813","nonce":2055458947}]},"public_addr":"172.21.15.107:6809/2055458947","cluster_addr":"172.21.15.107:6811/2055458947","heartbeat_back_addr":"172.21.15.107:6815/2055458947","heartbeat_front_addr":"172.21.15.107:6813/2055458947","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:32:42.240705+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:07.607400+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:31.489403+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:33:58.032505+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:34:21.556204+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-07T08:34:46.529259+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6800/1500826363":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/814410234":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/1580529267":"2024-05-08T08:31:08.589924+0000","172.21.15.8:0/3321610577":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/1782728504":"2024-05-08T08:30:41.370171+0000","172.21.15.8:6801/1500826363":"2024-05-08T08:31:08.589924+0000","172.21.15.8:6800/1052180174":"2024-05-08T08:30:41.370171+0000","172.21.15.8:6801/1052180174":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/3393016994":"2024-05-08T08:30:41.370171+0000","172.21.15.8:0/155983126":"2024-05-08T08:31:08.589924+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-07T08:35:03.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:03 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2804943592' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:35:03.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:03 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/2804943592' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:35:03.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:03 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/2804943592' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-07T08:35:04.030 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-07T08:35:04.031 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-07T08:35:04.032 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-07T08:35:04.032 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-07T08:35:04.033 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-07T08:35:04.033 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-07T08:35:04.330 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:04.332 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:04 smithi008 ceph-mon[27810]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-05-07T08:35:04.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:04 smithi107 ceph-mon[31948]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-05-07T08:35:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:04 smithi047 ceph-mon[31253]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-05-07T08:35:05.663 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:05.664 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:05.684 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:05.684 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:06.634 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:06 smithi008 ceph-mon[27810]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-07T08:35:06.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:06 smithi107 ceph-mon[31948]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-07T08:35:06.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:06 smithi047 ceph-mon[31253]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-07T08:35:08.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:08 smithi008 ceph-mon[27810]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-07T08:35:08.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:08 smithi107 ceph-mon[31948]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-07T08:35:08.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:08 smithi047 ceph-mon[31253]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-07T08:35:10.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:10 smithi008 ceph-mon[27810]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:10.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:10 smithi107 ceph-mon[31948]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:10.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:10 smithi047 ceph-mon[31253]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:12.749 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:12 smithi008 ceph-mon[27810]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:12.752 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:12 smithi107 ceph-mon[31948]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:12.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:12 smithi047 ceph-mon[31253]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:14.279 INFO:teuthology.orchestra.run.smithi008.stdout:176093659143 2024-05-07T08:35:14.279 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-07T08:35:14.666 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:14 smithi008 ceph-mon[27810]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:14.693 INFO:teuthology.orchestra.run.smithi008.stdout:107374182417 2024-05-07T08:35:14.693 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-07T08:35:14.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:14 smithi107 ceph-mon[31948]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:14.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:14 smithi047 ceph-mon[31253]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:15.124 INFO:teuthology.orchestra.run.smithi008.stdout:141733920780 2024-05-07T08:35:15.125 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-07T08:35:15.674 INFO:teuthology.orchestra.run.smithi008.stdout:55834574876 2024-05-07T08:35:15.675 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-07T08:35:16.347 INFO:teuthology.orchestra.run.smithi008.stdout:77309411351 2024-05-07T08:35:16.348 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-07T08:35:16.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:16 smithi008 ceph-mon[27810]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:16.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:16 smithi107 ceph-mon[31948]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:16.802 INFO:teuthology.orchestra.run.smithi008.stdout:34359738401 2024-05-07T08:35:16.803 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-07T08:35:16.872 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:16.872 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:16.873 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:16.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:16 smithi047 ceph-mon[31253]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:18.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:18 smithi008 ceph-mon[27810]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:18.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:18 smithi107 ceph-mon[31948]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:18.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:18 smithi047 ceph-mon[31253]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:20.159 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:20.744 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:20 smithi047 ceph-mon[31253]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:20.746 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:20 smithi008 ceph-mon[27810]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:20.749 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:20 smithi107 ceph-mon[31948]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:21.049 INFO:teuthology.orchestra.run.smithi008.stdout:55834574877 2024-05-07T08:35:21.226 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:21.447 INFO:teuthology.orchestra.run.smithi008.stdout:107374182418 2024-05-07T08:35:21.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:21 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2296214438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-07T08:35:21.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:21 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/318772061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-07T08:35:21.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:21 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/2296214438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-07T08:35:21.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:21 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/318772061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-07T08:35:21.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:21 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/2296214438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-07T08:35:21.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:21 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/318772061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-07T08:35:22.125 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182417 got 107374182418 for osd.3 2024-05-07T08:35:22.125 DEBUG:teuthology.parallel:result is None 2024-05-07T08:35:22.632 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:22 smithi008 ceph-mon[27810]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:22.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:22 smithi107 ceph-mon[31948]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:22.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:22 smithi047 ceph-mon[31253]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:23.544 INFO:teuthology.orchestra.run.smithi008.stdout:176093659145 2024-05-07T08:35:24.578 INFO:teuthology.orchestra.run.smithi008.stdout:77309411353 2024-05-07T08:35:24.670 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:24 smithi008 ceph-mon[27810]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:24.670 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:24 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/874577245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-07T08:35:24.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:24 smithi107 ceph-mon[31948]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:24.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:24 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/874577245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-07T08:35:24.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:24 smithi047 ceph-mon[31253]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:24.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:24 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/874577245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-07T08:35:25.485 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574876 got 55834574877 for osd.1 2024-05-07T08:35:25.485 DEBUG:teuthology.parallel:result is None 2024-05-07T08:35:25.555 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:25.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:25 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/3729162774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-07T08:35:25.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:25 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/3729162774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-07T08:35:25.926 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411351 got 77309411353 for osd.2 2024-05-07T08:35:25.926 DEBUG:teuthology.parallel:result is None 2024-05-07T08:35:25.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:25 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/3729162774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-07T08:35:26.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:26 smithi008 ceph-mon[27810]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:26.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:26 smithi107 ceph-mon[31948]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:26.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:26 smithi047 ceph-mon[31253]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:27.161 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659143 got 176093659145 for osd.5 2024-05-07T08:35:27.161 DEBUG:teuthology.parallel:result is None 2024-05-07T08:35:27.557 INFO:teuthology.orchestra.run.smithi008.stdout:141733920783 2024-05-07T08:35:28.322 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920780 got 141733920783 for osd.4 2024-05-07T08:35:28.322 DEBUG:teuthology.parallel:result is None 2024-05-07T08:35:28.544 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:28 smithi008 ceph-mon[27810]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:28.544 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:28 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/4271552745' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-07T08:35:28.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:28 smithi107 ceph-mon[31948]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:28.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:28 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/4271552745' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-07T08:35:28.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:28 smithi047 ceph-mon[31253]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:28.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:28 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/4271552745' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-07T08:35:28.955 INFO:teuthology.orchestra.run.smithi008.stdout:34359738404 2024-05-07T08:35:29.529 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738404 for osd.0 2024-05-07T08:35:29.529 DEBUG:teuthology.parallel:result is None 2024-05-07T08:35:29.529 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-07T08:35:29.530 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-07T08:35:29.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:29 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/515916926' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-07T08:35:29.777 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:29.900 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:29 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/515916926' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-07T08:35:29.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:29 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/515916926' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-07T08:35:30.897 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:30 smithi008 ceph-mon[27810]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:30.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:30 smithi047 ceph-mon[31253]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:31.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:30 smithi107 ceph-mon[31948]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:31.630 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:35:31.632 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-05-07T08:35:31.814 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:31 smithi008 ceph-mon[27810]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:31.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:31 smithi047 ceph-mon[31253]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:32.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:31 smithi107 ceph-mon[31948]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:32.310 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":166,"stamp":"2024-05-07T08:35:30.638992+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":182920,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562287992,"statfs":{"total":575970213888,"available":575782903808,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9567,"internal_metadata":182966945},"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.001968"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":264,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-05-07T08:34:52.245612+0000","last_change":"2024-05-07T08:34:52.245612+0000","last_active":"2024-05-07T08:34:52.245612+0000","last_peered":"2024-05-07T08:34:52.245612+0000","last_clean":"2024-05-07T08:34:52.245612+0000","last_became_active":"2024-05-07T08:34:52.245176+0000","last_became_peered":"2024-05-07T08:34:52.245176+0000","last_unstale":"2024-05-07T08:34:52.245612+0000","last_undegraded":"2024-05-07T08:34:52.245612+0000","last_fullsized":"2024-05-07T08:34:52.245612+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-07T08:33:35.387539+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-07T08:33:35.387539+0000","last_clean_scrub_stamp":"2024-05-07T08:33:35.387539+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-08T15:41:53.881092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717152,"statfs":{"total":95995035648,"available":95966363648,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":33,"seq":141733920784,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411355,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32160,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712992,"statfs":{"total":95995035648,"available":95962103808,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738405,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713572,"statfs":{"total":95995035648,"available":95962697728,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713568,"statfs":{"total":95995035648,"available":95962693632,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-07T08:35:32.310 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-07T08:35:32.565 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:32.807 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:32 smithi008 ceph-mon[27810]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:32.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:32 smithi047 ceph-mon[31253]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:33.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:32 smithi107 ceph-mon[31948]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:33.612 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:33 smithi008 ceph-mon[27810]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:33.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:33 smithi047 ceph-mon[31253]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:34.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:33 smithi107 ceph-mon[31948]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:34.314 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:35:34.316 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-05-07T08:35:34.632 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:34 smithi008 ceph-mon[27810]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:34.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:34 smithi047 ceph-mon[31253]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:35.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:34 smithi107 ceph-mon[31948]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:35.042 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":167,"stamp":"2024-05-07T08:35:32.639358+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":182920,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562287992,"statfs":{"total":575970213888,"available":575782903808,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9567,"internal_metadata":182966945},"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.002008"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":264,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-05-07T08:34:52.245612+0000","last_change":"2024-05-07T08:34:52.245612+0000","last_active":"2024-05-07T08:34:52.245612+0000","last_peered":"2024-05-07T08:34:52.245612+0000","last_clean":"2024-05-07T08:34:52.245612+0000","last_became_active":"2024-05-07T08:34:52.245176+0000","last_became_peered":"2024-05-07T08:34:52.245176+0000","last_unstale":"2024-05-07T08:34:52.245612+0000","last_undegraded":"2024-05-07T08:34:52.245612+0000","last_fullsized":"2024-05-07T08:34:52.245612+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-07T08:33:35.387539+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-07T08:33:35.387539+0000","last_clean_scrub_stamp":"2024-05-07T08:33:35.387539+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-08T15:41:53.881092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717152,"statfs":{"total":95995035648,"available":95966363648,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":33,"seq":141733920784,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411355,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32160,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712992,"statfs":{"total":95995035648,"available":95962103808,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738405,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713572,"statfs":{"total":95995035648,"available":95962697728,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713568,"statfs":{"total":95995035648,"available":95962693632,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-07T08:35:35.042 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-07T08:35:35.043 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-07T08:35:35.043 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-07T08:35:35.043 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-07T08:35:35.294 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:35.695 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:35 smithi008 ceph-mon[27810]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:35.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:35 smithi047 ceph-mon[31253]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:36.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:35 smithi107 ceph-mon[31948]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:37.314 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-05-07T08:35:37.315 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-07T08:35:37.847 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:37 smithi008 ceph-mon[27810]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:37.847 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:37 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/1321069058' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-07T08:35:37.877 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-07T08:35:37.878 INFO:tasks.cephadm:Setup complete, yielding 2024-05-07T08:35:37.878 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-07T08:35:37.889 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T08:35:37.889 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 -- bash -c 'set -ex 2024-05-07T08:35:37.889 DEBUG:teuthology.orchestra.run.smithi008:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-07T08:35:37.889 DEBUG:teuthology.orchestra.run.smithi008:> for host in $HOSTNAMES; do 2024-05-07T08:35:37.889 DEBUG:teuthology.orchestra.run.smithi008:> # find the hostname for "host.c" which will have no mgr 2024-05-07T08:35:37.889 DEBUG:teuthology.orchestra.run.smithi008:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-07T08:35:37.889 DEBUG:teuthology.orchestra.run.smithi008:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-07T08:35:37.889 DEBUG:teuthology.orchestra.run.smithi008:> HOST_C="${host}" 2024-05-07T08:35:37.889 DEBUG:teuthology.orchestra.run.smithi008:> fi 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> done 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # One last thing to worry about before draining the host 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # is that the teuthology test tends to put the explicit 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # hostnames in the placement for the mon service. 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # We want to make sure we can drain without providing 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # --force and there is a check for the host being removed 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # being listed explicitly in the placements. Therefore, 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # we should remove it from the mon placement. 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch ls mon --export > mon.yaml 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch apply -i mon_adjusted.yaml 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # now drain that host 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> # wait for drain to complete 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-07T08:35:37.890 DEBUG:teuthology.orchestra.run.smithi008:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> sleep 15 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> done 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> # we want to check the ability to remove the host from 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> # the CRUSH map, so we should first verify the host is in 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> # the CRUSH map. 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> ceph osd getcrushmap -o compiled-crushmap 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> exit 1 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> fi 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> # If the drain was successful, we should be able to remove the 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> # host without force with no issues. If there are still daemons 2024-05-07T08:35:37.891 DEBUG:teuthology.orchestra.run.smithi008:> # we will get a response telling us to drain the host and a 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> # non-zero return code 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> sleep 30 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> ceph osd getcrushmap -o compiled-crushmap 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> exit 1 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> fi 2024-05-07T08:35:37.892 DEBUG:teuthology.orchestra.run.smithi008:> ' 2024-05-07T08:35:38.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:37 smithi107 ceph-mon[31948]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:38.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:37 smithi107 ceph-mon[31948]: from='client.? 172.21.15.8:0/1321069058' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-07T08:35:38.141 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/mon.a/config 2024-05-07T08:35:38.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:37 smithi047 ceph-mon[31253]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:38.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:37 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/1321069058' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-07T08:35:39.789 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch host ls --format json 2024-05-07T08:35:39.789 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r '.[] | .hostname' 2024-05-07T08:35:39.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:39 smithi008 ceph-mon[27810]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:40.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:39 smithi107 ceph-mon[31948]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:40.029 INFO:teuthology.orchestra.run.smithi008.stderr:+ HOSTNAMES='smithi008 2024-05-07T08:35:40.029 INFO:teuthology.orchestra.run.smithi008.stderr:smithi047 2024-05-07T08:35:40.029 INFO:teuthology.orchestra.run.smithi008.stderr:smithi107' 2024-05-07T08:35:40.029 INFO:teuthology.orchestra.run.smithi008.stderr:+ for host in $HOSTNAMES 2024-05-07T08:35:40.029 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --hostname smithi008 --format json 2024-05-07T08:35:40.029 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-07T08:35:40.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:39 smithi047 ceph-mon[31253]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:40.368 INFO:teuthology.orchestra.run.smithi008.stderr:+ HAS_MGRS=true 2024-05-07T08:35:40.368 INFO:teuthology.orchestra.run.smithi008.stderr:+ '[' true == false ']' 2024-05-07T08:35:40.368 INFO:teuthology.orchestra.run.smithi008.stderr:+ for host in $HOSTNAMES 2024-05-07T08:35:40.368 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --hostname smithi047 --format json 2024-05-07T08:35:40.369 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-07T08:35:40.709 INFO:teuthology.orchestra.run.smithi008.stderr:+ HAS_MGRS=true 2024-05-07T08:35:40.709 INFO:teuthology.orchestra.run.smithi008.stderr:+ '[' true == false ']' 2024-05-07T08:35:40.710 INFO:teuthology.orchestra.run.smithi008.stderr:+ for host in $HOSTNAMES 2024-05-07T08:35:40.710 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --hostname smithi107 --format json 2024-05-07T08:35:40.710 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-07T08:35:40.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:40 smithi008 ceph-mon[27810]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:40.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:40 smithi008 ceph-mon[27810]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi008", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:41.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:40 smithi107 ceph-mon[31948]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:41.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:40 smithi107 ceph-mon[31948]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi008", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:41.047 INFO:teuthology.orchestra.run.smithi008.stderr:+ HAS_MGRS=false 2024-05-07T08:35:41.047 INFO:teuthology.orchestra.run.smithi008.stderr:+ '[' false == false ']' 2024-05-07T08:35:41.048 INFO:teuthology.orchestra.run.smithi008.stderr:+ HOST_C=smithi107 2024-05-07T08:35:41.048 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch ls mon --export 2024-05-07T08:35:41.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:40 smithi047 ceph-mon[31253]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:41.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:40 smithi047 ceph-mon[31253]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi008", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:41.385 INFO:teuthology.orchestra.run.smithi008.stderr:+ sed /smithi107/d mon.yaml 2024-05-07T08:35:41.386 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-07T08:35:41.719 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled mon update... 2024-05-07T08:35:41.732 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch host drain smithi107 --zap-osd-devices 2024-05-07T08:35:41.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:41 smithi008 ceph-mon[27810]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:41.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:41 smithi008 ceph-mon[27810]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi047", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:41.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:41 smithi008 ceph-mon[27810]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:41.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:41 smithi008 ceph-mon[27810]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:41 smithi107 ceph-mon[31948]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:41 smithi107 ceph-mon[31948]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi047", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:41 smithi107 ceph-mon[31948]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:42.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:41 smithi107 ceph-mon[31948]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:42.062 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled to remove the following daemons from host 'smithi107' 2024-05-07T08:35:42.063 INFO:teuthology.orchestra.run.smithi008.stdout:type id 2024-05-07T08:35:42.063 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------- --------------- 2024-05-07T08:35:42.063 INFO:teuthology.orchestra.run.smithi008.stdout:mon c 2024-05-07T08:35:42.063 INFO:teuthology.orchestra.run.smithi008.stdout:osd 4 2024-05-07T08:35:42.063 INFO:teuthology.orchestra.run.smithi008.stdout:osd 5 2024-05-07T08:35:42.075 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --hostname smithi107 2024-05-07T08:35:42.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:41 smithi047 ceph-mon[31253]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:42.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:41 smithi047 ceph-mon[31253]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi047", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:42.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:41 smithi047 ceph-mon[31253]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-07T08:35:42.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:41 smithi047 ceph-mon[31253]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:42.420 INFO:teuthology.orchestra.run.smithi008.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-07T08:35:42.420 INFO:teuthology.orchestra.run.smithi008.stderr:mon.c smithi107 running (3m) 57s ago 3m 36.8M 2048M 19.0.0-2504-gb05eb275 87d10cb398ae 107313bd5f3e 2024-05-07T08:35:42.420 INFO:teuthology.orchestra.run.smithi008.stderr:osd.4 smithi107 running (85s) 57s ago 85s 38.8M 10.3G 19.0.0-2504-gb05eb275 87d10cb398ae b6e898394dde 2024-05-07T08:35:42.420 INFO:teuthology.orchestra.run.smithi008.stderr:osd.5 smithi107 running (60s) 57s ago 60s 14.7M 10.3G 19.0.0-2504-gb05eb275 87d10cb398ae 5c9f6d29af7d ' 2024-05-07T08:35:42.420 INFO:teuthology.orchestra.run.smithi008.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-07T08:35:42.420 INFO:teuthology.orchestra.run.smithi008.stderr:mon.c smithi107 running (3m) 57s ago 3m 36.8M 2048M 19.0.0-2504-gb05eb275 87d10cb398ae 107313bd5f3e 2024-05-07T08:35:42.420 INFO:teuthology.orchestra.run.smithi008.stderr:osd.4 smithi107 running (85s) 57s ago 85s 38.8M 10.3G 19.0.0-2504-gb05eb275 87d10cb398ae b6e898394dde 2024-05-07T08:35:42.420 INFO:teuthology.orchestra.run.smithi008.stderr:osd.5 smithi107 running (60s) 57s ago 60s 14.7M 10.3G 19.0.0-2504-gb05eb275 87d10cb398ae 5c9f6d29af7d ' '!=' 'No daemons reported' ']' 2024-05-07T08:35:42.421 INFO:teuthology.orchestra.run.smithi008.stderr:+ sleep 15 2024-05-07T08:35:42.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:42.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;count:3 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi107", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: Added label _no_schedule to host smithi107 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: Added label _no_conf_keyring to host smithi107 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: osd.4 crush weight is 0.0872955322265625 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: osd.5 crush weight is 0.0872955322265625 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:35:42.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: Removing smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: Removing smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: Removing smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-07T08:35:42.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:42 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-07T08:35:43.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:43.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;count:3 2024-05-07T08:35:43.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:35:43.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi107", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:43.000 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: Added label _no_schedule to host smithi107 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: Added label _no_conf_keyring to host smithi107 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: osd.4 crush weight is 0.0872955322265625 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: osd.5 crush weight is 0.0872955322265625 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: Removing smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: Removing smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:43.001 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: Removing smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-07T08:35:43.002 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:42 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-07T08:35:43.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:43.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi047:172.21.15.47=b;count:3 2024-05-07T08:35:43.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:35:43.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi107", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:43.194 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.194 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: Added label _no_schedule to host smithi107 2024-05-07T08:35:43.194 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.194 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: Added label _no_conf_keyring to host smithi107 2024-05-07T08:35:43.194 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-07T08:35:43.194 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: osd.4 crush weight is 0.0872955322265625 2024-05-07T08:35:43.195 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-07T08:35:43.195 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: osd.5 crush weight is 0.0872955322265625 2024-05-07T08:35:43.195 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:35:43.195 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:35:43.195 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: Removing smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:35:43.195 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: Removing smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-07T08:35:43.196 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:43.196 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: Removing smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-07T08:35:43.196 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.196 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:43.196 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:43.196 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:43.197 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:43.197 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:43.197 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-07T08:35:43.197 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-07T08:35:43.197 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:42 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-07T08:35:43.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:43 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a[27787]: 2024-05-07T08:35:43.454+0000 7f46e0531700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-05-07T08:35:44.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:44.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-07T08:35:44.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: osdmap e46: 6 total, 6 up, 6 in 2024-05-07T08:35:44.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: osd.5 weight is now 0.0 2024-05-07T08:35:44.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:44.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:44.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-07T08:35:44.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-07T08:35:44.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:44 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: osdmap e46: 6 total, 6 up, 6 in 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: osd.5 weight is now 0.0 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-07T08:35:44.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:44 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-07T08:35:44.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:44.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-07T08:35:44.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: osdmap e46: 6 total, 6 up, 6 in 2024-05-07T08:35:44.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: osd.5 weight is now 0.0 2024-05-07T08:35:44.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:44.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:44.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-07T08:35:44.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-07T08:35:44.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:44 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-07T08:35:45.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:44 smithi107 systemd[1]: Stopping Ceph osd.4 for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:35:45.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:45 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4[36606]: 2024-05-07T08:35:45.171+0000 7fe33dc21700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:35:45.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:45 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4[36606]: 2024-05-07T08:35:45.171+0000 7fe33dc21700 -1 osd.4 46 *** Got signal Terminated *** 2024-05-07T08:35:45.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:45 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4[36606]: 2024-05-07T08:35:45.171+0000 7fe33dc21700 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T08:35:45.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:45 smithi008 ceph-mon[27810]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-07T08:35:45.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:45 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-07T08:35:45.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:45 smithi008 ceph-mon[27810]: osdmap e47: 6 total, 5 up, 6 in 2024-05-07T08:35:45.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:45 smithi008 ceph-mon[27810]: osd.4 now down 2024-05-07T08:35:45.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:45 smithi008 ceph-mon[27810]: Removing daemon osd.4 from smithi107 -- ports [] 2024-05-07T08:35:45.750 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:45 smithi107 podman[46211]: 2024-05-07 08:35:45.703249161 +0000 UTC m=+0.632034379 container died b6e898394dde1e4dd05780314f9b8d394048f66334a8d40625fb727b5c4915bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, GIT_BRANCH=HEAD) 2024-05-07T08:35:45.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:45 smithi107 ceph-mon[31948]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-07T08:35:45.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:45 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-07T08:35:45.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:45 smithi107 ceph-mon[31948]: osdmap e47: 6 total, 5 up, 6 in 2024-05-07T08:35:45.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:45 smithi107 ceph-mon[31948]: osd.4 now down 2024-05-07T08:35:45.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:45 smithi107 ceph-mon[31948]: Removing daemon osd.4 from smithi107 -- ports [] 2024-05-07T08:35:45.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:45 smithi047 ceph-mon[31253]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-07T08:35:45.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:45 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-07T08:35:45.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:45 smithi047 ceph-mon[31253]: osdmap e47: 6 total, 5 up, 6 in 2024-05-07T08:35:45.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:45 smithi047 ceph-mon[31253]: osd.4 now down 2024-05-07T08:35:45.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:45 smithi047 ceph-mon[31253]: Removing daemon osd.4 from smithi107 -- ports [] 2024-05-07T08:35:46.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:46 smithi107 podman[46211]: 2024-05-07 08:35:46.135498655 +0000 UTC m=+1.064283915 container cleanup b6e898394dde1e4dd05780314f9b8d394048f66334a8d40625fb727b5c4915bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD) 2024-05-07T08:35:46.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:46 smithi107 bash[46211]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4 2024-05-07T08:35:46.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:46 smithi008 ceph-mon[27810]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:46.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:46 smithi008 ceph-mon[27810]: osdmap e48: 6 total, 5 up, 6 in 2024-05-07T08:35:46.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:46 smithi107 ceph-mon[31948]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:46.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:46 smithi107 ceph-mon[31948]: osdmap e48: 6 total, 5 up, 6 in 2024-05-07T08:35:46.750 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:46 smithi107 podman[46233]: 2024-05-07 08:35:46.353453642 +0000 UTC m=+0.650144955 container remove b6e898394dde1e4dd05780314f9b8d394048f66334a8d40625fb727b5c4915bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-05-07T08:35:46.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:46 smithi047 ceph-mon[31253]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:46.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:46 smithi047 ceph-mon[31253]: osdmap e48: 6 total, 5 up, 6 in 2024-05-07T08:35:47.082 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:46 smithi107 podman[46330]: 2024-05-07 08:35:46.787558349 +0000 UTC m=+0.103944972 container create b1ca5f4204b0154028d88514ae439c4b82d787b5919d842ea7ac5ca8fa9098f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27) 2024-05-07T08:35:47.082 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:46 smithi107 podman[46330]: 2024-05-07 08:35:46.701520033 +0000 UTC m=+0.017906625 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T08:35:47.082 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:46 smithi107 podman[46330]: 2024-05-07 08:35:46.989584001 +0000 UTC m=+0.305970580 container init b1ca5f4204b0154028d88514ae439c4b82d787b5919d842ea7ac5ca8fa9098f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4-deactivate, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-05-07T08:35:47.082 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:46 smithi107 podman[46330]: 2024-05-07 08:35:46.994819765 +0000 UTC m=+0.311206343 container start b1ca5f4204b0154028d88514ae439c4b82d787b5919d842ea7ac5ca8fa9098f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , ceph=True, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430) 2024-05-07T08:35:47.082 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:47 smithi107 podman[46330]: 2024-05-07 08:35:47.081011834 +0000 UTC m=+0.397398420 container attach b1ca5f4204b0154028d88514ae439c4b82d787b5919d842ea7ac5ca8fa9098f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T08:35:47.468 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:47 smithi107 podman[46330]: 2024-05-07 08:35:47.287960781 +0000 UTC m=+0.604347365 container died b1ca5f4204b0154028d88514ae439c4b82d787b5919d842ea7ac5ca8fa9098f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux ) 2024-05-07T08:35:47.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:47 smithi008 ceph-mon[27810]: osdmap e49: 6 total, 5 up, 6 in 2024-05-07T08:35:47.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:47 smithi107 ceph-mon[31948]: osdmap e49: 6 total, 5 up, 6 in 2024-05-07T08:35:47.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:47 smithi047 ceph-mon[31253]: osdmap e49: 6 total, 5 up, 6 in 2024-05-07T08:35:48.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:47 smithi107 podman[46377]: 2024-05-07 08:35:47.867465258 +0000 UTC m=+0.569380937 container remove b1ca5f4204b0154028d88514ae439c4b82d787b5919d842ea7ac5ca8fa9098f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-4-deactivate, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27) 2024-05-07T08:35:48.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:47 smithi107 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-07T08:35:48.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:47 smithi107 systemd[1]: Stopped Ceph osd.4 for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:35:48.250 INFO:journalctl@ceph.osd.4.smithi107.stdout:May 07 08:35:47 smithi107 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.4.service: Consumed 1.797s CPU time. 2024-05-07T08:35:48.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: pgmap v178: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:48.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-07T08:35:48.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-07T08:35:48.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:35:48.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-07T08:35:48.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: Cluster is now healthy 2024-05-07T08:35:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:35:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: osdmap e50: 5 total, 5 up, 5 in 2024-05-07T08:35:48.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:48 smithi008 ceph-mon[27810]: osdmap e51: 5 total, 5 up, 5 in 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: pgmap v178: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: Cluster is now healthy 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: osdmap e50: 5 total, 5 up, 5 in 2024-05-07T08:35:48.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:48 smithi107 ceph-mon[31948]: osdmap e51: 5 total, 5 up, 5 in 2024-05-07T08:35:48.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: pgmap v178: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-07T08:35:48.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-07T08:35:48.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-07T08:35:48.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:35:48.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-07T08:35:48.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: Cluster is now healthy 2024-05-07T08:35:48.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:35:48.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: osdmap e50: 5 total, 5 up, 5 in 2024-05-07T08:35:48.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:48 smithi047 ceph-mon[31253]: osdmap e51: 5 total, 5 up, 5 in 2024-05-07T08:35:49.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:49 smithi008 ceph-mon[27810]: Removing key for osd.4 2024-05-07T08:35:49.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:49 smithi008 ceph-mon[27810]: Successfully removed osd.4 on smithi107 2024-05-07T08:35:49.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:49 smithi008 ceph-mon[27810]: Successfully purged osd.4 on smithi107 2024-05-07T08:35:49.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:49 smithi008 ceph-mon[27810]: Zapping devices for osd.4 on smithi107 2024-05-07T08:35:49.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:49 smithi008 ceph-mon[27810]: osdmap e52: 5 total, 5 up, 5 in 2024-05-07T08:35:49.749 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:49 smithi107 ceph-mon[31948]: Removing key for osd.4 2024-05-07T08:35:49.749 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:49 smithi107 ceph-mon[31948]: Successfully removed osd.4 on smithi107 2024-05-07T08:35:49.749 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:49 smithi107 ceph-mon[31948]: Successfully purged osd.4 on smithi107 2024-05-07T08:35:49.749 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:49 smithi107 ceph-mon[31948]: Zapping devices for osd.4 on smithi107 2024-05-07T08:35:49.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:49 smithi107 ceph-mon[31948]: osdmap e52: 5 total, 5 up, 5 in 2024-05-07T08:35:49.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:49 smithi047 ceph-mon[31253]: Removing key for osd.4 2024-05-07T08:35:49.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:49 smithi047 ceph-mon[31253]: Successfully removed osd.4 on smithi107 2024-05-07T08:35:49.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:49 smithi047 ceph-mon[31253]: Successfully purged osd.4 on smithi107 2024-05-07T08:35:49.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:49 smithi047 ceph-mon[31253]: Zapping devices for osd.4 on smithi107 2024-05-07T08:35:49.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:49 smithi047 ceph-mon[31253]: osdmap e52: 5 total, 5 up, 5 in 2024-05-07T08:35:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:50 smithi008 ceph-mon[27810]: pgmap v181: 1 pgs: 1 peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:35:50.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:50 smithi008 ceph-mon[27810]: osdmap e53: 5 total, 5 up, 5 in 2024-05-07T08:35:50.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:50 smithi107 ceph-mon[31948]: pgmap v181: 1 pgs: 1 peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:35:50.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:50 smithi107 ceph-mon[31948]: osdmap e53: 5 total, 5 up, 5 in 2024-05-07T08:35:50.843 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:50 smithi047 ceph-mon[31253]: pgmap v181: 1 pgs: 1 peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:35:50.843 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:50 smithi047 ceph-mon[31253]: osdmap e53: 5 total, 5 up, 5 in 2024-05-07T08:35:51.747 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:35:51 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:35:51.461+0000 7f557f1d6700 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2024-05-07T08:35:51.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:51 smithi107 podman[46791]: 2024-05-07 08:35:51.508693483 +0000 UTC m=+0.020926224 container died 107313bd5f3efda308ff7a7f0f36533a5eed6140eda7a1996f480e506258273f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-c, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, org.label-schema.license=GPLv2) 2024-05-07T08:35:52.051 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:52 smithi107 podman[46791]: 2024-05-07 08:35:52.032980035 +0000 UTC m=+0.545212776 container remove 107313bd5f3efda308ff7a7f0f36533a5eed6140eda7a1996f480e506258273f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-c, RELEASE=squid-b05eb27, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-05-07T08:35:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:52 smithi107 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-07T08:35:52.750 INFO:journalctl@ceph.mon.c.smithi107.stdout:May 07 08:35:52 smithi107 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.c.service: Consumed 3.383s CPU time. 2024-05-07T08:35:53.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: pgmap v184: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 153 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: Successfully zapped devices for osd.4 on smithi107 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: Removing monitor c from monmap... 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: mon.b calling monitor election 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: pgmap v186: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 153 MiB used, 447 GiB / 447 GiB avail; 131 KiB/s, 0 objects/s recovering 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: mon.a calling monitor election 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-07T08:35:53.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: monmap epoch 4 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: last_changed 2024-05-07T08:35:51.472933+0000 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: min_mon_release 19 (squid) 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: election_strategy: 1 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: 1: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: fsmap 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: osdmap e54: 5 total, 5 up, 5 in 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: mgrmap e15: a(active, since 4m), standbys: b 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: overall HEALTH_OK 2024-05-07T08:35:53.944 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:53 smithi047 ceph-mon[31253]: Removing daemon mon.c from smithi107 -- ports [] 2024-05-07T08:35:53.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: pgmap v184: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 153 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: Successfully zapped devices for osd.4 on smithi107 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: Removing monitor c from monmap... 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: mon.b calling monitor election 2024-05-07T08:35:53.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: pgmap v186: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 153 MiB used, 447 GiB / 447 GiB avail; 131 KiB/s, 0 objects/s recovering 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: mon.a calling monitor election 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: monmap epoch 4 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: last_changed 2024-05-07T08:35:51.472933+0000 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: created 2024-05-07T08:30:00.242830+0000 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: min_mon_release 19 (squid) 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: election_strategy: 1 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.a 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: 1: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: fsmap 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: osdmap e54: 5 total, 5 up, 5 in 2024-05-07T08:35:53.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: mgrmap e15: a(active, since 4m), standbys: b 2024-05-07T08:35:54.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: overall HEALTH_OK 2024-05-07T08:35:54.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:53 smithi008 ceph-mon[27810]: Removing daemon mon.c from smithi107 -- ports [] 2024-05-07T08:35:55.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:55 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:55.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:55 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:55.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:55 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:35:55.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:55 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:55.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:55 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:55.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:55 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:35:56.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:56 smithi047 ceph-mon[31253]: pgmap v187: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-07T08:35:56.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:56 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:56.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:56 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:56.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:56 smithi008 ceph-mon[27810]: pgmap v187: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-07T08:35:56.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:56 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:56.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:56 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:57.423 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --hostname smithi107 2024-05-07T08:35:57.776 INFO:teuthology.orchestra.run.smithi008.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-07T08:35:57.776 INFO:teuthology.orchestra.run.smithi008.stderr:osd.5 smithi107 running (75s) 2s ago 75s 46.5M 10.3G 19.0.0-2504-gb05eb275 87d10cb398ae 5c9f6d29af7d ' 2024-05-07T08:35:57.777 INFO:teuthology.orchestra.run.smithi008.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-07T08:35:57.777 INFO:teuthology.orchestra.run.smithi008.stderr:osd.5 smithi107 running (75s) 2s ago 75s 46.5M 10.3G 19.0.0-2504-gb05eb275 87d10cb398ae 5c9f6d29af7d ' '!=' 'No daemons reported' ']' 2024-05-07T08:35:57.777 INFO:teuthology.orchestra.run.smithi008.stderr:+ sleep 15 2024-05-07T08:35:58.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:58 smithi047 ceph-mon[31253]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-05-07T08:35:58.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:58 smithi008 ceph-mon[27810]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-05-07T08:35:59.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:59 smithi047 ceph-mon[31253]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:59.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:59 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:59.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:59 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:59.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:59 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:59.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:59 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:35:59.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:35:59 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:35:59.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:59 smithi008 ceph-mon[27810]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:35:59.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:59 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:59.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:59 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:59.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:59 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:35:59.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:59 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:35:59.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:59 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:35:59.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:35:59 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a[27787]: 2024-05-07T08:35:59.453+0000 7f46e0531700 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-05-07T08:36:00.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:36:00.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: Detected new or changed devices on smithi107 2024-05-07T08:36:00.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: Updating smithi008:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:36:00.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:36:00.749 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-07T08:36:00.749 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-07T08:36:00.749 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:00 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-07T08:36:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:36:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: Detected new or changed devices on smithi107 2024-05-07T08:36:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: Updating smithi008:/etc/ceph/ceph.conf 2024-05-07T08:36:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: Updating smithi047:/etc/ceph/ceph.conf 2024-05-07T08:36:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: Updating smithi008:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:36:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: Updating smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-07T08:36:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:00.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-07T08:36:00.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:00 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-07T08:36:01.250 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:00 smithi107 systemd[1]: Stopping Ceph osd.5 for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:36:01.251 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:01 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5[42544]: 2024-05-07T08:36:01.168+0000 7f528d1c7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:36:01.251 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:01 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5[42544]: 2024-05-07T08:36:01.168+0000 7f528d1c7700 -1 osd.5 54 *** Got signal Terminated *** 2024-05-07T08:36:01.251 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:01 smithi107 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5[42544]: 2024-05-07T08:36:01.168+0000 7f528d1c7700 -1 osd.5 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T08:36:01.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:01 smithi008 ceph-mon[27810]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-07T08:36:01.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:01 smithi008 ceph-mon[27810]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-07T08:36:01.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:01 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-07T08:36:01.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:01 smithi008 ceph-mon[27810]: osdmap e55: 5 total, 4 up, 5 in 2024-05-07T08:36:01.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:01 smithi008 ceph-mon[27810]: osd.5 now down 2024-05-07T08:36:01.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:01 smithi008 ceph-mon[27810]: Removing daemon osd.5 from smithi107 -- ports [] 2024-05-07T08:36:01.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:01 smithi047 ceph-mon[31253]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-07T08:36:01.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:01 smithi047 ceph-mon[31253]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-07T08:36:01.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:01 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-07T08:36:01.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:01 smithi047 ceph-mon[31253]: osdmap e55: 5 total, 4 up, 5 in 2024-05-07T08:36:01.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:01 smithi047 ceph-mon[31253]: osd.5 now down 2024-05-07T08:36:01.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:01 smithi047 ceph-mon[31253]: Removing daemon osd.5 from smithi107 -- ports [] 2024-05-07T08:36:01.959 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:01 smithi107 podman[49528]: 2024-05-07 08:36:01.690363843 +0000 UTC m=+0.629099267 container died 5c9f6d29af7d05f94da41e61d5aeaeda1264fe75681eb161f579053d2c06287e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=squid-b05eb27) 2024-05-07T08:36:02.250 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:02 smithi107 podman[49528]: 2024-05-07 08:36:02.040260397 +0000 UTC m=+0.978995813 container cleanup 5c9f6d29af7d05f94da41e61d5aeaeda1264fe75681eb161f579053d2c06287e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5, GIT_CLEAN=True, ceph=True, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-05-07T08:36:02.250 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:02 smithi107 bash[49528]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5 2024-05-07T08:36:02.651 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:02 smithi107 podman[49550]: 2024-05-07 08:36:02.341440895 +0000 UTC m=+0.647615496 container remove 5c9f6d29af7d05f94da41e61d5aeaeda1264fe75681eb161f579053d2c06287e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5, GIT_CLEAN=True, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-05-07T08:36:02.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:02 smithi008 ceph-mon[27810]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:36:02.928 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:02 smithi107 podman[49649]: 2024-05-07 08:36:02.650485434 +0000 UTC m=+0.111660661 container create 834d6595b424e20790bcbb881e4f240a4a473455710b05368fdfd931a73602a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=squid-b05eb27, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T08:36:02.929 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:02 smithi107 podman[49649]: 2024-05-07 08:36:02.556026586 +0000 UTC m=+0.017201831 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T08:36:02.929 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:02 smithi107 podman[49649]: 2024-05-07 08:36:02.852539557 +0000 UTC m=+0.313714788 container init 834d6595b424e20790bcbb881e4f240a4a473455710b05368fdfd931a73602a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, RELEASE=squid-b05eb27, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2024-05-07T08:36:02.929 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:02 smithi107 podman[49649]: 2024-05-07 08:36:02.857831401 +0000 UTC m=+0.319006633 container start 834d6595b424e20790bcbb881e4f240a4a473455710b05368fdfd931a73602a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-05-07T08:36:02.929 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:02 smithi107 podman[49649]: 2024-05-07 08:36:02.927329492 +0000 UTC m=+0.388504736 container attach 834d6595b424e20790bcbb881e4f240a4a473455710b05368fdfd931a73602a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS) 2024-05-07T08:36:02.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:02 smithi047 ceph-mon[31253]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:36:03.250 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:03 smithi107 podman[49649]: 2024-05-07 08:36:03.175314613 +0000 UTC m=+0.636489839 container died 834d6595b424e20790bcbb881e4f240a4a473455710b05368fdfd931a73602a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5-deactivate, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240430, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5) 2024-05-07T08:36:03.723 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:03 smithi107 podman[49694]: 2024-05-07 08:36:03.708967875 +0000 UTC m=+0.528198687 container remove 834d6595b424e20790bcbb881e4f240a4a473455710b05368fdfd931a73602a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-5-deactivate, io.buildah.version=1.33.5, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-07T08:36:04.000 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:03 smithi107 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-07T08:36:04.000 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:03 smithi107 systemd[1]: Stopped Ceph osd.5 for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:36:04.000 INFO:journalctl@ceph.osd.5.smithi107.stdout:May 07 08:36:03 smithi107 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.5.service: Consumed 1.928s CPU time. 2024-05-07T08:36:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:36:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-07T08:36:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-07T08:36:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:36:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-07T08:36:04.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-07T08:36:04.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: Cluster is now healthy 2024-05-07T08:36:04.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:36:04.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:04 smithi008 ceph-mon[27810]: osdmap e56: 4 total, 4 up, 4 in 2024-05-07T08:36:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-05-07T08:36:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-07T08:36:04.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-07T08:36:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-07T08:36:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-07T08:36:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-07T08:36:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: Cluster is now healthy 2024-05-07T08:36:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-07T08:36:04.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:04 smithi047 ceph-mon[31253]: osdmap e56: 4 total, 4 up, 4 in 2024-05-07T08:36:05.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:05 smithi008 ceph-mon[27810]: Removing key for osd.5 2024-05-07T08:36:05.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:05 smithi008 ceph-mon[27810]: Successfully removed osd.5 on smithi107 2024-05-07T08:36:05.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:05 smithi008 ceph-mon[27810]: Successfully purged osd.5 on smithi107 2024-05-07T08:36:05.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:05 smithi008 ceph-mon[27810]: Zapping devices for osd.5 on smithi107 2024-05-07T08:36:05.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:05 smithi047 ceph-mon[31253]: Removing key for osd.5 2024-05-07T08:36:05.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:05 smithi047 ceph-mon[31253]: Successfully removed osd.5 on smithi107 2024-05-07T08:36:05.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:05 smithi047 ceph-mon[31253]: Successfully purged osd.5 on smithi107 2024-05-07T08:36:05.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:05 smithi047 ceph-mon[31253]: Zapping devices for osd.5 on smithi107 2024-05-07T08:36:06.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:06 smithi008 ceph-mon[27810]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:06.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:06 smithi047 ceph-mon[31253]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:08.367 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:08 smithi008 ceph-mon[27810]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:08.368 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:08 smithi008 ceph-mon[27810]: Successfully zapped devices for osd.5 on smithi107 2024-05-07T08:36:08.368 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:08.368 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:08 smithi008 ceph-mon[27810]: Reconfiguring mon.a (monmap changed)... 2024-05-07T08:36:08.368 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:36:08.368 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:36:08.368 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:08 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:08.368 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:08 smithi008 ceph-mon[27810]: Reconfiguring daemon mon.a on smithi008 2024-05-07T08:36:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:08 smithi047 ceph-mon[31253]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:08 smithi047 ceph-mon[31253]: Successfully zapped devices for osd.5 on smithi107 2024-05-07T08:36:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:08 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:08 smithi047 ceph-mon[31253]: Reconfiguring mon.a (monmap changed)... 2024-05-07T08:36:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:08 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:36:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:08 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:36:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:08 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:08.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:08 smithi047 ceph-mon[31253]: Reconfiguring daemon mon.a on smithi008 2024-05-07T08:36:10.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:10 smithi047 ceph-mon[31253]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:10.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:10 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:10.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:10 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:10.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:10 smithi047 ceph-mon[31253]: Reconfiguring mgr.a (monmap changed)... 2024-05-07T08:36:10.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:10 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:36:10.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:10 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:36:10.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:10 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:10.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:10 smithi047 ceph-mon[31253]: Reconfiguring daemon mgr.a on smithi008 2024-05-07T08:36:10.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:10 smithi008 ceph-mon[27810]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:10.486 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:10.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:10.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:10 smithi008 ceph-mon[27810]: Reconfiguring mgr.a (monmap changed)... 2024-05-07T08:36:10.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:36:10.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:36:10.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:10 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:10.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:10 smithi008 ceph-mon[27810]: Reconfiguring daemon mgr.a on smithi008 2024-05-07T08:36:12.117 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:11 smithi008 ceph-mon[27810]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:12.117 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:12.117 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:12.117 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:11 smithi008 ceph-mon[27810]: Reconfiguring osd.0 (monmap changed)... 2024-05-07T08:36:12.117 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-07T08:36:12.117 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:11 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:12.117 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:11 smithi008 ceph-mon[27810]: Reconfiguring daemon osd.0 on smithi008 2024-05-07T08:36:12.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:11 smithi047 ceph-mon[31253]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:12.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:12.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:12.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:11 smithi047 ceph-mon[31253]: Reconfiguring osd.0 (monmap changed)... 2024-05-07T08:36:12.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-07T08:36:12.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:11 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:12.193 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:11 smithi047 ceph-mon[31253]: Reconfiguring daemon osd.0 on smithi008 2024-05-07T08:36:12.777 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --hostname smithi107 2024-05-07T08:36:13.135 INFO:teuthology.orchestra.run.smithi008.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-07T08:36:13.135 INFO:teuthology.orchestra.run.smithi008.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-07T08:36:13.135 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-07T08:36:13.457 INFO:teuthology.orchestra.run.smithi008.stderr:17 2024-05-07T08:36:13.467 INFO:teuthology.orchestra.run.smithi008.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-07T08:36:13.482 INFO:teuthology.orchestra.run.smithi008.stderr:++ cat crushmap.txt 2024-05-07T08:36:13.484 INFO:teuthology.orchestra.run.smithi008.stderr:+ CRUSH_MAP='# begin crush map 2024-05-07T08:36:13.484 INFO:teuthology.orchestra.run.smithi008.stderr:tunable choose_local_tries 0 2024-05-07T08:36:13.484 INFO:teuthology.orchestra.run.smithi008.stderr:tunable choose_local_fallback_tries 0 2024-05-07T08:36:13.484 INFO:teuthology.orchestra.run.smithi008.stderr:tunable choose_total_tries 50 2024-05-07T08:36:13.485 INFO:teuthology.orchestra.run.smithi008.stderr:tunable chooseleaf_descend_once 1 2024-05-07T08:36:13.485 INFO:teuthology.orchestra.run.smithi008.stderr:tunable chooseleaf_vary_r 1 2024-05-07T08:36:13.485 INFO:teuthology.orchestra.run.smithi008.stderr:tunable chooseleaf_stable 1 2024-05-07T08:36:13.485 INFO:teuthology.orchestra.run.smithi008.stderr:tunable straw_calc_version 1 2024-05-07T08:36:13.485 INFO:teuthology.orchestra.run.smithi008.stderr:tunable allowed_bucket_algs 54 2024-05-07T08:36:13.485 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:13.486 INFO:teuthology.orchestra.run.smithi008.stderr:# devices 2024-05-07T08:36:13.486 INFO:teuthology.orchestra.run.smithi008.stderr:device 0 osd.0 class ssd 2024-05-07T08:36:13.486 INFO:teuthology.orchestra.run.smithi008.stderr:device 1 osd.1 class ssd 2024-05-07T08:36:13.486 INFO:teuthology.orchestra.run.smithi008.stderr:device 2 osd.2 class ssd 2024-05-07T08:36:13.486 INFO:teuthology.orchestra.run.smithi008.stderr:device 3 osd.3 class ssd 2024-05-07T08:36:13.487 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:13.487 INFO:teuthology.orchestra.run.smithi008.stderr:# types 2024-05-07T08:36:13.487 INFO:teuthology.orchestra.run.smithi008.stderr:type 0 osd 2024-05-07T08:36:13.487 INFO:teuthology.orchestra.run.smithi008.stderr:type 1 host 2024-05-07T08:36:13.487 INFO:teuthology.orchestra.run.smithi008.stderr:type 2 chassis 2024-05-07T08:36:13.487 INFO:teuthology.orchestra.run.smithi008.stderr:type 3 rack 2024-05-07T08:36:13.488 INFO:teuthology.orchestra.run.smithi008.stderr:type 4 row 2024-05-07T08:36:13.488 INFO:teuthology.orchestra.run.smithi008.stderr:type 5 pdu 2024-05-07T08:36:13.488 INFO:teuthology.orchestra.run.smithi008.stderr:type 6 pod 2024-05-07T08:36:13.488 INFO:teuthology.orchestra.run.smithi008.stderr:type 7 room 2024-05-07T08:36:13.488 INFO:teuthology.orchestra.run.smithi008.stderr:type 8 datacenter 2024-05-07T08:36:13.488 INFO:teuthology.orchestra.run.smithi008.stderr:type 9 zone 2024-05-07T08:36:13.489 INFO:teuthology.orchestra.run.smithi008.stderr:type 10 region 2024-05-07T08:36:13.489 INFO:teuthology.orchestra.run.smithi008.stderr:type 11 root 2024-05-07T08:36:13.489 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:13.489 INFO:teuthology.orchestra.run.smithi008.stderr:# buckets 2024-05-07T08:36:13.489 INFO:teuthology.orchestra.run.smithi008.stderr:host smithi008 { 2024-05-07T08:36:13.489 INFO:teuthology.orchestra.run.smithi008.stderr: id -3 # do not change unnecessarily 2024-05-07T08:36:13.490 INFO:teuthology.orchestra.run.smithi008.stderr: id -4 class ssd # do not change unnecessarily 2024-05-07T08:36:13.490 INFO:teuthology.orchestra.run.smithi008.stderr: # weight 0.17459 2024-05-07T08:36:13.490 INFO:teuthology.orchestra.run.smithi008.stderr: alg straw2 2024-05-07T08:36:13.490 INFO:teuthology.orchestra.run.smithi008.stderr: hash 0 # rjenkins1 2024-05-07T08:36:13.490 INFO:teuthology.orchestra.run.smithi008.stderr: item osd.0 weight 0.08730 2024-05-07T08:36:13.490 INFO:teuthology.orchestra.run.smithi008.stderr: item osd.1 weight 0.08730 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr:host smithi047 { 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr: id -5 # do not change unnecessarily 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr: id -6 class ssd # do not change unnecessarily 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr: # weight 0.17459 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr: alg straw2 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr: hash 0 # rjenkins1 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr: item osd.2 weight 0.08730 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr: item osd.3 weight 0.08730 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr:host smithi107 { 2024-05-07T08:36:13.491 INFO:teuthology.orchestra.run.smithi008.stderr: id -7 # do not change unnecessarily 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: id -8 class ssd # do not change unnecessarily 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: # weight 0.00000 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: alg straw2 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: hash 0 # rjenkins1 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr:root default { 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: id -1 # do not change unnecessarily 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: id -2 class ssd # do not change unnecessarily 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: # weight 0.34918 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: alg straw2 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: hash 0 # rjenkins1 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: item smithi008 weight 0.17459 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: item smithi047 weight 0.17459 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: item smithi107 weight 0.00000 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:13.492 INFO:teuthology.orchestra.run.smithi008.stderr:# rules 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr:rule replicated_rule { 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr: id 0 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr: type replicated 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr: step take default 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr: step choose firstn 0 type osd 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr: step emit 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr:# end crush map' 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr:+ grep -q smithi107 2024-05-07T08:36:13.493 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch host rm smithi107 --rm-crush-entry 2024-05-07T08:36:13.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:13.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:13.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: Reconfiguring osd.1 (monmap changed)... 2024-05-07T08:36:13.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-07T08:36:13.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:13.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: Reconfiguring daemon osd.1 on smithi008 2024-05-07T08:36:13.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:13.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:36:13.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:13 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/1412676246' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-07T08:36:13.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:13.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:13.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: Reconfiguring osd.1 (monmap changed)... 2024-05-07T08:36:13.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-07T08:36:13.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:13.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: Reconfiguring daemon osd.1 on smithi008 2024-05-07T08:36:13.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:13.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:36:13.943 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:13 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/1412676246' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-07T08:36:14.614 INFO:teuthology.orchestra.run.smithi008.stdout:Removed host 'smithi107' 2024-05-07T08:36:14.628 INFO:teuthology.orchestra.run.smithi008.stderr:+ sleep 30 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi107", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi107"}]: dispatch 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: Reconfiguring mon.b (monmap changed)... 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:14.875 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:14 smithi047 ceph-mon[31253]: Reconfiguring daemon mon.b on smithi047 2024-05-07T08:36:14.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi107", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-07T08:36:14.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi107"}]: dispatch 2024-05-07T08:36:14.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:14.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:14.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: Reconfiguring mon.b (monmap changed)... 2024-05-07T08:36:14.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-07T08:36:14.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-07T08:36:14.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:14.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:14 smithi008 ceph-mon[27810]: Reconfiguring daemon mon.b on smithi047 2024-05-07T08:36:15.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi107"}]': finished 2024-05-07T08:36:15.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:15 smithi047 ceph-mon[31253]: osdmap e57: 4 total, 4 up, 4 in 2024-05-07T08:36:15.816 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:15.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi107"}]: dispatch 2024-05-07T08:36:15.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:15 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi107"}]': finished 2024-05-07T08:36:15.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:15 smithi047 ceph-mon[31253]: Removed host smithi107 2024-05-07T08:36:15.817 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:15 smithi047 ceph-mon[31253]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:15.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi107"}]': finished 2024-05-07T08:36:15.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:15 smithi008 ceph-mon[27810]: osdmap e57: 4 total, 4 up, 4 in 2024-05-07T08:36:15.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:15.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi107"}]: dispatch 2024-05-07T08:36:15.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:15 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi107"}]': finished 2024-05-07T08:36:15.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:15 smithi008 ceph-mon[27810]: Removed host smithi107 2024-05-07T08:36:15.998 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:15 smithi008 ceph-mon[27810]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:17.442 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:17 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:17.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:17 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:17.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:17 smithi047 ceph-mon[31253]: Reconfiguring mgr.b (monmap changed)... 2024-05-07T08:36:17.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:17 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:36:17.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:17 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:36:17.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:17 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:17.443 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:17 smithi047 ceph-mon[31253]: Reconfiguring daemon mgr.b on smithi047 2024-05-07T08:36:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:17 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:17 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:17 smithi008 ceph-mon[27810]: Reconfiguring mgr.b (monmap changed)... 2024-05-07T08:36:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:17 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-07T08:36:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:17 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-07T08:36:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:17 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:17.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:17 smithi008 ceph-mon[27810]: Reconfiguring daemon mgr.b on smithi047 2024-05-07T08:36:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:18 smithi008 ceph-mon[27810]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:36:18.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:18 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:18.548 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:18 smithi047 ceph-mon[31253]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:18.548 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:18.548 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:18.549 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-07T08:36:18.549 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:18 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:19.495 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:19 smithi047 ceph-mon[31253]: Reconfiguring osd.2 (monmap changed)... 2024-05-07T08:36:19.495 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:19 smithi047 ceph-mon[31253]: Reconfiguring daemon osd.2 on smithi047 2024-05-07T08:36:19.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:19 smithi008 ceph-mon[27810]: Reconfiguring osd.2 (monmap changed)... 2024-05-07T08:36:19.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:19 smithi008 ceph-mon[27810]: Reconfiguring daemon osd.2 on smithi047 2024-05-07T08:36:20.495 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:20 smithi047 ceph-mon[31253]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:20.496 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:20 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:20.496 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:20 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:20.496 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:20 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-07T08:36:20.496 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:20 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:20.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:20 smithi008 ceph-mon[27810]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:20.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:20 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:20.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:20 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:20.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:20 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-07T08:36:20.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:20 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:21.674 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:21 smithi008 ceph-mon[27810]: Reconfiguring osd.3 (monmap changed)... 2024-05-07T08:36:21.674 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:21 smithi008 ceph-mon[27810]: Reconfiguring daemon osd.3 on smithi047 2024-05-07T08:36:21.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:21 smithi047 ceph-mon[31253]: Reconfiguring osd.3 (monmap changed)... 2024-05-07T08:36:21.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:21 smithi047 ceph-mon[31253]: Reconfiguring daemon osd.3 on smithi047 2024-05-07T08:36:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:22 smithi047 ceph-mon[31253]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:36:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:36:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:22 smithi047 ceph-mon[31253]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:22.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:22 smithi047 ceph-mon[31253]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:22 smithi008 ceph-mon[27810]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-07T08:36:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-07T08:36:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-07T08:36:22.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:22 smithi008 ceph-mon[27810]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:22.748 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:22 smithi008 ceph-mon[27810]: from='mgr.14152 172.21.15.8:0/1157971948' entity='mgr.a' 2024-05-07T08:36:23.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:23 smithi047 ceph-mon[31253]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-07T08:36:23.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:23 smithi008 ceph-mon[27810]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-07T08:36:24.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:24 smithi047 ceph-mon[31253]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:24.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:24 smithi008 ceph-mon[27810]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:26.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:26 smithi047 ceph-mon[31253]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:26.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:26 smithi008 ceph-mon[27810]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:28.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:28 smithi047 ceph-mon[31253]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:28.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:28 smithi008 ceph-mon[27810]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:30.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:30 smithi047 ceph-mon[31253]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:30.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:30 smithi008 ceph-mon[27810]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:32.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:32 smithi047 ceph-mon[31253]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:32.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:32 smithi008 ceph-mon[27810]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:34.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:34 smithi047 ceph-mon[31253]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:34.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:34 smithi008 ceph-mon[27810]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:36.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:36 smithi047 ceph-mon[31253]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:36.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:36 smithi008 ceph-mon[27810]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:38.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:38 smithi047 ceph-mon[31253]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:38.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:38 smithi008 ceph-mon[27810]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:40.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:40 smithi047 ceph-mon[31253]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:40.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:40 smithi008 ceph-mon[27810]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:42.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:42 smithi008 ceph-mon[27810]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:42.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:42 smithi047 ceph-mon[31253]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:44.631 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-07T08:36:44.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:44 smithi008 ceph-mon[27810]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:44.942 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:44 smithi047 ceph-mon[31253]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-05-07T08:36:44.959 INFO:teuthology.orchestra.run.smithi008.stderr:18 2024-05-07T08:36:44.969 INFO:teuthology.orchestra.run.smithi008.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-07T08:36:44.983 INFO:teuthology.orchestra.run.smithi008.stderr:++ cat crushmap.txt 2024-05-07T08:36:44.984 INFO:teuthology.orchestra.run.smithi008.stderr:+ CRUSH_MAP='# begin crush map 2024-05-07T08:36:44.984 INFO:teuthology.orchestra.run.smithi008.stderr:tunable choose_local_tries 0 2024-05-07T08:36:44.984 INFO:teuthology.orchestra.run.smithi008.stderr:tunable choose_local_fallback_tries 0 2024-05-07T08:36:44.984 INFO:teuthology.orchestra.run.smithi008.stderr:tunable choose_total_tries 50 2024-05-07T08:36:44.984 INFO:teuthology.orchestra.run.smithi008.stderr:tunable chooseleaf_descend_once 1 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:tunable chooseleaf_vary_r 1 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:tunable chooseleaf_stable 1 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:tunable straw_calc_version 1 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:tunable allowed_bucket_algs 54 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:# devices 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:device 0 osd.0 class ssd 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:device 1 osd.1 class ssd 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:device 2 osd.2 class ssd 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:device 3 osd.3 class ssd 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:44.985 INFO:teuthology.orchestra.run.smithi008.stderr:# types 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 0 osd 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 1 host 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 2 chassis 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 3 rack 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 4 row 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 5 pdu 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 6 pod 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 7 room 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 8 datacenter 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 9 zone 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 10 region 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr:type 11 root 2024-05-07T08:36:44.986 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr:# buckets 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr:host smithi008 { 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: id -3 # do not change unnecessarily 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: id -4 class ssd # do not change unnecessarily 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: # weight 0.17459 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: alg straw2 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: hash 0 # rjenkins1 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: item osd.0 weight 0.08730 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: item osd.1 weight 0.08730 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr:host smithi047 { 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: id -5 # do not change unnecessarily 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: id -6 class ssd # do not change unnecessarily 2024-05-07T08:36:44.987 INFO:teuthology.orchestra.run.smithi008.stderr: # weight 0.17459 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: alg straw2 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: hash 0 # rjenkins1 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: item osd.2 weight 0.08730 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: item osd.3 weight 0.08730 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr:root default { 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: id -1 # do not change unnecessarily 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: id -2 class ssd # do not change unnecessarily 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: # weight 0.34918 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: alg straw2 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: hash 0 # rjenkins1 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: item smithi008 weight 0.17459 2024-05-07T08:36:44.988 INFO:teuthology.orchestra.run.smithi008.stderr: item smithi047 weight 0.17459 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr:# rules 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr:rule replicated_rule { 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr: id 0 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr: type replicated 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr: step take default 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr: step choose firstn 0 type osd 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr: step emit 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr:} 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr:# end crush map' 2024-05-07T08:36:44.989 INFO:teuthology.orchestra.run.smithi008.stderr:+ grep -q smithi107 2024-05-07T08:36:45.611 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:45 smithi008 ceph-mon[27810]: from='client.? 172.21.15.8:0/2055449344' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-07T08:36:45.642 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-07T08:36:45.651 INFO:tasks.cephadm:Teardown begin 2024-05-07T08:36:45.652 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:36:45.682 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:36:45.711 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:45 smithi047 ceph-mon[31253]: from='client.? 172.21.15.8:0/2055449344' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-07T08:36:45.717 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:36:45.751 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-07T08:36:45.751 DEBUG:teuthology.orchestra.run.smithi008:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-07T08:36:45.767 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-07T08:36:45.786 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-07T08:36:45.808 INFO:tasks.cephadm:Stopping all daemons... 2024-05-07T08:36:45.808 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-07T08:36:45.809 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.a 2024-05-07T08:36:45.997 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:45 smithi008 systemd[1]: Stopping Ceph mon.a for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:36:46.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a[27787]: 2024-05-07T08:36:46.107+0000 7f46e5d3c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:36:46.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:46 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a[27787]: 2024-05-07T08:36:46.107+0000 7f46e5d3c700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-07T08:36:46.473 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:46 smithi008 podman[60605]: 2024-05-07 08:36:46.1996642 +0000 UTC m=+0.192842517 container died 99753bf0179e796493662ba9395a6f5c146fd207c95514ef73dfc201363c093c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27, GIT_BRANCH=HEAD) 2024-05-07T08:36:46.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:46 smithi008 podman[60605]: 2024-05-07 08:36:46.654254323 +0000 UTC m=+0.647432682 container cleanup 99753bf0179e796493662ba9395a6f5c146fd207c95514ef73dfc201363c093c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b05eb27, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-05-07T08:36:46.747 INFO:journalctl@ceph.mon.a.smithi008.stdout:May 07 08:36:46 smithi008 bash[60605]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-a 2024-05-07T08:36:47.095 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.a.service' 2024-05-07T08:36:47.143 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:36:47.144 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-07T08:36:47.144 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-07T08:36:47.144 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.b 2024-05-07T08:36:47.440 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:47 smithi047 systemd[1]: Stopping Ceph mon.b for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:36:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:47 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-b[31230]: 2024-05-07T08:36:47.437+0000 7f09ee0d8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:36:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:47 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-b[31230]: 2024-05-07T08:36:47.437+0000 7f09ee0d8700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-07T08:36:47.692 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:47 smithi047 podman[47732]: 2024-05-07 08:36:47.601820964 +0000 UTC m=+0.263716915 container died 5a2025f91df0d2452fd5a983aae6971215282c4e7053e49a88f9a6db25f0dc28 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-07T08:36:48.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:48 smithi047 podman[47732]: 2024-05-07 08:36:48.084251356 +0000 UTC m=+0.746147296 container cleanup 5a2025f91df0d2452fd5a983aae6971215282c4e7053e49a88f9a6db25f0dc28 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-b, org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-07T08:36:48.192 INFO:journalctl@ceph.mon.b.smithi047.stdout:May 07 08:36:48 smithi047 bash[47732]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mon-b 2024-05-07T08:36:48.467 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.b.service' 2024-05-07T08:36:48.518 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:36:48.518 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-07T08:36:48.519 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-07T08:36:48.519 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.c 2024-05-07T08:36:48.565 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mon.c.service' 2024-05-07T08:36:48.615 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:36:48.615 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-07T08:36:48.615 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-07T08:36:48.615 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.a 2024-05-07T08:36:48.997 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:36:48 smithi008 systemd[1]: Stopping Ceph mgr.a for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:36:49.310 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:36:49 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:36:49.027+0000 7f55b6744700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:36:49.310 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:36:49 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a[28066]: 2024-05-07T08:36:49.027+0000 7f55b6744700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-07T08:36:49.310 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:36:49 smithi008 podman[60737]: 2024-05-07 08:36:49.05932719 +0000 UTC m=+0.253433816 container died b81f89024e84972a580c117042531bc02785d5f1efbdafa4d5cc97790727e8c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240430) 2024-05-07T08:36:49.569 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:36:49 smithi008 podman[60737]: 2024-05-07 08:36:49.383309481 +0000 UTC m=+0.577416088 container cleanup b81f89024e84972a580c117042531bc02785d5f1efbdafa4d5cc97790727e8c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-05-07T08:36:49.569 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:36:49 smithi008 bash[60737]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a 2024-05-07T08:36:49.823 INFO:journalctl@ceph.mgr.a.smithi008.stdout:May 07 08:36:49 smithi008 podman[60756]: 2024-05-07 08:36:49.567809071 +0000 UTC m=+0.508828905 container remove b81f89024e84972a580c117042531bc02785d5f1efbdafa4d5cc97790727e8c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b05eb2754514c6559f7c34d831877d418ea3a9c7, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240430) 2024-05-07T08:36:49.827 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-07T08:36:49.863 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:36:49.863 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-07T08:36:49.863 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-07T08:36:49.863 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.b 2024-05-07T08:36:50.189 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:36:49 smithi047 systemd[1]: Stopping Ceph mgr.b for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:36:50.442 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:36:50 smithi047 podman[47863]: 2024-05-07 08:36:50.18800458 +0000 UTC m=+0.128113771 container died c514f63e56fadd4ea386965e01bdf44844e08057038178e5492a2199d7177965 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-05-07T08:36:50.841 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:36:50 smithi047 podman[47863]: 2024-05-07 08:36:50.554988269 +0000 UTC m=+0.495097467 container cleanup c514f63e56fadd4ea386965e01bdf44844e08057038178e5492a2199d7177965 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-05-07T08:36:50.841 INFO:journalctl@ceph.mgr.b.smithi047.stdout:May 07 08:36:50 smithi047 bash[47863]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-mgr-b 2024-05-07T08:36:51.024 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-07T08:36:51.060 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:36:51.061 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-07T08:36:51.061 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-07T08:36:51.061 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.0 2024-05-07T08:36:51.359 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:51 smithi008 systemd[1]: Stopping Ceph osd.0 for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:36:51.747 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:51 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0[43700]: 2024-05-07T08:36:51.364+0000 7f6cdce40700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:36:51.747 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:51 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0[43700]: 2024-05-07T08:36:51.364+0000 7f6cdce40700 -1 osd.0 57 *** Got signal Terminated *** 2024-05-07T08:36:51.747 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:51 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0[43700]: 2024-05-07T08:36:51.364+0000 7f6cdce40700 -1 osd.0 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T08:36:57.073 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:56 smithi008 podman[60869]: 2024-05-07 08:36:56.759229624 +0000 UTC m=+5.493829328 container died 54e5dd365a4af5f712074f997a366dd642758f245fab5f89d1e76035d62d96be (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, ceph=True) 2024-05-07T08:36:57.456 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:57 smithi008 podman[60869]: 2024-05-07 08:36:57.17027872 +0000 UTC m=+5.904878409 container cleanup 54e5dd365a4af5f712074f997a366dd642758f245fab5f89d1e76035d62d96be (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-05-07T08:36:57.456 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:57 smithi008 bash[60869]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0 2024-05-07T08:36:57.747 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:57 smithi008 podman[60902]: 2024-05-07 08:36:57.454892849 +0000 UTC m=+0.686960958 container remove 54e5dd365a4af5f712074f997a366dd642758f245fab5f89d1e76035d62d96be (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux ) 2024-05-07T08:36:58.242 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:57 smithi008 podman[60999]: 2024-05-07 08:36:57.947263703 +0000 UTC m=+0.110368378 container create a5ba06d025ee5e9d6aa1337d81974e04f157b630ada5bcfb486360a86f3628d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0-deactivate, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430) 2024-05-07T08:36:58.243 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:57 smithi008 podman[60999]: 2024-05-07 08:36:57.855479112 +0000 UTC m=+0.018583808 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T08:36:58.243 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:58 smithi008 podman[60999]: 2024-05-07 08:36:58.133881746 +0000 UTC m=+0.296986425 container init a5ba06d025ee5e9d6aa1337d81974e04f157b630ada5bcfb486360a86f3628d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-05-07T08:36:58.243 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:58 smithi008 podman[60999]: 2024-05-07 08:36:58.13963134 +0000 UTC m=+0.302736026 container start a5ba06d025ee5e9d6aa1337d81974e04f157b630ada5bcfb486360a86f3628d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-05-07T08:36:58.243 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:58 smithi008 podman[60999]: 2024-05-07 08:36:58.241202813 +0000 UTC m=+0.404307492 container attach a5ba06d025ee5e9d6aa1337d81974e04f157b630ada5bcfb486360a86f3628d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=squid-b05eb27, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux ) 2024-05-07T08:36:58.497 INFO:journalctl@ceph.osd.0.smithi008.stdout:May 07 08:36:58 smithi008 podman[60999]: 2024-05-07 08:36:58.439604487 +0000 UTC m=+0.602709163 container died a5ba06d025ee5e9d6aa1337d81974e04f157b630ada5bcfb486360a86f3628d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, RELEASE=squid-b05eb27, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-05-07T08:36:59.124 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.0.service' 2024-05-07T08:36:59.164 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:36:59.164 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-07T08:36:59.164 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-07T08:36:59.164 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.1 2024-05-07T08:36:59.497 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:36:59 smithi008 systemd[1]: Stopping Ceph osd.1 for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:36:59.997 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:36:59 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1[50066]: 2024-05-07T08:36:59.500+0000 7f8ffd4e7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:36:59.997 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:36:59 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1[50066]: 2024-05-07T08:36:59.500+0000 7f8ffd4e7700 -1 osd.1 57 *** Got signal Terminated *** 2024-05-07T08:36:59.998 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:36:59 smithi008 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1[50066]: 2024-05-07T08:36:59.500+0000 7f8ffd4e7700 -1 osd.1 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T08:37:05.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:04 smithi008 podman[61130]: 2024-05-07 08:37:04.879999475 +0000 UTC m=+5.491204596 container died 2e807995db43fcf6175684bb0327ae45b2b12e21ee3dccf8551da7f63ac649da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-05-07T08:37:05.583 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:05 smithi008 podman[61130]: 2024-05-07 08:37:05.413870987 +0000 UTC m=+6.025076107 container cleanup 2e807995db43fcf6175684bb0327ae45b2b12e21ee3dccf8551da7f63ac649da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-07T08:37:05.583 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:05 smithi008 bash[61130]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1 2024-05-07T08:37:05.991 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:05 smithi008 podman[61153]: 2024-05-07 08:37:05.581649686 +0000 UTC m=+0.700127473 container remove 2e807995db43fcf6175684bb0327ae45b2b12e21ee3dccf8551da7f63ac649da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True) 2024-05-07T08:37:06.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:05 smithi008 podman[61252]: 2024-05-07 08:37:05.990730537 +0000 UTC m=+0.113349322 container create 061eb1ba6a2cd3f27eddf0165e4dae32a815ec509d8d1eba16ecd39fefb7e8f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27) 2024-05-07T08:37:06.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:05 smithi008 podman[61252]: 2024-05-07 08:37:05.896081325 +0000 UTC m=+0.018700110 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T08:37:06.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:06 smithi008 podman[61252]: 2024-05-07 08:37:06.142702331 +0000 UTC m=+0.265321123 container init 061eb1ba6a2cd3f27eddf0165e4dae32a815ec509d8d1eba16ecd39fefb7e8f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T08:37:06.247 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:06 smithi008 podman[61252]: 2024-05-07 08:37:06.148713417 +0000 UTC m=+0.271332215 container start 061eb1ba6a2cd3f27eddf0165e4dae32a815ec509d8d1eba16ecd39fefb7e8f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1-deactivate, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True) 2024-05-07T08:37:06.248 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:06 smithi008 podman[61252]: 2024-05-07 08:37:06.217505603 +0000 UTC m=+0.340124404 container attach 061eb1ba6a2cd3f27eddf0165e4dae32a815ec509d8d1eba16ecd39fefb7e8f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1-deactivate, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, RELEASE=squid-b05eb27, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5) 2024-05-07T08:37:06.730 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:06 smithi008 podman[61252]: 2024-05-07 08:37:06.452373361 +0000 UTC m=+0.574992142 container died 061eb1ba6a2cd3f27eddf0165e4dae32a815ec509d8d1eba16ecd39fefb7e8f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-05-07T08:37:06.956 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.1.service' 2024-05-07T08:37:06.980 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:06 smithi008 podman[61298]: 2024-05-07 08:37:06.937021469 +0000 UTC m=+0.478470790 container remove 061eb1ba6a2cd3f27eddf0165e4dae32a815ec509d8d1eba16ecd39fefb7e8f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5) 2024-05-07T08:37:06.980 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:06 smithi008 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.1.service: Deactivated successfully. 2024-05-07T08:37:06.981 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:06 smithi008 systemd[1]: Stopped Ceph osd.1 for d73e7f90-0c4b-11ef-bc97-c7b262605968. 2024-05-07T08:37:06.981 INFO:journalctl@ceph.osd.1.smithi008.stdout:May 07 08:37:06 smithi008 systemd[1]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.1.service: Consumed 3.400s CPU time. 2024-05-07T08:37:06.995 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:37:06.996 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-07T08:37:06.996 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-07T08:37:06.996 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.2 2024-05-07T08:37:07.296 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:07 smithi047 systemd[1]: Stopping Ceph osd.2 for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:37:07.692 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:07 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2[35918]: 2024-05-07T08:37:07.293+0000 7f7e3ef86700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:37:07.692 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:07 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2[35918]: 2024-05-07T08:37:07.293+0000 7f7e3ef86700 -1 osd.2 57 *** Got signal Terminated *** 2024-05-07T08:37:07.692 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:07 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2[35918]: 2024-05-07T08:37:07.293+0000 7f7e3ef86700 -1 osd.2 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T08:37:12.976 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:12 smithi047 podman[48006]: 2024-05-07 08:37:12.714575906 +0000 UTC m=+5.503422876 container died ef1497f4aba5c71e2ca3522f8520d4065db87619ccdd4ee10dce426628cddf3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, maintainer=Guillaume Abrioux ) 2024-05-07T08:37:13.326 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:13 smithi047 podman[48006]: 2024-05-07 08:37:13.124202771 +0000 UTC m=+5.913049753 container cleanup ef1497f4aba5c71e2ca3522f8520d4065db87619ccdd4ee10dce426628cddf3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2, RELEASE=squid-b05eb27, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430) 2024-05-07T08:37:13.326 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:13 smithi047 bash[48006]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2 2024-05-07T08:37:13.692 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:13 smithi047 podman[48028]: 2024-05-07 08:37:13.325293044 +0000 UTC m=+0.607639027 container remove ef1497f4aba5c71e2ca3522f8520d4065db87619ccdd4ee10dce426628cddf3e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2, org.label-schema.build-date=20240430, ceph=True, io.buildah.version=1.33.5, RELEASE=squid-b05eb27, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-07T08:37:14.096 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:13 smithi047 podman[48120]: 2024-05-07 08:37:13.671132039 +0000 UTC m=+0.018605491 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T08:37:14.096 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:13 smithi047 podman[48120]: 2024-05-07 08:37:13.784290359 +0000 UTC m=+0.131763799 container create 2ef370ff6b41a8cc1f9bf026ca70141f836ae2bf32dbea7ffb23f777451f7e99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=squid-b05eb27, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-05-07T08:37:14.096 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:14 smithi047 podman[48120]: 2024-05-07 08:37:14.095196181 +0000 UTC m=+0.442669614 container init 2ef370ff6b41a8cc1f9bf026ca70141f836ae2bf32dbea7ffb23f777451f7e99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2-deactivate, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-07T08:37:14.403 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:14 smithi047 podman[48120]: 2024-05-07 08:37:14.100969171 +0000 UTC m=+0.448442606 container start 2ef370ff6b41a8cc1f9bf026ca70141f836ae2bf32dbea7ffb23f777451f7e99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=squid-b05eb27, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-05-07T08:37:14.403 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:14 smithi047 podman[48120]: 2024-05-07 08:37:14.203336232 +0000 UTC m=+0.550809683 container attach 2ef370ff6b41a8cc1f9bf026ca70141f836ae2bf32dbea7ffb23f777451f7e99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, GIT_CLEAN=True) 2024-05-07T08:37:14.690 INFO:journalctl@ceph.osd.2.smithi047.stdout:May 07 08:37:14 smithi047 podman[48120]: 2024-05-07 08:37:14.402687965 +0000 UTC m=+0.750161408 container died 2ef370ff6b41a8cc1f9bf026ca70141f836ae2bf32dbea7ffb23f777451f7e99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-05-07T08:37:14.977 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.2.service' 2024-05-07T08:37:15.016 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:37:15.017 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-07T08:37:15.017 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-07T08:37:15.017 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.3 2024-05-07T08:37:15.363 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:15 smithi047 systemd[1]: Stopping Ceph osd.3 for d73e7f90-0c4b-11ef-bc97-c7b262605968... 2024-05-07T08:37:15.692 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:15 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3[42233]: 2024-05-07T08:37:15.361+0000 7fb1d0355700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-07T08:37:15.692 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:15 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3[42233]: 2024-05-07T08:37:15.361+0000 7fb1d0355700 -1 osd.3 57 *** Got signal Terminated *** 2024-05-07T08:37:15.692 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:15 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3[42233]: 2024-05-07T08:37:15.361+0000 7fb1d0355700 -1 osd.3 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-07T08:37:19.442 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:18 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3[42233]: 2024-05-07T08:37:18.949+0000 7fb1c8941700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-07T08:36:52.183564+0000 front 2024-05-07T08:36:52.183592+0000 (oldest deadline 2024-05-07T08:37:18.083550+0000) 2024-05-07T08:37:20.343 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:19 smithi047 ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3[42233]: 2024-05-07T08:37:19.965+0000 7fb1c8941700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.8:6806 osd.0 since back 2024-05-07T08:36:52.183564+0000 front 2024-05-07T08:36:52.183592+0000 (oldest deadline 2024-05-07T08:37:18.083550+0000) 2024-05-07T08:37:21.010 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:20 smithi047 podman[48249]: 2024-05-07 08:37:20.735258737 +0000 UTC m=+5.485254139 container died 5b9b8e7c3e53949c2d50b8e84304906f123c400d74c629065acddd369915eab0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, RELEASE=squid-b05eb27) 2024-05-07T08:37:21.569 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:21 smithi047 podman[48249]: 2024-05-07 08:37:21.300017146 +0000 UTC m=+6.050012546 container cleanup 5b9b8e7c3e53949c2d50b8e84304906f123c400d74c629065acddd369915eab0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=squid-b05eb27, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-07T08:37:21.569 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:21 smithi047 bash[48249]: ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3 2024-05-07T08:37:21.942 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:21 smithi047 podman[48273]: 2024-05-07 08:37:21.5677377 +0000 UTC m=+0.827263368 container remove 5b9b8e7c3e53949c2d50b8e84304906f123c400d74c629065acddd369915eab0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.build-date=20240430, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-b05eb27, org.label-schema.license=GPLv2) 2024-05-07T08:37:22.205 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:21 smithi047 podman[48372]: 2024-05-07 08:37:21.844955661 +0000 UTC m=+0.018698356 image pull 87d10cb398ae3f221b6f27fca5a44ec1059e5b3a1b62dc336670ad2ed90c21fe quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb 2024-05-07T08:37:22.205 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:22 smithi047 podman[48372]: 2024-05-07 08:37:22.002201002 +0000 UTC m=+0.175943723 container create 6a686c37e74af4905310c081dfcc5d460311f1f5e9f74e9be0ecf3430c4b23c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=squid-b05eb27, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS) 2024-05-07T08:37:22.205 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:22 smithi047 podman[48372]: 2024-05-07 08:37:22.204333472 +0000 UTC m=+0.378076162 container init 6a686c37e74af4905310c081dfcc5d460311f1f5e9f74e9be0ecf3430c4b23c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3-deactivate, io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS) 2024-05-07T08:37:22.512 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:22 smithi047 podman[48372]: 2024-05-07 08:37:22.210467299 +0000 UTC m=+0.384209985 container start 6a686c37e74af4905310c081dfcc5d460311f1f5e9f74e9be0ecf3430c4b23c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3-deactivate, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-05-07T08:37:22.512 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:22 smithi047 podman[48372]: 2024-05-07 08:37:22.295865657 +0000 UTC m=+0.469608338 container attach 6a686c37e74af4905310c081dfcc5d460311f1f5e9f74e9be0ecf3430c4b23c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b05eb27, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-07T08:37:22.942 INFO:journalctl@ceph.osd.3.smithi047.stdout:May 07 08:37:22 smithi047 podman[48372]: 2024-05-07 08:37:22.511663826 +0000 UTC m=+0.685406511 container died 6a686c37e74af4905310c081dfcc5d460311f1f5e9f74e9be0ecf3430c4b23c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6342c4f08d2135a8ff1748bac1cbbe31eec21c7e8bb468af787377a7aefd81bb, name=ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, RELEASE=squid-b05eb27, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-05-07T08:37:22.987 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.3.service' 2024-05-07T08:37:23.027 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:37:23.027 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-07T08:37:23.027 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-07T08:37:23.028 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.4 2024-05-07T08:37:23.072 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.4.service' 2024-05-07T08:37:23.151 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:37:23.151 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-07T08:37:23.151 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-07T08:37:23.151 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.5 2024-05-07T08:37:23.229 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d73e7f90-0c4b-11ef-bc97-c7b262605968@osd.5.service' 2024-05-07T08:37:23.303 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-07T08:37:23.303 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-07T08:37:23.303 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-07T08:37:23.506 INFO:teuthology.orchestra.run.smithi008.stdout:Deleting cluster with fsid: d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:37:24.875 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-07T08:37:25.075 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:37:26.341 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-07T08:37:26.530 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:37:26.977 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:37:27.011 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:37:27.041 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-07T08:37:27.067 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-07T08:37:27.070 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi008/crash 2024-05-07T08:37:27.070 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash -- . 2024-05-07T08:37:27.116 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-07T08:37:27.116 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2024-05-07T08:37:27.118 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi047/crash 2024-05-07T08:37:27.119 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash -- . 2024-05-07T08:37:27.161 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-07T08:37:27.162 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-05-07T08:37:27.164 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi107/crash 2024-05-07T08:37:27.165 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash -- . 2024-05-07T08:37:27.216 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-07T08:37:27.216 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2024-05-07T08:37:27.218 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-07T08:37:27.218 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-05-07T08:37:27.255 INFO:tasks.cephadm:Compressing logs... 2024-05-07T08:37:27.255 DEBUG:teuthology.orchestra.run.smithi008:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-07T08:37:27.297 DEBUG:teuthology.orchestra.run.smithi047:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-07T08:37:27.300 DEBUG:teuthology.orchestra.run.smithi107:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-07T08:37:27.323 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-05-07T08:37:27.323 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:37:27.324 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log 2024-05-07T08:37:27.330 INFO:teuthology.orchestra.run.smithi047.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log: -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.2.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.3.log 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log: 85.4% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-07T08:37:27.331 INFO:teuthology.orchestra.run.smithi047.stderr: 82.5% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log: 89.8% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.b.log: 91.0% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log: /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.1.log: 85.7% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi008.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-07T08:37:27.332 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi008.stderr: 89.6% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi008.stderr: 82.9% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi107.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi107.stderr:: No such file or directory 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose --/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log: /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.5.log 2024-05-07T08:37:27.333 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.4.log 2024-05-07T08:37:27.334 INFO:teuthology.orchestra.run.smithi107.stderr: 85.2% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-07T08:37:27.334 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.5.log: 89.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-07T08:37:27.334 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-07T08:37:27.334 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-07T08:37:27.334 INFO:teuthology.orchestra.run.smithi107.stderr: 89.8% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-07T08:37:27.334 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-07T08:37:27.334 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log: /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log: 80.4% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-07T08:37:27.334 INFO:teuthology.orchestra.run.smithi107.stderr: 91.3% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-07T08:37:27.335 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mgr.a.log: /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log: 91.3% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-07T08:37:27.335 INFO:teuthology.orchestra.run.smithi047.stderr: 91.2% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-07T08:37:27.346 INFO:teuthology.orchestra.run.smithi107.stderr: 92.7% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.5.log.gz 2024-05-07T08:37:27.346 INFO:teuthology.orchestra.run.smithi107.stderr: 92.8% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.4.log.gz 2024-05-07T08:37:27.374 INFO:teuthology.orchestra.run.smithi008.stderr: 93.3% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-07T08:37:27.377 INFO:teuthology.orchestra.run.smithi107.stderr: 92.6% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-07T08:37:27.379 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-05-07T08:37:27.379 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.065s 2024-05-07T08:37:27.379 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m0.109s 2024-05-07T08:37:27.380 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.019s 2024-05-07T08:37:27.384 INFO:teuthology.orchestra.run.smithi008.stderr: 93.1% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-07T08:37:27.386 INFO:teuthology.orchestra.run.smithi047.stderr: 92.9% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.3.log.gz 2024-05-07T08:37:27.400 INFO:teuthology.orchestra.run.smithi008.stderr: 89.5% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-07T08:37:27.401 INFO:teuthology.orchestra.run.smithi047.stderr: 93.4% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-07T08:37:27.408 INFO:teuthology.orchestra.run.smithi047.stderr: 92.3% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-07T08:37:27.410 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-05-07T08:37:27.410 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.097s 2024-05-07T08:37:27.410 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m0.230s 2024-05-07T08:37:27.410 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.026s 2024-05-07T08:37:27.552 INFO:teuthology.orchestra.run.smithi008.stderr: 91.0% -- replaced with /var/log/ceph/d73e7f90-0c4b-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-07T08:37:27.554 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-05-07T08:37:27.554 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m0.242s 2024-05-07T08:37:27.554 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m0.419s 2024-05-07T08:37:27.554 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.030s 2024-05-07T08:37:27.554 INFO:tasks.cephadm:Archiving logs... 2024-05-07T08:37:27.555 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi008/log 2024-05-07T08:37:27.555 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-07T08:37:27.696 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi047/log 2024-05-07T08:37:27.697 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-07T08:37:27.759 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi107/log 2024-05-07T08:37:27.760 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-07T08:37:27.808 INFO:tasks.cephadm:Removing cluster... 2024-05-07T08:37:27.808 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 --force 2024-05-07T08:37:27.995 INFO:teuthology.orchestra.run.smithi008.stdout:Deleting cluster with fsid: d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:37:28.264 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 --force 2024-05-07T08:37:28.463 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:37:28.721 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d73e7f90-0c4b-11ef-bc97-c7b262605968 --force 2024-05-07T08:37:28.912 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: d73e7f90-0c4b-11ef-bc97-c7b262605968 2024-05-07T08:37:29.155 INFO:tasks.cephadm:Removing cephadm ... 2024-05-07T08:37:29.155 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-07T08:37:29.175 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-07T08:37:29.193 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-07T08:37:29.208 INFO:tasks.cephadm:Teardown complete 2024-05-07T08:37:29.209 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-07T08:37:29.221 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-07T08:37:29.221 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-07T08:37:29.224 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-07T08:37:29.236 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-07T08:37:29.344 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-07T08:37:29.355 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-07T08:37:29.355 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:37:29.358 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:37:29.361 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-07T08:37:29.374 INFO:teuthology.orchestra.run.smithi008.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:37:29.374 INFO:teuthology.orchestra.run.smithi047.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:37:29.375 INFO:teuthology.orchestra.run.smithi107.stderr:bash: line 1: ntpq: command not found 2024-05-07T08:37:29.379 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:37:29.379 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-05-07T08:37:29.379 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv01.front.sepia.ceph.com 3 6 377 44 +244us[ +239us] +/- 46ms 2024-05-07T08:37:29.379 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 43 -533us[ -533us] +/- 55ms 2024-05-07T08:37:29.379 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 +306us[ +306us] +/- 87ms 2024-05-07T08:37:29.379 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:37:29.380 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:37:29.381 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2024-05-07T08:37:29.381 INFO:teuthology.orchestra.run.smithi047.stdout:^* hv01.front.sepia.ceph.com 3 6 377 43 +252us[ +258us] +/- 46ms 2024-05-07T08:37:29.381 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 46 -524us[ -518us] +/- 55ms 2024-05-07T08:37:29.381 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +299us[ +299us] +/- 87ms 2024-05-07T08:37:29.381 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:37:29.382 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-07T08:37:29.382 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2024-05-07T08:37:29.382 INFO:teuthology.orchestra.run.smithi107.stdout:^* hv01.front.sepia.ceph.com 3 6 377 42 +252us[ +263us] +/- 46ms 2024-05-07T08:37:29.382 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 43 -535us[ -524us] +/- 55ms 2024-05-07T08:37:29.382 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +308us[ +318us] +/- 87ms 2024-05-07T08:37:29.382 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-07T08:37:29.382 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-07T08:37:29.393 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-07T08:37:29.394 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-07T08:37:29.408 DEBUG:teuthology.orchestra.run.smithi008:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-07T08:37:29.500 DEBUG:teuthology.orchestra.run.smithi047:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-07T08:37:29.570 DEBUG:teuthology.orchestra.run.smithi107:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-07T08:37:29.635 DEBUG:teuthology.orchestra.run.smithi008:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:37:29.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:37:29.667 DEBUG:teuthology.orchestra.run.smithi047:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:37:29.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:37:29.698 DEBUG:teuthology.orchestra.run.smithi107:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-07T08:37:29.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:37:29.726 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-07T08:37:29.736 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-07T08:37:29.750 INFO:teuthology.task.internal:Duration was 951.262569 seconds 2024-05-07T08:37:29.750 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-07T08:37:29.764 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-07T08:37:29.764 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-07T08:37:29.766 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-07T08:37:29.769 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-07T08:37:29.807 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:37:29.809 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:37:29.809 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-07T08:37:30.237 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-07T08:37:30.237 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2024-05-07T08:37:30.237 DEBUG:teuthology.orchestra.run.smithi008:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-07T08:37:30.264 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-05-07T08:37:30.264 DEBUG:teuthology.orchestra.run.smithi047:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-07T08:37:30.303 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-05-07T08:37:30.303 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-07T08:37:30.326 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-07T08:37:30.326 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-07T08:37:30.329 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-07T08:37:30.346 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-07T08:37:30.392 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-07T08:37:30.392 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-07T08:37:30.401 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-07T08:37:30.418 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-07T08:37:30.592 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-07T08:37:30.602 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-07T08:37:30.602 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-07T08:37:30.627 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-07T08:37:30.654 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-07T08:37:30.679 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-07T08:37:30.691 DEBUG:teuthology.orchestra.run.smithi008:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-07T08:37:30.693 DEBUG:teuthology.orchestra.run.smithi047:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-07T08:37:30.697 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-07T08:37:30.715 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2024-05-07T08:37:30.718 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-05-07T08:37:30.742 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-05-07T08:37:30.764 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-07T08:37:30.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:37:30.796 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-07T08:37:30.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:37:30.811 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-07T08:37:30.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-07T08:37:30.826 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-07T08:37:30.839 INFO:teuthology.task.internal:Transferring archived files... 2024-05-07T08:37:30.839 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi008 2024-05-07T08:37:30.839 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-07T08:37:30.877 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi047 2024-05-07T08:37:30.878 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-07T08:37:30.913 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694624/remote/smithi107 2024-05-07T08:37:30.913 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-07T08:37:30.947 INFO:teuthology.task.internal:Removing archive directory... 2024-05-07T08:37:30.948 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-07T08:37:30.950 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-07T08:37:30.955 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-07T08:37:30.997 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-07T08:37:31.011 INFO:teuthology.task.internal:Not uploading archives. 2024-05-07T08:37:31.012 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-07T08:37:31.053 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-07T08:37:31.054 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-07T08:37:31.056 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-07T08:37:31.058 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-07T08:37:31.069 INFO:teuthology.orchestra.run.smithi008.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 7 08:37 /home/ubuntu/cephtest 2024-05-07T08:37:31.071 INFO:teuthology.orchestra.run.smithi047.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 7 08:37 /home/ubuntu/cephtest 2024-05-07T08:37:31.073 INFO:teuthology.orchestra.run.smithi107.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 7 08:37 /home/ubuntu/cephtest 2024-05-07T08:37:31.074 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-07T08:37:31.084 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-07T08:37:31.116 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_host_drain} duration: 951.2625687122345 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-05-07T08:37:31.117 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-07T08:37:31.238 INFO:teuthology.run:pass