2024-05-10T19:20:06.082 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-10T19:20:06.082 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} --archive /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994 --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/orig.config.yaml 2024-05-10T19:20:06.113 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-10T19:20:06.188 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994 branch: squid description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7699994' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-09_21:00:02-rados-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: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN log-only-match: - CEPHADM_ sha1: bf77c77e13287c5f844356e82ad19f486f6e6823 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bf77c77e13287c5f844356e82ad19f486f6e6823 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 553c8f7cc5327255b911c3c533414a6969bf8fce owner: scheduled_teuthology@teuthology priority: 101 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: 8398 sha1: bf77c77e13287c5f844356e82ad19f486f6e6823 sleep_before_teardown: 0 subset: 32229/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_553c8f7cc5327255b911c3c533414a6969bf8fce/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 553c8f7cc5327255b911c3c533414a6969bf8fce targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFZ9GnDSNqr71zfTpRKpAhK5RwlX+kBWXO1TjdfGpTNldakLNsKlFG7do1dGntQpZQaqkG09I8yqVpFR2wDXbGM= smithi106.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHlYdV9pWZWTzVVNoUvqXgi9P197jygrcaPz5X/dXTdfGjxk74bPUd0E5hasUi4QKMAGqj5kIyOB+AzH74NU7tY= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGPOO5+fZ71XN2uNk7dOvzVm+BA2+lguPmD39lrc7m31RB1BXxRwfL0l5CpsWvMDTjPKrF6Mq9NbwZijKArKguo= 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-09_21:00:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-10T19:20:06.188 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_553c8f7cc5327255b911c3c533414a6969bf8fce/qa; will attempt to use it 2024-05-10T19:20:06.189 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_553c8f7cc5327255b911c3c533414a6969bf8fce/qa/tasks 2024-05-10T19:20:06.189 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-10T19:20:06.191 INFO:teuthology.task.internal:Checking packages... 2024-05-10T19:20:06.213 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'bf77c77e13287c5f844356e82ad19f486f6e6823' 2024-05-10T19:20:06.214 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-10T19:20:06.214 INFO:teuthology.packaging:ref: None 2024-05-10T19:20:06.214 INFO:teuthology.packaging:tag: None 2024-05-10T19:20:06.214 INFO:teuthology.packaging:branch: squid 2024-05-10T19:20:06.214 INFO:teuthology.packaging:sha1: bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:20:06.214 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-10T19:20:06.466 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2555.gf72fecff 2024-05-10T19:20:06.468 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-10T19:20:06.474 INFO:teuthology.task.internal:no buildpackages task found 2024-05-10T19:20:06.475 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-10T19:20:06.508 INFO:teuthology.task.internal:Saving configuration 2024-05-10T19:20:06.521 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-10T19:20:06.533 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T19:20:06.557 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994', '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-10 19:14:09.383042', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFZ9GnDSNqr71zfTpRKpAhK5RwlX+kBWXO1TjdfGpTNldakLNsKlFG7do1dGntQpZQaqkG09I8yqVpFR2wDXbGM='} 2024-05-10T19:20:06.577 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi106.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994', '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-10 19:14:09.384392', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHlYdV9pWZWTzVVNoUvqXgi9P197jygrcaPz5X/dXTdfGjxk74bPUd0E5hasUi4QKMAGqj5kIyOB+AzH74NU7tY='} 2024-05-10T19:20:06.599 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994', '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-10 19:14:09.381459', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGPOO5+fZ71XN2uNk7dOvzVm+BA2+lguPmD39lrc7m31RB1BXxRwfL0l5CpsWvMDTjPKrF6Mq9NbwZijKArKguo='} 2024-05-10T19:20:06.600 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-10T19:20:06.606 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-10T19:20:06.606 INFO:teuthology.task.internal:roles: ubuntu@smithi106.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-10T19:20:06.606 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-10T19:20:06.606 INFO:teuthology.run_tasks:Running task console_log... 2024-05-10T19:20:06.730 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f220f5aaf70>, signals=[15]) 2024-05-10T19:20:06.730 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-10T19:20:06.738 INFO:teuthology.task.internal:Opening connections... 2024-05-10T19:20:06.738 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-05-10T19:20:06.740 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:20:06.816 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi106.front.sepia.ceph.com 2024-05-10T19:20:06.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:20:06.892 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2024-05-10T19:20:06.892 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:20:06.967 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-10T19:20:06.974 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-05-10T19:20:06.993 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-05-10T19:20:06.993 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="9" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="9" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el9" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:LOGO="fedora-logo-icon" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2024-05-10T19:20:07.052 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-10T19:20:07.053 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-10T19:20:07.053 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-10T19:20:07.053 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-05-10T19:20:07.074 DEBUG:teuthology.orchestra.run.smithi106:> uname -m 2024-05-10T19:20:07.092 INFO:teuthology.orchestra.run.smithi106.stdout:x86_64 2024-05-10T19:20:07.093 DEBUG:teuthology.orchestra.run.smithi106:> cat /etc/os-release 2024-05-10T19:20:07.149 INFO:teuthology.orchestra.run.smithi106.stdout:NAME="CentOS Stream" 2024-05-10T19:20:07.149 INFO:teuthology.orchestra.run.smithi106.stdout:VERSION="9" 2024-05-10T19:20:07.149 INFO:teuthology.orchestra.run.smithi106.stdout:ID="centos" 2024-05-10T19:20:07.149 INFO:teuthology.orchestra.run.smithi106.stdout:ID_LIKE="rhel fedora" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:VERSION_ID="9" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:PLATFORM_ID="platform:el9" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:ANSI_COLOR="0;31" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:LOGO="fedora-logo-icon" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:HOME_URL="https://centos.org/" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-10T19:20:07.150 INFO:teuthology.orchestra.run.smithi106.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-10T19:20:07.150 INFO:teuthology.lock.ops:Updating smithi106.front.sepia.ceph.com on lock server 2024-05-10T19:20:07.174 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2024-05-10T19:20:07.191 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2024-05-10T19:20:07.192 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2024-05-10T19:20:07.248 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="CentOS Stream" 2024-05-10T19:20:07.248 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="9" 2024-05-10T19:20:07.248 INFO:teuthology.orchestra.run.smithi170.stdout:ID="centos" 2024-05-10T19:20:07.248 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE="rhel fedora" 2024-05-10T19:20:07.248 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="9" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:PLATFORM_ID="platform:el9" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:ANSI_COLOR="0;31" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:LOGO="fedora-logo-icon" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://centos.org/" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-10T19:20:07.249 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-10T19:20:07.249 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2024-05-10T19:20:07.274 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-10T19:20:07.283 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-10T19:20:07.310 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-10T19:20:07.310 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-05-10T19:20:07.313 DEBUG:teuthology.orchestra.run.smithi106:> test '!' -e /home/ubuntu/cephtest 2024-05-10T19:20:07.316 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2024-05-10T19:20:07.332 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-10T19:20:07.343 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-10T19:20:07.343 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-05-10T19:20:07.370 DEBUG:teuthology.orchestra.run.smithi106:> test -z $(ls -A /var/lib/ceph) 2024-05-10T19:20:07.373 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2024-05-10T19:20:07.480 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-10T19:20:07.547 INFO:teuthology.run_tasks:Running task kernel... 2024-05-10T19:20:07.561 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-10T19:20:07.561 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-10T19:20:07.562 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T19:20:07.562 DEBUG:teuthology.orchestra.run.smithi106:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T19:20:07.563 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T19:20:07.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:20:07.579 DEBUG:teuthology.orchestra.run.smithi106:> uname -r 2024-05-10T19:20:07.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:20:07.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:20:07.581 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-05-10T19:20:07.581 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-05-10T19:20:07.637 INFO:teuthology.orchestra.run.smithi106.stdout:5.14.0-437.el9.x86_64 2024-05-10T19:20:07.637 INFO:teuthology.task.kernel:Running kernel on smithi106: 5.14.0-437.el9.x86_64 2024-05-10T19:20:07.637 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum install -y kernel 2024-05-10T19:20:07.638 INFO:teuthology.orchestra.run.smithi170.stdout:5.14.0-437.el9.x86_64 2024-05-10T19:20:07.638 INFO:teuthology.task.kernel:Running kernel on smithi170: 5.14.0-437.el9.x86_64 2024-05-10T19:20:07.638 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum install -y kernel 2024-05-10T19:20:07.641 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-437.el9.x86_64 2024-05-10T19:20:07.641 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.14.0-437.el9.x86_64 2024-05-10T19:20:07.642 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2024-05-10T19:20:10.139 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 9 - BaseOS 9.0 MB/s | 8.1 MB 00:00 2024-05-10T19:20:11.316 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.1 MB 00:02 2024-05-10T19:20:12.440 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-05-10T19:20:13.044 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - BaseOS 2.2 MB/s | 8.1 MB 00:03 2024-05-10T19:20:17.053 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - AppStream 6.5 MB/s | 19 MB 00:02 2024-05-10T19:20:18.732 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.2 MB 00:02 2024-05-10T19:20:20.407 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 16 kB 00:00 2024-05-10T19:20:22.053 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 6.2 MB 00:01 2024-05-10T19:20:22.582 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 1.9 MB/s | 19 MB 00:10 2024-05-10T19:20:23.670 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - Extras packages 82 kB/s | 16 kB 00:00 2024-05-10T19:20:25.022 INFO:teuthology.orchestra.run.smithi170.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-05-10T19:20:25.467 INFO:teuthology.orchestra.run.smithi106.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 21 MB 00:04 2024-05-10T19:20:26.741 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-05-10T19:20:28.392 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-05-10T19:20:30.147 INFO:teuthology.orchestra.run.smithi170.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-05-10T19:20:30.418 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-05-10T19:20:30.759 INFO:teuthology.orchestra.run.smithi106.stdout:lab-extras 44 kB/s | 1.7 kB 00:00 2024-05-10T19:20:32.137 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-10T19:20:32.137 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-10T19:20:32.235 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:20:32.243 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:20:32.244 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:20:32.245 INFO:teuthology.orchestra.run.smithi170.stdout:Install 4 Packages 2024-05-10T19:20:32.245 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:20:32.246 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 78 M 2024-05-10T19:20:32.246 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 123 M 2024-05-10T19:20:32.246 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:20:32.448 INFO:teuthology.orchestra.run.smithi170.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 3.0 MB/s | 484 kB 00:00 2024-05-10T19:20:32.756 INFO:teuthology.orchestra.run.smithi106.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-10T19:20:32.757 INFO:teuthology.orchestra.run.smithi106.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-10T19:20:32.855 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:20:32.868 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:20:32.868 INFO:teuthology.orchestra.run.smithi106.stdout: Package Architecture Version Repository Size 2024-05-10T19:20:32.868 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:20:32.868 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:20:32.868 INFO:teuthology.orchestra.run.smithi106.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-10T19:20:32.868 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:20:32.868 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-10T19:20:32.868 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-10T19:20:32.869 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-10T19:20:32.869 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:20:32.869 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:20:32.869 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:20:32.869 INFO:teuthology.orchestra.run.smithi106.stdout:Install 4 Packages 2024-05-10T19:20:32.869 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:20:32.869 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 78 M 2024-05-10T19:20:32.870 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 123 M 2024-05-10T19:20:32.870 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:20:32.874 INFO:teuthology.orchestra.run.smithi170.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 26 MB/s | 15 MB 00:00 2024-05-10T19:20:33.285 INFO:teuthology.orchestra.run.smithi106.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.3 MB/s | 484 kB 00:00 2024-05-10T19:20:33.557 INFO:teuthology.orchestra.run.smithi170.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 27 MB/s | 34 MB 00:01 2024-05-10T19:20:33.816 INFO:teuthology.orchestra.run.smithi170.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 20 MB/s | 28 MB 00:01 2024-05-10T19:20:33.816 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:20:33.816 INFO:teuthology.orchestra.run.smithi170.stdout:Total 49 MB/s | 78 MB 00:01 2024-05-10T19:20:34.219 INFO:teuthology.orchestra.run.smithi106.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 12 MB/s | 15 MB 00:01 2024-05-10T19:20:34.495 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:20:34.702 INFO:teuthology.orchestra.run.smithi106.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 20 MB/s | 28 MB 00:01 2024-05-10T19:20:34.834 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:20:34.835 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:20:35.044 INFO:teuthology.orchestra.run.smithi106.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 16 MB/s | 34 MB 00:02 2024-05-10T19:20:35.045 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:20:35.045 INFO:teuthology.orchestra.run.smithi106.stdout:Total 36 MB/s | 78 MB 00:02 2024-05-10T19:20:35.727 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:20:35.768 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:20:35.768 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:20:35.826 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-10T19:20:36.073 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:20:36.073 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:20:36.996 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:20:36.996 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:20:37.916 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-10T19:20:37.916 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-10T19:20:38.012 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-10T19:20:38.017 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:20:38.018 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:20:38.018 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:20:38.018 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-05-10T19:20:38.018 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:20:38.018 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 78 M 2024-05-10T19:20:38.018 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 123 M 2024-05-10T19:20:38.019 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:20:38.175 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:20:38.286 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.4 MB/s | 484 kB 00:00 2024-05-10T19:20:38.728 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 24 MB/s | 15 MB 00:00 2024-05-10T19:20:38.809 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-10T19:20:38.891 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:20:39.353 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 27 MB/s | 34 MB 00:01 2024-05-10T19:20:39.410 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:20:39.778 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 19 MB/s | 28 MB 00:01 2024-05-10T19:20:39.778 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:20:39.779 INFO:teuthology.orchestra.run.smithi045.stdout:Total 44 MB/s | 78 MB 00:01 2024-05-10T19:20:40.080 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-10T19:20:40.178 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:20:40.482 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:20:40.876 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:20:40.876 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:20:41.554 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:20:41.696 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:20:41.838 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:20:41.838 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:20:42.829 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:20:42.957 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:20:44.404 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:20:45.060 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-10T19:20:45.144 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:20:46.403 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:20:46.532 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:20:47.647 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:20:47.801 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:20:47.939 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:20:48.084 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:20:51.261 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:20:52.493 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:20:53.163 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:20:53.203 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:20:58.288 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:20.625 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:20.664 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:20.979 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:20.979 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-10T19:21:20.979 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:21:20.979 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:21:21.787 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:21.788 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:21:21.788 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:21:21.788 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:21.788 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-10T19:21:21.788 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-10T19:21:21.788 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-10T19:21:21.788 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:21:21.788 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:21:21.989 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:22.033 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:22.157 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T19:21:22.243 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:22.243 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T19:21:22.244 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-10T19:21:22.244 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T19:21:22.244 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T19:21:22.244 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-10T19:21:22.244 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T19:21:22.244 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T19:21:22.294 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:22.294 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T19:21:22.294 DEBUG:teuthology.orchestra.run.smithi170:> sudo rpm -qi grub2-tools 2024-05-10T19:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout:Name : grub2-tools 2024-05-10T19:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout:Epoch : 1 2024-05-10T19:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout:Version : 2.06 2024-05-10T19:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout:Release : 68.el9 2024-05-10T19:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: x86_64 2024-05-10T19:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-10T19:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout:Group : Unspecified 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Size : 8264254 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:License : GPLv3+ 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Packager : builder@centos.org 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Vendor : CentOS 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Summary : Support tools for GRUB. 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:Description : 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-10T19:21:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:hardware devices. 2024-05-10T19:21:22.327 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:21:22.327 INFO:teuthology.orchestra.run.smithi170.stdout:This subpackage provides tools for support of all platforms. 2024-05-10T19:21:22.327 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-10T19:21:22.328 INFO:teuthology.task.kernel:Updating grub on smithi170 to boot 5.14.0-444.el9.x86_64 2024-05-10T19:21:22.328 DEBUG:teuthology.orchestra.run.smithi170:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-10T19:21:22.332 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:22.333 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-10T19:21:22.333 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:21:22.333 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:21:22.908 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2024-05-10T19:21:23.160 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:23.161 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:21:23.161 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:21:23.161 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:23.161 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-10T19:21:23.161 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-10T19:21:23.161 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-10T19:21:23.161 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:21:23.161 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:21:23.483 DEBUG:teuthology.orchestra.run.smithi106:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T19:21:23.575 INFO:teuthology.orchestra.run.smithi106.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:23.575 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T19:21:23.575 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-10T19:21:23.575 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T19:21:23.575 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T19:21:23.575 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-10T19:21:23.576 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi106.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T19:21:23.576 DEBUG:teuthology.orchestra.run.smithi106:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T19:21:23.624 INFO:teuthology.orchestra.run.smithi106.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:23.625 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T19:21:23.625 DEBUG:teuthology.orchestra.run.smithi106:> sudo rpm -qi grub2-tools 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:Name : grub2-tools 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:Epoch : 1 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:Version : 2.06 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:Release : 68.el9 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:Architecture: x86_64 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:Group : Unspecified 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:Size : 8264254 2024-05-10T19:21:23.655 INFO:teuthology.orchestra.run.smithi106.stdout:License : GPLv3+ 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:Packager : builder@centos.org 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:Vendor : CentOS 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:Summary : Support tools for GRUB. 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:Description : 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout:hardware devices. 2024-05-10T19:21:23.656 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:21:23.657 INFO:teuthology.orchestra.run.smithi106.stdout:This subpackage provides tools for support of all platforms. 2024-05-10T19:21:23.657 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-10T19:21:23.657 INFO:teuthology.task.kernel:Updating grub on smithi106 to boot 5.14.0-444.el9.x86_64 2024-05-10T19:21:23.658 DEBUG:teuthology.orchestra.run.smithi106:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-10T19:21:24.275 INFO:teuthology.orchestra.run.smithi106.stderr:Generating grub configuration file ... 2024-05-10T19:21:24.325 INFO:teuthology.orchestra.run.smithi170.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-10T19:21:24.339 INFO:teuthology.orchestra.run.smithi170.stderr:done 2024-05-10T19:21:24.342 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2024-05-10T19:21:24.357 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.YopEuwYXii 2024-05-10T19:21:24.358 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YopEuwYXii 2024-05-10T19:21:24.424 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.YopEuwYXii 2024-05-10T19:21:24.562 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.YopEuwYXii is 6KB 2024-05-10T19:21:24.610 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.YopEuwYXii 2024-05-10T19:21:24.625 DEBUG:teuthology.orchestra.run.smithi170:> sudo /bin/ls /boot/loader/entries || true 2024-05-10T19:21:24.693 INFO:teuthology.orchestra.run.smithi170.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-10T19:21:24.693 INFO:teuthology.orchestra.run.smithi170.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-10T19:21:24.693 INFO:teuthology.orchestra.run.smithi170.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-10T19:21:24.693 INFO:teuthology.orchestra.run.smithi170.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-10T19:21:24.695 DEBUG:teuthology.orchestra.run.smithi170:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-10T19:21:24.845 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2024-05-10T19:21:25.691 INFO:teuthology.orchestra.run.smithi106.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-10T19:21:25.721 INFO:teuthology.orchestra.run.smithi106.stderr:done 2024-05-10T19:21:25.724 DEBUG:teuthology.orchestra.run.smithi106:> mktemp 2024-05-10T19:21:25.739 INFO:teuthology.orchestra.run.smithi106.stdout:/tmp/tmp.Giut9gCvOw 2024-05-10T19:21:25.739 DEBUG:teuthology.orchestra.run.smithi106:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Giut9gCvOw 2024-05-10T19:21:25.805 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod 0666 /tmp/tmp.Giut9gCvOw 2024-05-10T19:21:25.937 DEBUG:teuthology.orchestra.remote:smithi106:/tmp/tmp.Giut9gCvOw is 6KB 2024-05-10T19:21:25.986 DEBUG:teuthology.orchestra.run.smithi106:> rm -fr /tmp/tmp.Giut9gCvOw 2024-05-10T19:21:26.002 DEBUG:teuthology.orchestra.run.smithi106:> sudo /bin/ls /boot/loader/entries || true 2024-05-10T19:21:26.062 INFO:teuthology.orchestra.run.smithi106.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-10T19:21:26.062 INFO:teuthology.orchestra.run.smithi106.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-10T19:21:26.062 INFO:teuthology.orchestra.run.smithi106.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-10T19:21:26.062 INFO:teuthology.orchestra.run.smithi106.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-10T19:21:26.063 DEBUG:teuthology.orchestra.run.smithi106:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-10T19:21:26.256 DEBUG:teuthology.orchestra.run.smithi106:> sudo shutdown -r now 2024-05-10T19:21:29.299 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:29.339 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:29.689 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:29.689 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-10T19:21:29.689 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T19:21:29.689 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:21:30.491 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:21:30.812 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T19:21:30.881 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:30.881 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T19:21:30.881 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-10T19:21:30.881 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T19:21:30.881 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T19:21:30.882 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-10T19:21:30.882 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T19:21:30.882 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T19:21:30.933 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T19:21:30.933 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T19:21:30.933 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2024-05-10T19:21:30.964 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.06 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 68.el9 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Group : Unspecified 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 8264254 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-10T19:21:30.965 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : builder@centos.org 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:21:30.966 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2024-05-10T19:21:30.967 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-10T19:21:30.967 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 5.14.0-444.el9.x86_64 2024-05-10T19:21:30.968 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-10T19:21:31.592 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-05-10T19:21:33.057 INFO:teuthology.orchestra.run.smithi045.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-10T19:21:33.104 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-05-10T19:21:33.106 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-05-10T19:21:33.121 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.7IBgRswi49 2024-05-10T19:21:33.122 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.7IBgRswi49 2024-05-10T19:21:33.200 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.7IBgRswi49 2024-05-10T19:21:33.343 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.7IBgRswi49 is 6KB 2024-05-10T19:21:33.391 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.7IBgRswi49 2024-05-10T19:21:33.406 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2024-05-10T19:21:33.469 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-10T19:21:33.469 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-10T19:21:33.469 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-10T19:21:33.469 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-10T19:21:33.470 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-10T19:21:33.630 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-05-10T19:21:54.869 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-10T19:21:54.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T19:21:54.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:21:56.261 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-10T19:21:56.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-05-10T19:21:56.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:22:03.640 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-10T19:22:03.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-10T19:22:03.641 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:22:54.923 DEBUG:teuthology.orchestra.remote:timed out 2024-05-10T19:22:56.265 DEBUG:teuthology.orchestra.remote:timed out 2024-05-10T19:23:03.652 DEBUG:teuthology.orchestra.remote:timed out 2024-05-10T19:23:03.924 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T19:23:03.925 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:23:04.315 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-05-10T19:23:04.800 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T19:23:04.800 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-444.el9.x86_64"... 2024-05-10T19:23:04.800 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-05-10T19:23:04.820 INFO:teuthology.orchestra.run.smithi170.stdout:5.14.0-444.el9.x86_64 2024-05-10T19:23:04.820 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-10T19:23:04.820 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T19:23:04.821 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-10T19:23:05.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-05-10T19:23:05.267 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:23:05.822 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-10T19:23:05.822 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T19:23:05.905 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2024-05-10T19:23:05.929 DEBUG:teuthology.parallel:result is None 2024-05-10T19:23:06.716 DEBUG:teuthology.orchestra.run.smithi106:> true 2024-05-10T19:23:07.231 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-05-10T19:23:07.231 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-10T19:23:07.231 DEBUG:teuthology.orchestra.run.smithi106:> uname -r 2024-05-10T19:23:07.246 INFO:teuthology.orchestra.run.smithi106.stdout:5.14.0-444.el9.x86_64 2024-05-10T19:23:07.246 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-10T19:23:07.246 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T19:23:07.246 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-10T19:23:08.252 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-10T19:23:08.252 DEBUG:teuthology.orchestra.run.smithi106:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T19:23:08.344 INFO:teuthology.orchestra.run.smithi106.stdout:ttyS1 2024-05-10T19:23:08.381 DEBUG:teuthology.parallel:result is None 2024-05-10T19:23:12.653 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-10T19:23:12.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:23:12.986 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-05-10T19:23:13.425 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-10T19:23:13.425 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-10T19:23:13.425 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-05-10T19:23:13.440 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-444.el9.x86_64 2024-05-10T19:23:13.441 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-10T19:23:13.441 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T19:23:13.441 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-10T19:23:14.441 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-10T19:23:14.442 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T19:23:14.525 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-05-10T19:23:14.564 DEBUG:teuthology.parallel:result is None 2024-05-10T19:23:14.564 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-10T19:23:14.572 INFO:teuthology.task.internal:Creating test directory... 2024-05-10T19:23:14.573 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T19:23:14.575 DEBUG:teuthology.orchestra.run.smithi106:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T19:23:14.579 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T19:23:14.599 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-10T19:23:14.676 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-10T19:23:14.706 INFO:teuthology.task.internal:Creating archive directory... 2024-05-10T19:23:14.706 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T19:23:14.709 DEBUG:teuthology.orchestra.run.smithi106:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T19:23:14.712 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T19:23:14.823 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-10T19:23:14.835 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-10T19:23:14.836 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:23:14.840 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:23:14.842 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:23:14.865 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T19:23:14.869 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T19:23:14.877 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T19:23:14.878 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T19:23:14.880 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T19:23:14.887 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T19:23:14.889 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-10T19:23:14.895 INFO:teuthology.task.internal:Configuring sudo... 2024-05-10T19:23:14.896 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T19:23:14.925 DEBUG:teuthology.orchestra.run.smithi106:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T19:23:14.932 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T19:23:14.961 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-10T19:23:14.970 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-10T19:23:14.970 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T19:23:14.996 DEBUG:teuthology.orchestra.run.smithi106:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T19:23:14.999 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T19:23:15.019 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T19:23:15.101 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T19:23:15.152 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T19:23:15.242 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T19:23:15.284 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:23:15.284 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T19:23:15.353 DEBUG:teuthology.orchestra.run.smithi106:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T19:23:15.400 DEBUG:teuthology.orchestra.run.smithi106:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T19:23:15.445 DEBUG:teuthology.orchestra.run.smithi106:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T19:23:15.525 DEBUG:teuthology.orchestra.run.smithi106:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T19:23:15.564 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:23:15.564 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T19:23:15.634 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T19:23:15.686 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T19:23:15.747 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T19:23:15.789 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T19:23:15.835 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:23:15.835 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T19:23:15.902 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-05-10T19:23:15.906 DEBUG:teuthology.orchestra.run.smithi106:> sudo service rsyslog restart 2024-05-10T19:23:15.909 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2024-05-10T19:23:15.955 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T19:23:15.961 INFO:teuthology.orchestra.run.smithi106.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T19:23:16.004 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T19:23:16.439 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-10T19:23:16.453 INFO:teuthology.task.internal:Starting timer... 2024-05-10T19:23:16.454 INFO:teuthology.run_tasks:Running task pcp... 2024-05-10T19:23:16.486 INFO:teuthology.run_tasks:Running task selinux... 2024-05-10T19:23:16.517 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-10T19:23:16.518 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2024-05-10T19:23:16.623 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2024-05-10T19:23:16.625 DEBUG:teuthology.orchestra.run.smithi106:> sudo service auditd rotate 2024-05-10T19:23:16.711 INFO:teuthology.orchestra.run.smithi106.stdout:Rotating logs: 2024-05-10T19:23:16.713 DEBUG:teuthology.orchestra.run.smithi170:> sudo service auditd rotate 2024-05-10T19:23:16.807 INFO:teuthology.orchestra.run.smithi170.stdout:Rotating logs: 2024-05-10T19:23:16.809 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-10T19:23:16.809 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2024-05-10T19:23:16.838 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2024-05-10T19:23:16.838 DEBUG:teuthology.orchestra.run.smithi106:> /usr/sbin/getenforce 2024-05-10T19:23:16.859 INFO:teuthology.orchestra.run.smithi106.stdout:Permissive 2024-05-10T19:23:16.860 DEBUG:teuthology.orchestra.run.smithi170:> /usr/sbin/getenforce 2024-05-10T19:23:16.888 INFO:teuthology.orchestra.run.smithi170.stdout:Permissive 2024-05-10T19:23:16.888 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi106.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi170.front.sepia.ceph.com': 'permissive'} 2024-05-10T19:23:16.888 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:23:16.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:23:16.919 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:23:16.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:23:16.951 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:23:16.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:23:16.978 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-10T19:23:16.978 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2024-05-10T19:23:17.249 DEBUG:teuthology.orchestra.run.smithi106:> sudo /usr/sbin/setenforce permissive 2024-05-10T19:23:17.280 DEBUG:teuthology.orchestra.run.smithi170:> sudo /usr/sbin/setenforce permissive 2024-05-10T19:23:17.310 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-10T19:23:17.320 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-10T19:23:17.361 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-10T19:23:17.363 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi106.front.sepia.ceph.com,smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-10T19:28:17.976 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi106.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2024-05-10T19:28:17.977 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-10T19:28:17.978 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:28:18.054 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-05-10T19:28:18.135 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-10T19:28:18.136 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-05-10T19:28:18.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:28:18.231 DEBUG:teuthology.orchestra.run.smithi106:> true 2024-05-10T19:28:18.319 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-05-10T19:28:18.319 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T19:28:18.320 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T19:28:18.399 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-05-10T19:28:18.482 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T19:28:18.482 INFO:teuthology.run_tasks:Running task clock... 2024-05-10T19:28:18.493 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-10T19:28:18.493 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T19:28:18.494 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:28:18.500 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T19:28:18.501 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:28:18.504 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T19:28:18.504 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:28:18.534 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-10T19:28:18.534 INFO:teuthology.orchestra.run.smithi106.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-10T19:28:18.549 INFO:teuthology.orchestra.run.smithi106.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-10T19:28:18.550 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-10T19:28:18.552 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-10T19:28:18.566 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-10T19:28:18.574 INFO:teuthology.orchestra.run.smithi106.stderr:sudo: ntpd: command not found 2024-05-10T19:28:18.576 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2024-05-10T19:28:18.586 INFO:teuthology.orchestra.run.smithi106.stdout:506 Cannot talk to daemon 2024-05-10T19:28:18.589 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2024-05-10T19:28:18.590 INFO:teuthology.orchestra.run.smithi170.stderr:sudo: ntpd: command not found 2024-05-10T19:28:18.600 INFO:teuthology.orchestra.run.smithi106.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-10T19:28:18.601 INFO:teuthology.orchestra.run.smithi170.stdout:506 Cannot talk to daemon 2024-05-10T19:28:18.605 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-10T19:28:18.614 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-10T19:28:18.615 INFO:teuthology.orchestra.run.smithi106.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-10T19:28:18.620 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-10T19:28:18.629 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-10T19:28:18.672 INFO:teuthology.orchestra.run.smithi106.stderr:bash: line 1: ntpq: command not found 2024-05-10T19:28:18.675 INFO:teuthology.orchestra.run.smithi106.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T19:28:18.675 INFO:teuthology.orchestra.run.smithi106.stdout:=============================================================================== 2024-05-10T19:28:18.675 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.675 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.675 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.675 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.679 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-05-10T19:28:18.680 INFO:teuthology.orchestra.run.smithi170.stderr:bash: line 1: ntpq: command not found 2024-05-10T19:28:18.684 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T19:28:18.684 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-05-10T19:28:18.684 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.684 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.684 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.685 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.687 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T19:28:18.687 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2024-05-10T19:28:18.687 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.687 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.687 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.688 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:28:18.688 INFO:teuthology.run_tasks:Running task pexec... 2024-05-10T19:28:18.699 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-10T19:28:18.699 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2024-05-10T19:28:18.700 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-10T19:28:18.701 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi106.front.sepia.ceph.com 2024-05-10T19:28:18.701 DEBUG:teuthology.orchestra.run.smithi106:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-10T19:28:18.702 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi170.front.sepia.ceph.com 2024-05-10T19:28:18.702 DEBUG:teuthology.orchestra.run.smithi170:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-10T19:28:19.301 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:00:51 ago on Fri 10 May 2024 07:27:28 PM UTC. 2024-05-10T19:28:19.312 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:00:51 ago on Fri 10 May 2024 07:27:28 PM UTC. 2024-05-10T19:28:19.330 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:46 ago on Fri 10 May 2024 07:27:33 PM UTC. 2024-05-10T19:28:19.420 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:28:19.422 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:28:19.422 INFO:teuthology.orchestra.run.smithi106.stdout: Package Architecture Version Repository Size 2024-05-10T19:28:19.422 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:28:19.422 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:28:19.422 INFO:teuthology.orchestra.run.smithi106.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-10T19:28:19.422 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:28:19.422 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:28:19.423 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:28:19.423 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-05-10T19:28:19.423 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:28:19.430 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:28:19.442 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:28:19.442 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2024-05-10T19:28:19.442 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:28:19.442 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:28:19.442 INFO:teuthology.orchestra.run.smithi170.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-10T19:28:19.442 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:28:19.442 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:28:19.443 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:28:19.443 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-05-10T19:28:19.443 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:28:19.451 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 3.1 M 2024-05-10T19:28:19.452 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 9.8 M 2024-05-10T19:28:19.452 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:28:19.454 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:28:19.455 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 3.1 M 2024-05-10T19:28:19.455 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 9.8 M 2024-05-10T19:28:19.455 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:28:19.464 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:28:19.464 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-10T19:28:19.464 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:28:19.465 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:28:19.465 INFO:teuthology.orchestra.run.smithi045.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-10T19:28:19.465 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:28:19.465 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:28:19.465 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:28:19.465 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-10T19:28:19.465 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:28:19.475 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.1 M 2024-05-10T19:28:19.476 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 9.8 M 2024-05-10T19:28:19.476 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:28:19.712 INFO:teuthology.orchestra.run.smithi106.stdout:runc-1.1.12-2.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-05-10T19:28:19.713 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:28:19.713 INFO:teuthology.orchestra.run.smithi106.stdout:Total 12 MB/s | 3.1 MB 00:00 2024-05-10T19:28:19.750 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:28:19.755 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:28:19.755 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:28:19.853 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:28:19.854 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:28:20.079 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:28:20.181 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:20.220 INFO:teuthology.orchestra.run.smithi045.stdout:runc-1.1.12-2.el9.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-05-10T19:28:20.220 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:28:20.220 INFO:teuthology.orchestra.run.smithi045.stdout:Total 4.2 MB/s | 3.1 MB 00:00 2024-05-10T19:28:20.240 INFO:teuthology.orchestra.run.smithi170.stdout:runc-1.1.12-2.el9.x86_64.rpm 4.2 MB/s | 3.1 MB 00:00 2024-05-10T19:28:20.240 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:28:20.240 INFO:teuthology.orchestra.run.smithi170.stdout:Total 4.0 MB/s | 3.1 MB 00:00 2024-05-10T19:28:20.258 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:28:20.264 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:28:20.264 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:28:20.277 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:28:20.283 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:28:20.283 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:28:20.367 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:28:20.368 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:28:20.375 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:28:20.375 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:28:20.587 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:28:20.590 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:28:20.693 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:20.700 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:20.704 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:20.954 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:20.954 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:28:20.955 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:28:20.955 INFO:teuthology.orchestra.run.smithi106.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-10T19:28:20.955 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:28:20.955 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:28:21.222 DEBUG:teuthology.parallel:result is None 2024-05-10T19:28:21.287 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:21.300 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:21.520 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:21.520 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:28:21.520 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:28:21.520 INFO:teuthology.orchestra.run.smithi045.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-10T19:28:21.520 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:28:21.521 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:28:21.535 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T19:28:21.535 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:28:21.535 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:28:21.535 INFO:teuthology.orchestra.run.smithi170.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-10T19:28:21.536 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:28:21.536 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:28:21.789 DEBUG:teuthology.parallel:result is None 2024-05-10T19:28:21.816 DEBUG:teuthology.parallel:result is None 2024-05-10T19:28:21.817 INFO:teuthology.run_tasks:Running task install... 2024-05-10T19:28:21.829 DEBUG:teuthology.task.install:project ceph 2024-05-10T19:28:21.829 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'bf77c77e13287c5f844356e82ad19f486f6e6823'}} 2024-05-10T19:28:21.829 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'bf77c77e13287c5f844356e82ad19f486f6e6823'} 2024-05-10T19:28:21.829 INFO:teuthology.task.install:Using flavor: default 2024-05-10T19:28:21.837 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-10T19:28:21.837 INFO:teuthology.task.install:extra packages: [] 2024-05-10T19:28:21.838 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': 'bf77c77e13287c5f844356e82ad19f486f6e6823', 'tag': None, 'wait_for_package': False} 2024-05-10T19:28:21.838 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:28:21.841 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': 'bf77c77e13287c5f844356e82ad19f486f6e6823', 'tag': None, 'wait_for_package': False} 2024-05-10T19:28:21.841 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:28:21.842 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': 'bf77c77e13287c5f844356e82ad19f486f6e6823', 'tag': None, 'wait_for_package': False} 2024-05-10T19:28:21.842 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:28:21.988 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/ 2024-05-10T19:28:21.988 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2529.gbf77c77e 2024-05-10T19:28:21.996 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/ 2024-05-10T19:28:21.996 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2529.gbf77c77e 2024-05-10T19:28:22.000 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/ 2024-05-10T19:28:22.000 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2529.gbf77c77e 2024-05-10T19:28:22.134 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-10T19:28:22.134 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:28:22.134 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-10T19:28:22.161 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-10T19:28:22.161 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:28:22.161 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-10T19:28:22.164 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-10T19:28:22.165 DEBUG:teuthology.orchestra.run.smithi045:> 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/bf77c77e13287c5f844356e82ad19f486f6e6823/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-10T19:28:22.165 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-10T19:28:22.165 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:28:22.165 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-10T19:28:22.192 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-10T19:28:22.192 DEBUG:teuthology.orchestra.run.smithi106:> 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/bf77c77e13287c5f844356e82ad19f486f6e6823/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-10T19:28:22.193 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-10T19:28:22.193 DEBUG:teuthology.orchestra.run.smithi170:> 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/bf77c77e13287c5f844356e82ad19f486f6e6823/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-10T19:28:22.231 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:28:22.259 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:28:22.260 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:28:22.309 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:28:22.335 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:28:22.336 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:28:22.375 INFO:teuthology.orchestra.run.smithi045.stdout:check_obsoletes = 1 2024-05-10T19:28:22.377 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum clean all 2024-05-10T19:28:22.399 INFO:teuthology.orchestra.run.smithi106.stdout:check_obsoletes = 1 2024-05-10T19:28:22.401 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum clean all 2024-05-10T19:28:22.404 INFO:teuthology.orchestra.run.smithi170.stdout:check_obsoletes = 1 2024-05-10T19:28:22.404 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum clean all 2024-05-10T19:28:22.614 INFO:teuthology.orchestra.run.smithi045.stdout:54 files removed 2024-05-10T19:28:22.632 INFO:teuthology.orchestra.run.smithi170.stdout:54 files removed 2024-05-10T19:28:22.633 INFO:teuthology.orchestra.run.smithi106.stdout:54 files removed 2024-05-10T19:28:22.641 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-radosgw 2024-05-10T19:28:22.660 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-radosgw 2024-05-10T19:28:22.661 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-radosgw 2024-05-10T19:28:23.370 INFO:teuthology.orchestra.run.smithi106.stdout:ceph packages for x86_64 191 kB/s | 83 kB 00:00 2024-05-10T19:28:23.485 INFO:teuthology.orchestra.run.smithi045.stdout:ceph packages for x86_64 150 kB/s | 83 kB 00:00 2024-05-10T19:28:23.886 INFO:teuthology.orchestra.run.smithi045.stdout:ceph noarch packages 33 kB/s | 11 kB 00:00 2024-05-10T19:28:23.888 INFO:teuthology.orchestra.run.smithi106.stdout:ceph noarch packages 25 kB/s | 11 kB 00:00 2024-05-10T19:28:24.261 INFO:teuthology.orchestra.run.smithi045.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-05-10T19:28:24.263 INFO:teuthology.orchestra.run.smithi106.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-05-10T19:28:24.886 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.1 MB 00:00 2024-05-10T19:28:26.630 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 9 - BaseOS 3.5 MB/s | 8.1 MB 00:02 2024-05-10T19:28:27.405 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 14 MB/s | 19 MB 00:01 2024-05-10T19:28:28.856 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-05-10T19:28:29.999 INFO:teuthology.orchestra.run.smithi170.stdout:ceph packages for x86_64 12 kB/s | 83 kB 00:07 2024-05-10T19:28:30.841 INFO:teuthology.orchestra.run.smithi170.stdout:ceph noarch packages 15 kB/s | 11 kB 00:00 2024-05-10T19:28:31.625 INFO:teuthology.orchestra.run.smithi170.stdout:ceph source packages 2.6 kB/s | 1.9 kB 00:00 2024-05-10T19:28:33.105 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.2 MB 00:01 2024-05-10T19:28:33.558 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - BaseOS 4.3 MB/s | 8.1 MB 00:01 2024-05-10T19:28:34.499 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.2 MB 00:01 2024-05-10T19:28:34.730 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 16 kB 00:00 2024-05-10T19:28:35.359 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-05-10T19:28:36.066 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 9 - Extras packages 75 kB/s | 16 kB 00:00 2024-05-10T19:28:36.194 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-05-10T19:28:40.384 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 6.2 MB 00:01 2024-05-10T19:28:41.641 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-10T19:28:41.852 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-05-10T19:28:43.357 INFO:teuthology.orchestra.run.smithi170.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-05-10T19:28:44.093 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:28:44.095 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 10 M 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrading: 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: librados2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.4 M 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.1 M 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 5.4 M 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 21 M 2024-05-10T19:28:44.096 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 25 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 746 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 501 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 5.3 M 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-10T19:28:44.097 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 45 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 135 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 162 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 321 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 298 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 99 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:28:44.098 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:28:44.099 INFO:teuthology.orchestra.run.smithi045.stdout:Install 30 Packages 2024-05-10T19:28:44.099 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrade 2 Packages 2024-05-10T19:28:44.099 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:28:44.099 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 60 M 2024-05-10T19:28:44.099 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:28:48.604 INFO:teuthology.orchestra.run.smithi170.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-10T19:28:50.970 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:28:50.972 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:28:50.972 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:28:50.972 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-radosgw x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 10 M 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout:Upgrading: 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: librados2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.4 M 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: librbd1 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.1 M 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-base x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 5.4 M 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-common x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 21 M 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-selinux x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 25 k 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-10T19:28:50.973 INFO:teuthology.orchestra.run.smithi170.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 746 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: libradosstriper1 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 501 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: librgw2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 5.3 M 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-10T19:28:50.974 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-argparse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 45 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-common x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 135 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cephfs x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 162 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rados x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 321 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rbd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 298 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rgw x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 99 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout:Installing weak dependencies: 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-10T19:28:50.975 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:28:50.976 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:28:50.976 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:28:50.976 INFO:teuthology.orchestra.run.smithi170.stdout:Install 30 Packages 2024-05-10T19:28:50.976 INFO:teuthology.orchestra.run.smithi170.stdout:Upgrade 2 Packages 2024-05-10T19:28:50.976 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:28:50.976 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 60 M 2024-05-10T19:28:50.976 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:28:54.299 INFO:teuthology.orchestra.run.smithi045.stdout:(1/32): ceph-base-19.0.0-2529.gbf77c77e.el9.x86 552 kB/s | 5.4 MB 00:09 2024-05-10T19:28:54.407 INFO:teuthology.orchestra.run.smithi045.stdout:(2/32): ceph-selinux-19.0.0-2529.gbf77c77e.el9. 233 kB/s | 25 kB 00:00 2024-05-10T19:28:55.511 INFO:teuthology.orchestra.run.smithi106.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:19 2024-05-10T19:28:55.991 INFO:teuthology.orchestra.run.smithi045.stdout:(3/32): libcephfs2-19.0.0-2529.gbf77c77e.el9.x8 471 kB/s | 746 kB 00:01 2024-05-10T19:28:56.513 INFO:teuthology.orchestra.run.smithi170.stdout:(1/32): ceph-base-19.0.0-2529.gbf77c77e.el9.x86 1.0 MB/s | 5.4 MB 00:05 2024-05-10T19:28:56.621 INFO:teuthology.orchestra.run.smithi170.stdout:(2/32): ceph-selinux-19.0.0-2529.gbf77c77e.el9. 233 kB/s | 25 kB 00:00 2024-05-10T19:28:56.799 INFO:teuthology.orchestra.run.smithi045.stdout:(4/32): libradosstriper1-19.0.0-2529.gbf77c77e. 620 kB/s | 501 kB 00:00 2024-05-10T19:28:57.188 INFO:teuthology.orchestra.run.smithi170.stdout:(3/32): libcephfs2-19.0.0-2529.gbf77c77e.el9.x8 1.3 MB/s | 746 kB 00:00 2024-05-10T19:28:57.492 INFO:teuthology.orchestra.run.smithi045.stdout:(5/32): ceph-radosgw-19.0.0-2529.gbf77c77e.el9. 799 kB/s | 10 MB 00:13 2024-05-10T19:28:57.583 INFO:teuthology.orchestra.run.smithi045.stdout:(6/32): python3-ceph-argparse-19.0.0-2529.gbf77 494 kB/s | 45 kB 00:00 2024-05-10T19:28:57.605 INFO:teuthology.orchestra.run.smithi170.stdout:(4/32): libradosstriper1-19.0.0-2529.gbf77c77e. 1.2 MB/s | 501 kB 00:00 2024-05-10T19:28:57.734 INFO:teuthology.orchestra.run.smithi045.stdout:(7/32): python3-ceph-common-19.0.0-2529.gbf77c7 901 kB/s | 135 kB 00:00 2024-05-10T19:28:57.892 INFO:teuthology.orchestra.run.smithi045.stdout:(8/32): python3-cephfs-19.0.0-2529.gbf77c77e.el 1.0 MB/s | 162 kB 00:00 2024-05-10T19:28:58.176 INFO:teuthology.orchestra.run.smithi045.stdout:(9/32): python3-rados-19.0.0-2529.gbf77c77e.el9 1.1 MB/s | 321 kB 00:00 2024-05-10T19:28:58.426 INFO:teuthology.orchestra.run.smithi045.stdout:(10/32): python3-rbd-19.0.0-2529.gbf77c77e.el9. 1.2 MB/s | 298 kB 00:00 2024-05-10T19:28:58.526 INFO:teuthology.orchestra.run.smithi045.stdout:(11/32): python3-rgw-19.0.0-2529.gbf77c77e.el9. 994 kB/s | 99 kB 00:00 2024-05-10T19:28:58.643 INFO:teuthology.orchestra.run.smithi045.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 917 kB/s | 107 kB 00:00 2024-05-10T19:28:58.702 INFO:teuthology.orchestra.run.smithi045.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.7 MB/s | 160 kB 00:00 2024-05-10T19:28:58.744 INFO:teuthology.orchestra.run.smithi045.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-05-10T19:28:58.819 INFO:teuthology.orchestra.run.smithi045.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 662 kB 00:00 2024-05-10T19:28:58.861 INFO:teuthology.orchestra.run.smithi045.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.9 MB/s | 292 kB 00:00 2024-05-10T19:28:58.903 INFO:teuthology.orchestra.run.smithi045.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-05-10T19:28:58.945 INFO:teuthology.orchestra.run.smithi045.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 5.2 MB/s | 221 kB 00:00 2024-05-10T19:28:58.987 INFO:teuthology.orchestra.run.smithi045.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 865 kB/s | 36 kB 00:00 2024-05-10T19:28:59.029 INFO:teuthology.orchestra.run.smithi045.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-05-10T19:28:59.488 INFO:teuthology.orchestra.run.smithi045.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 674 kB/s | 309 kB 00:00 2024-05-10T19:28:59.706 INFO:teuthology.orchestra.run.smithi170.stdout:(5/32): ceph-radosgw-19.0.0-2529.gbf77c77e.el9. 1.2 MB/s | 10 MB 00:08 2024-05-10T19:28:59.806 INFO:teuthology.orchestra.run.smithi170.stdout:(6/32): python3-ceph-argparse-19.0.0-2529.gbf77 453 kB/s | 45 kB 00:00 2024-05-10T19:28:59.981 INFO:teuthology.orchestra.run.smithi170.stdout:(7/32): python3-ceph-common-19.0.0-2529.gbf77c7 771 kB/s | 135 kB 00:00 2024-05-10T19:29:00.140 INFO:teuthology.orchestra.run.smithi170.stdout:(8/32): python3-cephfs-19.0.0-2529.gbf77c77e.el 1.0 MB/s | 162 kB 00:00 2024-05-10T19:29:00.163 INFO:teuthology.orchestra.run.smithi045.stdout:(22/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.5 MB/s | 4.4 MB 00:00 2024-05-10T19:29:00.263 INFO:teuthology.orchestra.run.smithi045.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 261 kB/s | 26 kB 00:00 2024-05-10T19:29:00.407 INFO:teuthology.orchestra.run.smithi170.stdout:(9/32): python3-rados-19.0.0-2529.gbf77c77e.el9 1.2 MB/s | 321 kB 00:00 2024-05-10T19:29:00.497 INFO:teuthology.orchestra.run.smithi045.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 208 kB/s | 49 kB 00:00 2024-05-10T19:29:00.624 INFO:teuthology.orchestra.run.smithi170.stdout:(10/32): python3-rbd-19.0.0-2529.gbf77c77e.el9. 1.3 MB/s | 298 kB 00:00 2024-05-10T19:29:00.672 INFO:teuthology.orchestra.run.smithi045.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 385 kB/s | 67 kB 00:00 2024-05-10T19:29:00.716 INFO:teuthology.orchestra.run.smithi106.stdout:lab-extras 44 kB/s | 1.7 kB 00:00 2024-05-10T19:29:00.724 INFO:teuthology.orchestra.run.smithi170.stdout:(11/32): python3-rgw-19.0.0-2529.gbf77c77e.el9. 994 kB/s | 99 kB 00:00 2024-05-10T19:29:00.799 INFO:teuthology.orchestra.run.smithi170.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.4 MB/s | 107 kB 00:00 2024-05-10T19:29:00.830 INFO:teuthology.orchestra.run.smithi045.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.2 MB/s | 839 kB 00:00 2024-05-10T19:29:00.883 INFO:teuthology.orchestra.run.smithi170.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-05-10T19:29:00.942 INFO:teuthology.orchestra.run.smithi170.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 777 kB/s | 45 kB 00:00 2024-05-10T19:29:00.956 INFO:teuthology.orchestra.run.smithi045.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.5 MB/s | 192 kB 00:00 2024-05-10T19:29:01.186 INFO:teuthology.orchestra.run.smithi170.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.7 MB/s | 662 kB 00:00 2024-05-10T19:29:01.256 INFO:teuthology.orchestra.run.smithi045.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-05-10T19:29:01.342 INFO:teuthology.orchestra.run.smithi170.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.8 MB/s | 292 kB 00:00 2024-05-10T19:29:01.426 INFO:teuthology.orchestra.run.smithi170.stdout:(17/32): librgw2-19.0.0-2529.gbf77c77e.el9.x86_ 1.4 MB/s | 5.3 MB 00:03 2024-05-10T19:29:01.493 INFO:teuthology.orchestra.run.smithi170.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 281 kB/s | 42 kB 00:00 2024-05-10T19:29:01.543 INFO:teuthology.orchestra.run.smithi170.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.8 MB/s | 221 kB 00:00 2024-05-10T19:29:01.568 INFO:teuthology.orchestra.run.smithi170.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 477 kB/s | 36 kB 00:00 2024-05-10T19:29:01.644 INFO:teuthology.orchestra.run.smithi170.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 473 kB/s | 47 kB 00:00 2024-05-10T19:29:01.861 INFO:teuthology.orchestra.run.smithi170.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-05-10T19:29:01.928 INFO:teuthology.orchestra.run.smithi170.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 390 kB/s | 26 kB 00:00 2024-05-10T19:29:01.995 INFO:teuthology.orchestra.run.smithi170.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 732 kB/s | 49 kB 00:00 2024-05-10T19:29:02.103 INFO:teuthology.orchestra.run.smithi170.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 621 kB/s | 67 kB 00:00 2024-05-10T19:29:02.395 INFO:teuthology.orchestra.run.smithi170.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.8 MB/s | 839 kB 00:00 2024-05-10T19:29:02.462 INFO:teuthology.orchestra.run.smithi170.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-05-10T19:29:02.655 INFO:teuthology.orchestra.run.smithi170.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.4 MB/s | 4.4 MB 00:01 2024-05-10T19:29:02.715 INFO:teuthology.orchestra.run.smithi045.stdout:(29/32): librgw2-19.0.0-2529.gbf77c77e.el9.x86_ 920 kB/s | 5.3 MB 00:05 2024-05-10T19:29:02.963 INFO:teuthology.orchestra.run.smithi170.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 3.2 MB/s | 1.6 MB 00:00 2024-05-10T19:29:03.049 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-radosgw x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 10 M 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout:Upgrading: 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout: librados2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.4 M 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout: librbd1 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.1 M 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-10T19:29:03.052 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-base x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 5.4 M 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-common x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 21 M 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-selinux x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 25 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 746 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: libradosstriper1 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 501 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: librgw2 x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 5.3 M 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-10T19:29:03.053 INFO:teuthology.orchestra.run.smithi106.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-argparse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 45 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-common x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 135 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cephfs x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 162 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rados x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 321 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rbd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 298 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rgw x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 99 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout:Installing weak dependencies: 2024-05-10T19:29:03.054 INFO:teuthology.orchestra.run.smithi106.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-10T19:29:03.055 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:03.055 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:29:03.055 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:29:03.055 INFO:teuthology.orchestra.run.smithi106.stdout:Install 30 Packages 2024-05-10T19:29:03.055 INFO:teuthology.orchestra.run.smithi106.stdout:Upgrade 2 Packages 2024-05-10T19:29:03.055 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:03.055 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 60 M 2024-05-10T19:29:03.055 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:29:04.630 INFO:teuthology.orchestra.run.smithi170.stdout:(30/32): librados2-19.0.0-2529.gbf77c77e.el9.x8 1.7 MB/s | 3.4 MB 00:01 2024-05-10T19:29:04.830 INFO:teuthology.orchestra.run.smithi170.stdout:(31/32): librbd1-19.0.0-2529.gbf77c77e.el9.x86_ 1.7 MB/s | 3.1 MB 00:01 2024-05-10T19:29:05.015 INFO:teuthology.orchestra.run.smithi045.stdout:(30/32): librados2-19.0.0-2529.gbf77c77e.el9.x8 922 kB/s | 3.4 MB 00:03 2024-05-10T19:29:05.797 INFO:teuthology.orchestra.run.smithi170.stdout:(32/32): ceph-common-19.0.0-2529.gbf77c77e.el9. 1.4 MB/s | 21 MB 00:14 2024-05-10T19:29:05.800 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:29:05.801 INFO:teuthology.orchestra.run.smithi170.stdout:Total 4.0 MB/s | 60 MB 00:14 2024-05-10T19:29:05.908 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:29:05.944 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:29:05.944 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:29:06.577 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:29:06.577 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:29:06.765 INFO:teuthology.orchestra.run.smithi045.stdout:(31/32): librbd1-19.0.0-2529.gbf77c77e.el9.x86_ 793 kB/s | 3.1 MB 00:04 2024-05-10T19:29:06.959 INFO:teuthology.orchestra.run.smithi106.stdout:(1/32): ceph-base-19.0.0-2529.gbf77c77e.el9.x86 1.6 MB/s | 5.4 MB 00:03 2024-05-10T19:29:07.060 INFO:teuthology.orchestra.run.smithi106.stdout:(2/32): ceph-selinux-19.0.0-2529.gbf77c77e.el9. 252 kB/s | 25 kB 00:00 2024-05-10T19:29:07.431 INFO:teuthology.orchestra.run.smithi045.stdout:(32/32): ceph-common-19.0.0-2529.gbf77c77e.el9. 932 kB/s | 21 MB 00:23 2024-05-10T19:29:07.434 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:29:07.435 INFO:teuthology.orchestra.run.smithi106.stdout:(3/32): libcephfs2-19.0.0-2529.gbf77c77e.el9.x8 1.9 MB/s | 746 kB 00:00 2024-05-10T19:29:07.435 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.6 MB/s | 60 MB 00:23 2024-05-10T19:29:07.545 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:29:07.586 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:29:07.586 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:29:07.727 INFO:teuthology.orchestra.run.smithi106.stdout:(4/32): libradosstriper1-19.0.0-2529.gbf77c77e. 1.7 MB/s | 501 kB 00:00 2024-05-10T19:29:08.053 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:29:08.123 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-10T19:29:08.152 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-10T19:29:08.178 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-10T19:29:08.200 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-10T19:29:08.234 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:29:08.234 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-10T19:29:08.235 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:29:08.426 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-10T19:29:08.486 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-10T19:29:08.552 INFO:teuthology.orchestra.run.smithi106.stdout:(5/32): ceph-radosgw-19.0.0-2529.gbf77c77e.el9. 2.0 MB/s | 10 MB 00:05 2024-05-10T19:29:08.627 INFO:teuthology.orchestra.run.smithi106.stdout:(6/32): python3-ceph-argparse-19.0.0-2529.gbf77 604 kB/s | 45 kB 00:00 2024-05-10T19:29:08.719 INFO:teuthology.orchestra.run.smithi106.stdout:(7/32): python3-ceph-common-19.0.0-2529.gbf77c7 1.4 MB/s | 135 kB 00:00 2024-05-10T19:29:08.863 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-10T19:29:08.869 INFO:teuthology.orchestra.run.smithi106.stdout:(8/32): python3-cephfs-19.0.0-2529.gbf77c77e.el 1.1 MB/s | 162 kB 00:00 2024-05-10T19:29:08.921 INFO:teuthology.orchestra.run.smithi170.stdout: Upgrading : librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:09.013 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:09.078 INFO:teuthology.orchestra.run.smithi106.stdout:(9/32): python3-rados-19.0.0-2529.gbf77c77e.el9 1.5 MB/s | 321 kB 00:00 2024-05-10T19:29:09.100 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 8/34 2024-05-10T19:29:09.139 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 9/34 2024-05-10T19:29:09.194 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 9/34 2024-05-10T19:29:09.231 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-10T19:29:09.275 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9. 11/34 2024-05-10T19:29:09.287 INFO:teuthology.orchestra.run.smithi106.stdout:(10/32): python3-rbd-19.0.0-2529.gbf77c77e.el9. 1.4 MB/s | 298 kB 00:00 2024-05-10T19:29:09.342 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 12/34 2024-05-10T19:29:09.366 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 13/34 2024-05-10T19:29:09.378 INFO:teuthology.orchestra.run.smithi106.stdout:(11/32): python3-rgw-19.0.0-2529.gbf77c77e.el9. 1.1 MB/s | 99 kB 00:00 2024-05-10T19:29:09.442 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 13/34 2024-05-10T19:29:09.474 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-10T19:29:09.590 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-10T19:29:09.612 INFO:teuthology.orchestra.run.smithi106.stdout:(12/32): librgw2-19.0.0-2529.gbf77c77e.el9.x86_ 2.8 MB/s | 5.3 MB 00:01 2024-05-10T19:29:09.616 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-10T19:29:09.658 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-10T19:29:09.698 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-10T19:29:09.727 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-10T19:29:09.760 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-10T19:29:09.801 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:29:09.838 INFO:teuthology.orchestra.run.smithi106.stdout:(13/32): ceph-common-19.0.0-2529.gbf77c77e.el9. 3.3 MB/s | 21 MB 00:06 2024-05-10T19:29:09.863 INFO:teuthology.orchestra.run.smithi106.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 221 kB/s | 107 kB 00:00 2024-05-10T19:29:09.893 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-10T19:29:09.928 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-10T19:29:09.953 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-10T19:29:09.975 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-10T19:29:09.996 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-10T19:29:10.077 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-10T19:29:10.114 INFO:teuthology.orchestra.run.smithi170.stdout: Upgrading : librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 22/34 2024-05-10T19:29:10.196 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-10T19:29:10.205 INFO:teuthology.orchestra.run.smithi106.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 123 kB/s | 45 kB 00:00 2024-05-10T19:29:10.205 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 22/34 2024-05-10T19:29:10.236 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 23/34 2024-05-10T19:29:10.249 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-10T19:29:10.271 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-10T19:29:10.280 INFO:teuthology.orchestra.run.smithi106.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 240 kB/s | 160 kB 00:00 2024-05-10T19:29:10.322 INFO:teuthology.orchestra.run.smithi106.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.4 MB/s | 662 kB 00:00 2024-05-10T19:29:10.389 INFO:teuthology.orchestra.run.smithi106.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 388 kB/s | 42 kB 00:00 2024-05-10T19:29:10.431 INFO:teuthology.orchestra.run.smithi106.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-05-10T19:29:10.489 INFO:teuthology.orchestra.run.smithi106.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 358 kB/s | 36 kB 00:00 2024-05-10T19:29:10.540 INFO:teuthology.orchestra.run.smithi106.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 436 kB/s | 47 kB 00:00 2024-05-10T19:29:10.565 INFO:teuthology.orchestra.run.smithi106.stdout:(22/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 812 kB/s | 292 kB 00:00 2024-05-10T19:29:10.598 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-10T19:29:10.704 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:10.745 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-10T19:29:10.767 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 26/34 2024-05-10T19:29:10.798 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:10.832 INFO:teuthology.orchestra.run.smithi106.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 97 kB/s | 26 kB 00:00 2024-05-10T19:29:10.839 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 26/34 2024-05-10T19:29:10.887 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 8/34 2024-05-10T19:29:10.914 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 9/34 2024-05-10T19:29:10.915 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 27/34 2024-05-10T19:29:10.944 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x8 28/34 2024-05-10T19:29:10.977 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 9/34 2024-05-10T19:29:11.006 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-10T19:29:11.033 INFO:teuthology.orchestra.run.smithi106.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 569 kB/s | 309 kB 00:00 2024-05-10T19:29:11.050 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9. 11/34 2024-05-10T19:29:11.057 INFO:teuthology.orchestra.run.smithi106.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 216 kB/s | 49 kB 00:00 2024-05-10T19:29:11.120 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 12/34 2024-05-10T19:29:11.141 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 13/34 2024-05-10T19:29:11.142 INFO:teuthology.orchestra.run.smithi106.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 621 kB/s | 67 kB 00:00 2024-05-10T19:29:11.197 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 13/34 2024-05-10T19:29:11.231 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-10T19:29:11.266 INFO:teuthology.orchestra.run.smithi106.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.5 MB/s | 192 kB 00:00 2024-05-10T19:29:11.467 INFO:teuthology.orchestra.run.smithi106.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.0 MB/s | 839 kB 00:00 2024-05-10T19:29:11.467 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-10T19:29:11.499 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-10T19:29:11.561 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-10T19:29:11.575 INFO:teuthology.orchestra.run.smithi106.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 5.1 MB/s | 1.6 MB 00:00 2024-05-10T19:29:11.589 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-10T19:29:11.618 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-10T19:29:11.651 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-10T19:29:11.981 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-10T19:29:12.013 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 22/34 2024-05-10T19:29:12.109 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 22/34 2024-05-10T19:29:12.135 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 23/34 2024-05-10T19:29:12.179 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-10T19:29:12.682 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-10T19:29:12.716 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 26/34 2024-05-10T19:29:12.787 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 26/34 2024-05-10T19:29:12.867 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 27/34 2024-05-10T19:29:12.901 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x8 28/34 2024-05-10T19:29:13.244 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:13.274 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:13.957 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:13.995 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 30/34 2024-05-10T19:29:14.101 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 30/34 2024-05-10T19:29:14.101 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-10T19:29:14.101 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-10T19:29:14.101 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:14.130 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:15.416 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:15.464 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:16.063 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:16.109 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 30/34 2024-05-10T19:29:16.200 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 30/34 2024-05-10T19:29:16.201 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-10T19:29:16.201 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-10T19:29:16.201 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:29:16.244 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:17.176 INFO:teuthology.orchestra.run.smithi106.stdout:(30/32): librados2-19.0.0-2529.gbf77c77e.el9.x8 607 kB/s | 3.4 MB 00:05 2024-05-10T19:29:17.976 INFO:teuthology.orchestra.run.smithi106.stdout:(31/32): librbd1-19.0.0-2529.gbf77c77e.el9.x86_ 501 kB/s | 3.1 MB 00:06 2024-05-10T19:29:18.392 INFO:teuthology.orchestra.run.smithi106.stdout:(32/32): libarrow-9.0.0-11.el9.x86_64.rpm 576 kB/s | 4.4 MB 00:07 2024-05-10T19:29:18.397 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:29:18.398 INFO:teuthology.orchestra.run.smithi106.stdout:Total 3.9 MB/s | 60 MB 00:15 2024-05-10T19:29:18.502 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:29:18.538 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:29:18.538 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:29:19.163 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:29:19.164 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:29:20.558 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:29:20.663 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-10T19:29:20.689 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-10T19:29:20.715 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-10T19:29:20.737 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-10T19:29:20.758 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-10T19:29:20.956 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-10T19:29:21.009 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-10T19:29:21.336 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-10T19:29:21.449 INFO:teuthology.orchestra.run.smithi106.stdout: Upgrading : librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:21.542 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:21.628 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 8/34 2024-05-10T19:29:21.659 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 9/34 2024-05-10T19:29:21.705 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 9/34 2024-05-10T19:29:21.734 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-10T19:29:21.778 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9. 11/34 2024-05-10T19:29:21.845 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 12/34 2024-05-10T19:29:21.870 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 13/34 2024-05-10T19:29:21.917 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 13/34 2024-05-10T19:29:21.952 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-10T19:29:22.058 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-10T19:29:22.086 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-10T19:29:22.127 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-10T19:29:22.159 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-10T19:29:22.188 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-10T19:29:22.221 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-10T19:29:22.532 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-10T19:29:22.576 INFO:teuthology.orchestra.run.smithi106.stdout: Upgrading : librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 22/34 2024-05-10T19:29:22.674 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 22/34 2024-05-10T19:29:22.705 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 23/34 2024-05-10T19:29:22.741 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-10T19:29:23.218 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-10T19:29:23.253 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 26/34 2024-05-10T19:29:23.324 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 26/34 2024-05-10T19:29:23.401 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 27/34 2024-05-10T19:29:23.430 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x8 28/34 2024-05-10T19:29:23.482 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:23.482 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /sys 2024-05-10T19:29:23.483 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /proc 2024-05-10T19:29:23.483 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /mnt 2024-05-10T19:29:23.483 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /var/tmp 2024-05-10T19:29:23.483 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /home 2024-05-10T19:29:23.483 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /root 2024-05-10T19:29:23.483 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /tmp 2024-05-10T19:29:23.483 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:24.406 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/34 2024-05-10T19:29:24.435 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/34 2024-05-10T19:29:24.436 INFO:teuthology.orchestra.run.smithi170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:29:24.436 INFO:teuthology.orchestra.run.smithi170.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-10T19:29:24.436 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-10T19:29:24.436 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-10T19:29:24.436 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:24.437 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-10T19:29:24.525 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-10T19:29:24.525 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 5/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 6/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9. 8/34 2024-05-10T19:29:25.724 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x8 9/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 10/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 11/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 12/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 13/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-10T19:29:25.725 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-10T19:29:25.726 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-10T19:29:25.726 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-10T19:29:25.726 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-10T19:29:25.726 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-10T19:29:25.726 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-10T19:29:25.726 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-10T19:29:25.727 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-10T19:29:25.727 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:25.727 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-10T19:29:25.727 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/34 2024-05-10T19:29:25.731 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:25.769 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:26.132 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:26.132 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /sys 2024-05-10T19:29:26.132 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /proc 2024-05-10T19:29:26.132 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /mnt 2024-05-10T19:29:26.132 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /var/tmp 2024-05-10T19:29:26.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /home 2024-05-10T19:29:26.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /root 2024-05-10T19:29:26.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /tmp 2024-05-10T19:29:26.133 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:29:26.344 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 29/34 2024-05-10T19:29:26.381 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 30/34 2024-05-10T19:29:26.470 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 30/34 2024-05-10T19:29:26.470 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-10T19:29:26.470 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-10T19:29:26.470 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout:Upgraded: 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout: librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout: librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.483 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-10T19:29:26.484 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: re2-1:20211101-3.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:26.485 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:29:26.507 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:26.824 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-test 2024-05-10T19:29:27.111 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/34 2024-05-10T19:29:27.138 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/34 2024-05-10T19:29:27.138 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:29:27.138 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-10T19:29:27.139 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-10T19:29:27.139 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-10T19:29:27.139 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:29:27.140 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-10T19:29:27.239 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-10T19:29:27.239 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:27.398 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:00:39 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:29:27.519 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:29:27.520 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:29:27.520 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:29:27.520 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:29:27.520 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:29:27.520 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-test x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 48 M 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout: libcephsqlite x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 164 k 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout:Install 4 Packages 2024-05-10T19:29:27.521 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:27.522 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 49 M 2024-05-10T19:29:27.522 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 207 M 2024-05-10T19:29:27.522 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:29:28.333 INFO:teuthology.orchestra.run.smithi170.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 422 kB/s | 305 kB 00:00 2024-05-10T19:29:28.440 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:28.440 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/34 2024-05-10T19:29:28.440 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/34 2024-05-10T19:29:28.440 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/34 2024-05-10T19:29:28.440 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 5/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 6/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9. 8/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x8 9/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 10/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 11/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 12/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 13/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-10T19:29:28.441 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-10T19:29:28.442 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-10T19:29:28.443 INFO:teuthology.orchestra.run.smithi170.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 589 kB/s | 64 kB 00:00 2024-05-10T19:29:28.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-10T19:29:28.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-10T19:29:28.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-10T19:29:28.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:28.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-10T19:29:28.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/34 2024-05-10T19:29:28.525 INFO:teuthology.orchestra.run.smithi170.stdout:(3/4): libcephsqlite-19.0.0-2529.gbf77c77e.el9. 179 kB/s | 164 kB 00:00 2024-05-10T19:29:29.430 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:29.430 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:29:29.430 INFO:teuthology.orchestra.run.smithi045.stdout:Upgraded: 2024-05-10T19:29:29.430 INFO:teuthology.orchestra.run.smithi045.stdout: librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.430 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.430 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:29:29.430 INFO:teuthology.orchestra.run.smithi045.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-10T19:29:29.430 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: re2-1:20211101-3.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-10T19:29:29.432 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:29:29.433 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:29:29.824 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-test 2024-05-10T19:29:30.414 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:49 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:29:30.541 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 48 M 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 164 k 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:29:30.542 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-05-10T19:29:30.543 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:29:30.543 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 49 M 2024-05-10T19:29:30.543 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 207 M 2024-05-10T19:29:30.543 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:29:30.809 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.5 MB/s | 305 kB 00:00 2024-05-10T19:29:30.876 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 972 kB/s | 64 kB 00:00 2024-05-10T19:29:31.909 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): libcephsqlite-19.0.0-2529.gbf77c77e.el9. 126 kB/s | 164 kB 00:01 2024-05-10T19:29:35.560 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:35.560 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /sys 2024-05-10T19:29:35.561 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /proc 2024-05-10T19:29:35.561 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /mnt 2024-05-10T19:29:35.561 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /var/tmp 2024-05-10T19:29:35.561 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /home 2024-05-10T19:29:35.561 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /root 2024-05-10T19:29:35.561 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /tmp 2024-05-10T19:29:35.561 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:36.526 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/34 2024-05-10T19:29:36.552 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/34 2024-05-10T19:29:36.552 INFO:teuthology.orchestra.run.smithi106.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:29:36.552 INFO:teuthology.orchestra.run.smithi106.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-10T19:29:36.552 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-10T19:29:36.552 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-10T19:29:36.553 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:36.555 INFO:teuthology.orchestra.run.smithi106.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-10T19:29:36.645 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-10T19:29:36.646 INFO:teuthology.orchestra.run.smithi106.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 5/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_6 6/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 7/34 2024-05-10T19:29:37.691 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9. 8/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x8 9/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 10/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 11/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 12/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 13/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-10T19:29:37.692 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-10T19:29:37.693 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-10T19:29:37.693 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-10T19:29:37.693 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-10T19:29:37.693 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-10T19:29:37.693 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-10T19:29:37.693 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-10T19:29:37.693 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-10T19:29:37.694 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 31/34 2024-05-10T19:29:37.694 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-10T19:29:37.694 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/34 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout:Upgraded: 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-radosgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.489 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-selinux-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: libradosstriper1-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: librgw2-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-argparse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-common-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.490 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: re2-1:20211101-3.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:38.491 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:29:38.852 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-test 2024-05-10T19:29:39.415 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:00:39 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:29:39.537 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:29:39.537 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:29:39.537 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-test x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 48 M 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout: libcephsqlite x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 164 k 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout:Install 4 Packages 2024-05-10T19:29:39.538 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:29:39.539 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 49 M 2024-05-10T19:29:39.539 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 207 M 2024-05-10T19:29:39.539 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:29:39.867 INFO:teuthology.orchestra.run.smithi106.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-05-10T19:29:39.926 INFO:teuthology.orchestra.run.smithi106.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-05-10T19:29:40.776 INFO:teuthology.orchestra.run.smithi106.stdout:(3/4): libcephsqlite-19.0.0-2529.gbf77c77e.el9. 140 kB/s | 164 kB 00:01 2024-05-10T19:29:44.424 INFO:teuthology.orchestra.run.smithi170.stdout:(4/4): ceph-test-19.0.0-2529.gbf77c77e.el9.x86_ 2.9 MB/s | 48 MB 00:16 2024-05-10T19:29:44.426 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:29:44.426 INFO:teuthology.orchestra.run.smithi170.stdout:Total 2.9 MB/s | 49 MB 00:16 2024-05-10T19:29:44.454 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:29:44.473 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:29:44.473 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:29:44.840 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:29:44.840 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:29:45.368 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:29:45.461 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-10T19:29:45.509 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-10T19:29:45.534 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/4 2024-05-10T19:29:50.118 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/4 2024-05-10T19:29:50.208 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/4 2024-05-10T19:29:52.546 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/4 2024-05-10T19:29:52.546 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/4 2024-05-10T19:29:52.546 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/4 2024-05-10T19:29:52.546 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout: libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:52.829 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:29:53.121 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph 2024-05-10T19:29:53.683 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:05 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:29:53.808 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:29:53.810 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:29:53.810 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:29:53.810 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:29:53.810 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: ceph x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 6.6 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mds x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 2.4 M 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 1.5 M 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 249 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mon x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 4.7 M 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-osd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 17 M 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-10T19:29:53.811 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-collections 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-10T19:29:53.812 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout:Install 36 Packages 2024-05-10T19:29:53.813 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:29:53.814 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 30 M 2024-05-10T19:29:53.814 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 107 M 2024-05-10T19:29:53.814 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:29:54.659 INFO:teuthology.orchestra.run.smithi170.stdout:(1/36): ceph-19.0.0-2529.gbf77c77e.el9.x86_64.r 15 kB/s | 6.6 kB 00:00 2024-05-10T19:29:55.751 INFO:teuthology.orchestra.run.smithi170.stdout:(2/36): ceph-mgr-19.0.0-2529.gbf77c77e.el9.x86_ 997 kB/s | 1.5 MB 00:01 2024-05-10T19:29:56.243 INFO:teuthology.orchestra.run.smithi170.stdout:(3/36): ceph-mds-19.0.0-2529.gbf77c77e.el9.x86_ 1.2 MB/s | 2.4 MB 00:02 2024-05-10T19:29:56.468 INFO:teuthology.orchestra.run.smithi170.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2529.gbf77 1.1 MB/s | 249 kB 00:00 2024-05-10T19:29:56.543 INFO:teuthology.orchestra.run.smithi170.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.3 MB/s | 253 kB 00:00 2024-05-10T19:29:56.660 INFO:teuthology.orchestra.run.smithi170.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-05-10T19:29:56.727 INFO:teuthology.orchestra.run.smithi170.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-05-10T19:29:56.802 INFO:teuthology.orchestra.run.smithi170.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.8 MB/s | 135 kB 00:00 2024-05-10T19:29:56.878 INFO:teuthology.orchestra.run.smithi170.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.6 MB/s | 125 kB 00:00 2024-05-10T19:29:56.953 INFO:teuthology.orchestra.run.smithi170.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-05-10T19:29:57.203 INFO:teuthology.orchestra.run.smithi170.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 754 kB/s | 188 kB 00:00 2024-05-10T19:29:57.295 INFO:teuthology.orchestra.run.smithi170.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-05-10T19:29:57.354 INFO:teuthology.orchestra.run.smithi170.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 598 kB/s | 35 kB 00:00 2024-05-10T19:29:57.413 INFO:teuthology.orchestra.run.smithi170.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 874 kB/s | 51 kB 00:00 2024-05-10T19:29:57.471 INFO:teuthology.orchestra.run.smithi170.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 716 kB/s | 42 kB 00:00 2024-05-10T19:29:58.105 INFO:teuthology.orchestra.run.smithi170.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 35 kB/s | 22 kB 00:00 2024-05-10T19:29:58.505 INFO:teuthology.orchestra.run.smithi170.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 378 kB/s | 151 kB 00:00 2024-05-10T19:29:58.614 INFO:teuthology.orchestra.run.smithi170.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 400 kB/s | 43 kB 00:00 2024-05-10T19:29:58.789 INFO:teuthology.orchestra.run.smithi170.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 982 kB/s | 172 kB 00:00 2024-05-10T19:29:58.973 INFO:teuthology.orchestra.run.smithi170.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-05-10T19:29:59.073 INFO:teuthology.orchestra.run.smithi170.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-05-10T19:29:59.173 INFO:teuthology.orchestra.run.smithi170.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 177 kB/s | 18 kB 00:00 2024-05-10T19:29:59.274 INFO:teuthology.orchestra.run.smithi170.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-05-10T19:29:59.374 INFO:teuthology.orchestra.run.smithi170.stdout:(24/36): python3-jaraco-functools-3.5.0-2.el9.n 195 kB/s | 19 kB 00:00 2024-05-10T19:29:59.491 INFO:teuthology.orchestra.run.smithi170.stdout:(25/36): python3-jaraco-text-3.2.0-6.el9.noarch 169 kB/s | 20 kB 00:00 2024-05-10T19:29:59.591 INFO:teuthology.orchestra.run.smithi170.stdout:(26/36): python3-logutils-0.3.5-21.el9.noarch.r 462 kB/s | 46 kB 00:00 2024-05-10T19:29:59.691 INFO:teuthology.orchestra.run.smithi170.stdout:(27/36): python3-more-itertools-8.12.0-2.el9.no 790 kB/s | 79 kB 00:00 2024-05-10T19:29:59.808 INFO:teuthology.orchestra.run.smithi170.stdout:(28/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-05-10T19:29:59.909 INFO:teuthology.orchestra.run.smithi170.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-05-10T19:30:00.026 INFO:teuthology.orchestra.run.smithi170.stdout:(30/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 772 kB/s | 90 kB 00:00 2024-05-10T19:30:00.118 INFO:teuthology.orchestra.run.smithi170.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 391 kB/s | 36 kB 00:00 2024-05-10T19:30:00.226 INFO:teuthology.orchestra.run.smithi170.stdout:(32/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-05-10T19:30:00.335 INFO:teuthology.orchestra.run.smithi170.stdout:(33/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.9 MB/s | 427 kB 00:00 2024-05-10T19:30:00.452 INFO:teuthology.orchestra.run.smithi170.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-05-10T19:30:01.069 INFO:teuthology.orchestra.run.smithi170.stdout:(35/36): ceph-mon-19.0.0-2529.gbf77c77e.el9.x86 749 kB/s | 4.7 MB 00:06 2024-05-10T19:30:06.929 INFO:teuthology.orchestra.run.smithi170.stdout:(36/36): ceph-osd-19.0.0-2529.gbf77c77e.el9.x86 1.5 MB/s | 17 MB 00:11 2024-05-10T19:30:06.931 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:06.932 INFO:teuthology.orchestra.run.smithi170.stdout:Total 2.3 MB/s | 30 MB 00:13 2024-05-10T19:30:07.071 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:30:07.111 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:30:07.111 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:30:07.551 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:30:07.551 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:30:08.815 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:30:08.879 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-10T19:30:08.912 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-10T19:30:08.940 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-10T19:30:09.013 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-10T19:30:09.056 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-10T19:30:09.088 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-10T19:30:09.182 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-10T19:30:09.277 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-10T19:30:09.325 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-10T19:30:09.360 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-10T19:30:09.390 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-10T19:30:09.424 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-10T19:30:09.457 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-10T19:30:09.498 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-10T19:30:09.533 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-10T19:30:09.567 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-10T19:30:09.605 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-10T19:30:09.680 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-10T19:30:09.819 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-10T19:30:09.898 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-10T19:30:09.959 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-10T19:30:09.997 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-10T19:30:10.055 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-10T19:30:10.117 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-10T19:30:10.314 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-10T19:30:10.360 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-10T19:30:10.438 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-10T19:30:10.536 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-10T19:30:10.575 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-10T19:30:10.694 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-10T19:30:10.857 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9. 31/36 2024-05-10T19:30:10.886 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/36 2024-05-10T19:30:10.924 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/36 2024-05-10T19:30:10.924 INFO:teuthology.orchestra.run.smithi170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:10.924 INFO:teuthology.orchestra.run.smithi170.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-10T19:30:10.924 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-10T19:30:10.924 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-10T19:30:10.924 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:11.107 INFO:teuthology.orchestra.run.smithi106.stdout:(4/4): ceph-test-19.0.0-2529.gbf77c77e.el9.x86_ 1.5 MB/s | 48 MB 00:31 2024-05-10T19:30:11.109 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:11.109 INFO:teuthology.orchestra.run.smithi106.stdout:Total 1.5 MB/s | 49 MB 00:31 2024-05-10T19:30:11.135 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:30:11.155 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:30:11.155 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:30:11.525 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:30:11.525 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:30:12.055 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:30:12.131 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-10T19:30:12.186 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-10T19:30:12.217 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/4 2024-05-10T19:30:12.370 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/36 2024-05-10T19:30:12.398 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/36 2024-05-10T19:30:12.399 INFO:teuthology.orchestra.run.smithi170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:12.399 INFO:teuthology.orchestra.run.smithi170.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-10T19:30:12.399 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-10T19:30:12.399 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-10T19:30:12.399 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:12.838 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 34/36 2024-05-10T19:30:12.861 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 34/36 2024-05-10T19:30:12.861 INFO:teuthology.orchestra.run.smithi170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:12.861 INFO:teuthology.orchestra.run.smithi170.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-10T19:30:12.862 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-10T19:30:12.862 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-10T19:30:12.862 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:13.105 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 35/36 2024-05-10T19:30:13.129 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 35/36 2024-05-10T19:30:13.129 INFO:teuthology.orchestra.run.smithi170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:13.129 INFO:teuthology.orchestra.run.smithi170.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-10T19:30:13.129 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-10T19:30:13.129 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-10T19:30:13.129 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:13.194 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 36/36 2024-05-10T19:30:14.172 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): ceph-test-19.0.0-2529.gbf77c77e.el9.x86_ 1.1 MB/s | 48 MB 00:43 2024-05-10T19:30:14.173 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:14.174 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.1 MB/s | 49 MB 00:43 2024-05-10T19:30:14.198 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:30:14.219 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:30:14.219 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:30:14.605 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:30:14.606 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:30:14.836 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 36/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 5/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9. 6/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-10T19:30:14.837 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-10T19:30:14.838 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-10T19:30:14.840 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-10T19:30:15.149 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:30:15.242 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-10T19:30:15.299 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-10T19:30:15.323 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/4 2024-05-10T19:30:15.681 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-10T19:30:15.681 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:15.681 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:30:15.681 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: lua-5.4.4-4.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-10T19:30:15.682 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ply-3.11-14.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-10T19:30:15.683 INFO:teuthology.orchestra.run.smithi170.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-10T19:30:15.684 INFO:teuthology.orchestra.run.smithi170.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-10T19:30:15.684 INFO:teuthology.orchestra.run.smithi170.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-10T19:30:15.684 INFO:teuthology.orchestra.run.smithi170.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-10T19:30:15.684 INFO:teuthology.orchestra.run.smithi170.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-10T19:30:15.684 INFO:teuthology.orchestra.run.smithi170.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-10T19:30:15.684 INFO:teuthology.orchestra.run.smithi170.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-10T19:30:15.684 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:15.684 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:16.030 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-base 2024-05-10T19:30:16.603 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:28 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:16.683 INFO:teuthology.orchestra.run.smithi170.stdout:Package ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:30:16.726 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:16.726 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:30:16.727 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:16.762 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/4 2024-05-10T19:30:16.791 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install cephadm 2024-05-10T19:30:16.849 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/4 2024-05-10T19:30:17.354 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:29 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:17.477 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout: cephadm noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 763 k 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 763 k 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 769 k 2024-05-10T19:30:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:30:18.430 INFO:teuthology.orchestra.run.smithi170.stdout:cephadm-19.0.0-2529.gbf77c77e.el9.noarch.rpm 802 kB/s | 763 kB 00:00 2024-05-10T19:30:18.431 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:18.431 INFO:teuthology.orchestra.run.smithi170.stdout:Total 800 kB/s | 763 kB 00:00 2024-05-10T19:30:18.431 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:30:18.437 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:30:18.437 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:30:18.442 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:30:18.443 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:30:18.513 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:30:18.962 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:19.042 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:19.148 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/4 2024-05-10T19:30:19.148 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/4 2024-05-10T19:30:19.149 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/4 2024-05-10T19:30:19.149 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-10T19:30:19.421 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:19.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-10T19:30:19.426 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:19.426 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:30:19.426 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:19.426 INFO:teuthology.orchestra.run.smithi106.stdout: libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:19.426 INFO:teuthology.orchestra.run.smithi106.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-10T19:30:19.426 INFO:teuthology.orchestra.run.smithi106.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-10T19:30:19.427 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:19.427 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:30:19.677 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:19.677 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:19.677 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:30:19.677 INFO:teuthology.orchestra.run.smithi170.stdout: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:19.677 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:19.677 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:19.705 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph 2024-05-10T19:30:19.910 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-immutable-object-cache 2024-05-10T19:30:20.123 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/4 2024-05-10T19:30:20.207 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/4 2024-05-10T19:30:20.271 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:20 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:30:20.397 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:30:20.400 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:20.400 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:30:20.400 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:20.400 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:30:20.400 INFO:teuthology.orchestra.run.smithi106.stdout: ceph x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 6.6 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mds x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 2.4 M 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 1.5 M 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 249 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mon x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 4.7 M 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-osd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 17 M 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-10T19:30:20.401 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-collections 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-10T19:30:20.402 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout:Install 36 Packages 2024-05-10T19:30:20.403 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:20.404 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 30 M 2024-05-10T19:30:20.404 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 107 M 2024-05-10T19:30:20.404 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:30:20.484 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:32 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:20.608 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repo Size 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 145 k 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-05-10T19:30:20.609 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:20.610 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 145 k 2024-05-10T19:30:20.610 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 436 k 2024-05-10T19:30:20.610 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:30:21.042 INFO:teuthology.orchestra.run.smithi106.stdout:(1/36): ceph-19.0.0-2529.gbf77c77e.el9.x86_64.r 17 kB/s | 6.6 kB 00:00 2024-05-10T19:30:21.238 INFO:teuthology.orchestra.run.smithi170.stdout:ceph-immutable-object-cache-19.0.0-2529.gbf77c7 231 kB/s | 145 kB 00:00 2024-05-10T19:30:21.238 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:21.238 INFO:teuthology.orchestra.run.smithi170.stdout:Total 230 kB/s | 145 kB 00:00 2024-05-10T19:30:21.238 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:30:21.245 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:30:21.245 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:30:21.302 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:30:21.302 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:30:21.450 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:30:21.529 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:21.555 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:21.555 INFO:teuthology.orchestra.run.smithi170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:21.555 INFO:teuthology.orchestra.run.smithi170.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-10T19:30:21.555 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:22.025 INFO:teuthology.orchestra.run.smithi106.stdout:(2/36): ceph-mds-19.0.0-2529.gbf77c77e.el9.x86_ 1.7 MB/s | 2.4 MB 00:01 2024-05-10T19:30:22.465 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/4 2024-05-10T19:30:22.465 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/4 2024-05-10T19:30:22.465 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/4 2024-05-10T19:30:22.465 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-10T19:30:22.467 INFO:teuthology.orchestra.run.smithi106.stdout:(3/36): ceph-mgr-19.0.0-2529.gbf77c77e.el9.x86_ 845 kB/s | 1.5 MB 00:01 2024-05-10T19:30:22.504 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:22.504 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:22.504 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:30:22.504 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:22.505 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:22.505 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:22.715 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-mgr 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:22.885 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:30:23.180 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph 2024-05-10T19:30:23.291 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:35 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:23.309 INFO:teuthology.orchestra.run.smithi106.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2529.gbf77 295 kB/s | 249 kB 00:00 2024-05-10T19:30:23.375 INFO:teuthology.orchestra.run.smithi170.stdout:Package ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:30:23.393 INFO:teuthology.orchestra.run.smithi106.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.0 MB/s | 253 kB 00:00 2024-05-10T19:30:23.417 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:23.418 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:30:23.418 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:23.486 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-mgr-dashboard 2024-05-10T19:30:23.501 INFO:teuthology.orchestra.run.smithi106.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-05-10T19:30:23.568 INFO:teuthology.orchestra.run.smithi106.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-05-10T19:30:23.635 INFO:teuthology.orchestra.run.smithi106.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-05-10T19:30:23.702 INFO:teuthology.orchestra.run.smithi106.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.8 MB/s | 125 kB 00:00 2024-05-10T19:30:23.764 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:42 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:30:23.794 INFO:teuthology.orchestra.run.smithi106.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-05-10T19:30:23.893 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:30:23.897 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:23.897 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:30:23.897 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:23.897 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: ceph x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 6.6 k 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 2.4 M 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 1.5 M 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 249 k 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 4.7 M 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 17 M 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-10T19:30:23.898 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-collections 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-10T19:30:23.899 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:23.900 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:30:23.901 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:23.901 INFO:teuthology.orchestra.run.smithi045.stdout:Install 36 Packages 2024-05-10T19:30:23.901 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:23.901 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 30 M 2024-05-10T19:30:23.901 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 107 M 2024-05-10T19:30:23.901 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:30:24.045 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:36 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:24.170 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 3.5 M 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 32 k 2024-05-10T19:30:24.172 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 16 k 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout:Install 12 Packages 2024-05-10T19:30:24.173 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:24.174 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 8.6 M 2024-05-10T19:30:24.174 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 103 M 2024-05-10T19:30:24.174 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:30:24.489 INFO:teuthology.orchestra.run.smithi045.stdout:(1/36): ceph-19.0.0-2529.gbf77c77e.el9.x86_64.r 24 kB/s | 6.6 kB 00:00 2024-05-10T19:30:24.620 INFO:teuthology.orchestra.run.smithi106.stdout:(11/36): ceph-mon-19.0.0-2529.gbf77c77e.el9.x86 1.3 MB/s | 4.7 MB 00:03 2024-05-10T19:30:24.645 INFO:teuthology.orchestra.run.smithi106.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 222 kB/s | 188 kB 00:00 2024-05-10T19:30:24.893 INFO:teuthology.orchestra.run.smithi170.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2529.gbf 92 kB/s | 32 kB 00:00 2024-05-10T19:30:25.026 INFO:teuthology.orchestra.run.smithi170.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2529.gbf7 34 kB/s | 16 kB 00:00 2024-05-10T19:30:25.279 INFO:teuthology.orchestra.run.smithi106.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 55 kB/s | 35 kB 00:00 2024-05-10T19:30:25.429 INFO:teuthology.orchestra.run.smithi106.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 213 kB/s | 172 kB 00:00 2024-05-10T19:30:25.522 INFO:teuthology.orchestra.run.smithi045.stdout:(2/36): ceph-mgr-19.0.0-2529.gbf77c77e.el9.x86_ 1.1 MB/s | 1.5 MB 00:01 2024-05-10T19:30:26.010 INFO:teuthology.orchestra.run.smithi170.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 925 kB/s | 1.0 MB 00:01 2024-05-10T19:30:26.043 INFO:teuthology.orchestra.run.smithi170.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 265 kB/s | 269 kB 00:01 2024-05-10T19:30:26.047 INFO:teuthology.orchestra.run.smithi045.stdout:(3/36): ceph-mds-19.0.0-2529.gbf77c77e.el9.x86_ 1.3 MB/s | 2.4 MB 00:01 2024-05-10T19:30:26.071 INFO:teuthology.orchestra.run.smithi106.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 64 kB/s | 51 kB 00:00 2024-05-10T19:30:26.112 INFO:teuthology.orchestra.run.smithi106.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 61 kB/s | 42 kB 00:00 2024-05-10T19:30:26.154 INFO:teuthology.orchestra.run.smithi106.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 268 kB/s | 22 kB 00:00 2024-05-10T19:30:26.239 INFO:teuthology.orchestra.run.smithi045.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2529.gbf77 1.3 MB/s | 249 kB 00:00 2024-05-10T19:30:26.277 INFO:teuthology.orchestra.run.smithi170.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.3 MB/s | 548 kB 00:00 2024-05-10T19:30:26.327 INFO:teuthology.orchestra.run.smithi170.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 388 kB/s | 19 kB 00:00 2024-05-10T19:30:26.398 INFO:teuthology.orchestra.run.smithi045.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-05-10T19:30:26.444 INFO:teuthology.orchestra.run.smithi170.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 17 MB/s | 2.0 MB 00:00 2024-05-10T19:30:26.495 INFO:teuthology.orchestra.run.smithi170.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-05-10T19:30:26.514 INFO:teuthology.orchestra.run.smithi045.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-05-10T19:30:26.545 INFO:teuthology.orchestra.run.smithi170.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 615 kB/s | 31 kB 00:00 2024-05-10T19:30:26.595 INFO:teuthology.orchestra.run.smithi170.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-05-10T19:30:26.606 INFO:teuthology.orchestra.run.smithi045.stdout:(7/36): ceph-mon-19.0.0-2529.gbf77c77e.el9.x86_ 2.2 MB/s | 4.7 MB 00:02 2024-05-10T19:30:26.621 INFO:teuthology.orchestra.run.smithi106.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 93 kB/s | 43 kB 00:00 2024-05-10T19:30:26.631 INFO:teuthology.orchestra.run.smithi045.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 912 kB/s | 106 kB 00:00 2024-05-10T19:30:26.682 INFO:teuthology.orchestra.run.smithi045.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-05-10T19:30:26.688 INFO:teuthology.orchestra.run.smithi106.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 263 kB/s | 151 kB 00:00 2024-05-10T19:30:26.732 INFO:teuthology.orchestra.run.smithi045.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-05-10T19:30:26.749 INFO:teuthology.orchestra.run.smithi045.stdout:(11/36): python3-pycparser-2.20-6.el9.noarch.rp 951 kB/s | 135 kB 00:00 2024-05-10T19:30:26.783 INFO:teuthology.orchestra.run.smithi045.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 3.7 MB/s | 188 kB 00:00 2024-05-10T19:30:26.795 INFO:teuthology.orchestra.run.smithi170.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.1 MB/s | 863 kB 00:00 2024-05-10T19:30:26.814 INFO:teuthology.orchestra.run.smithi106.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 895 kB/s | 172 kB 00:00 2024-05-10T19:30:26.816 INFO:teuthology.orchestra.run.smithi045.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-05-10T19:30:26.841 INFO:teuthology.orchestra.run.smithi045.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 593 kB/s | 35 kB 00:00 2024-05-10T19:30:26.867 INFO:teuthology.orchestra.run.smithi045.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-05-10T19:30:26.889 INFO:teuthology.orchestra.run.smithi106.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-05-10T19:30:26.892 INFO:teuthology.orchestra.run.smithi045.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 828 kB/s | 42 kB 00:00 2024-05-10T19:30:26.914 INFO:teuthology.orchestra.run.smithi106.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-05-10T19:30:26.917 INFO:teuthology.orchestra.run.smithi045.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 444 kB/s | 22 kB 00:00 2024-05-10T19:30:26.998 INFO:teuthology.orchestra.run.smithi106.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-05-10T19:30:27.023 INFO:teuthology.orchestra.run.smithi106.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-05-10T19:30:27.107 INFO:teuthology.orchestra.run.smithi106.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-05-10T19:30:27.132 INFO:teuthology.orchestra.run.smithi106.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-05-10T19:30:27.224 INFO:teuthology.orchestra.run.smithi106.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 396 kB/s | 46 kB 00:00 2024-05-10T19:30:27.249 INFO:teuthology.orchestra.run.smithi106.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-05-10T19:30:27.259 INFO:teuthology.orchestra.run.smithi045.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 127 kB/s | 43 kB 00:00 2024-05-10T19:30:27.350 INFO:teuthology.orchestra.run.smithi106.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-05-10T19:30:27.359 INFO:teuthology.orchestra.run.smithi045.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 323 kB/s | 151 kB 00:00 2024-05-10T19:30:27.366 INFO:teuthology.orchestra.run.smithi106.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 140 kB/s | 16 kB 00:00 2024-05-10T19:30:27.458 INFO:teuthology.orchestra.run.smithi106.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 830 kB/s | 90 kB 00:00 2024-05-10T19:30:27.475 INFO:teuthology.orchestra.run.smithi106.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 330 kB/s | 36 kB 00:00 2024-05-10T19:30:27.552 INFO:teuthology.orchestra.run.smithi045.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 589 kB/s | 172 kB 00:00 2024-05-10T19:30:27.567 INFO:teuthology.orchestra.run.smithi106.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-05-10T19:30:27.587 INFO:teuthology.orchestra.run.smithi170.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2529.gbf77c7 1.2 MB/s | 3.5 MB 00:03 2024-05-10T19:30:27.591 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:27.592 INFO:teuthology.orchestra.run.smithi170.stdout:Total 2.5 MB/s | 8.6 MB 00:03 2024-05-10T19:30:27.643 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:30:27.651 INFO:teuthology.orchestra.run.smithi106.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-05-10T19:30:27.660 INFO:teuthology.orchestra.run.smithi045.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-05-10T19:30:27.662 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:30:27.662 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:30:27.668 INFO:teuthology.orchestra.run.smithi106.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-05-10T19:30:27.761 INFO:teuthology.orchestra.run.smithi045.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-05-10T19:30:27.836 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:30:27.837 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:30:27.861 INFO:teuthology.orchestra.run.smithi045.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 232 kB/s | 23 kB 00:00 2024-05-10T19:30:27.886 INFO:teuthology.orchestra.run.smithi045.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 681 kB/s | 358 kB 00:00 2024-05-10T19:30:27.961 INFO:teuthology.orchestra.run.smithi045.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-05-10T19:30:27.995 INFO:teuthology.orchestra.run.smithi045.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-05-10T19:30:28.087 INFO:teuthology.orchestra.run.smithi045.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 370 kB/s | 46 kB 00:00 2024-05-10T19:30:28.220 INFO:teuthology.orchestra.run.smithi045.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 350 kB/s | 79 kB 00:00 2024-05-10T19:30:28.321 INFO:teuthology.orchestra.run.smithi045.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-05-10T19:30:28.443 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:30:28.463 INFO:teuthology.orchestra.run.smithi045.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 725 kB/s | 272 kB 00:00 2024-05-10T19:30:28.496 INFO:teuthology.orchestra.run.smithi045.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 514 kB/s | 90 kB 00:00 2024-05-10T19:30:28.514 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-10T19:30:28.557 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-10T19:30:28.563 INFO:teuthology.orchestra.run.smithi045.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 357 kB/s | 36 kB 00:00 2024-05-10T19:30:28.603 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-10T19:30:28.642 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-10T19:30:28.748 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-10T19:30:28.855 INFO:teuthology.orchestra.run.smithi045.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 640 kB/s | 230 kB 00:00 2024-05-10T19:30:28.877 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-10T19:30:28.955 INFO:teuthology.orchestra.run.smithi045.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-05-10T19:30:28.970 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-10T19:30:29.022 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-10T19:30:29.050 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-10T19:30:29.064 INFO:teuthology.orchestra.run.smithi045.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 854 kB/s | 427 kB 00:00 2024-05-10T19:30:29.081 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9 10/12 2024-05-10T19:30:29.468 INFO:teuthology.orchestra.run.smithi106.stdout:(36/36): ceph-osd-19.0.0-2529.gbf77c77e.el9.x86 2.3 MB/s | 17 MB 00:07 2024-05-10T19:30:29.472 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:29.473 INFO:teuthology.orchestra.run.smithi106.stdout:Total 3.3 MB/s | 30 MB 00:09 2024-05-10T19:30:29.617 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:30:29.657 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:30:29.657 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:30:30.119 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:30:30.120 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:30:30.124 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el 11/12 2024-05-10T19:30:30.158 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 12/12 2024-05-10T19:30:31.383 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:30:31.454 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 12/12 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el 1/12 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 2/12 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9 3/12 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-10T19:30:31.462 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-10T19:30:31.463 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-10T19:30:31.463 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-10T19:30:31.463 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-10T19:30:31.504 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-10T19:30:31.539 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-10T19:30:31.613 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-10T19:30:31.672 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-10T19:30:31.705 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-10T19:30:31.768 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-10T19:30:31.768 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:31.768 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:30:31.768 INFO:teuthology.orchestra.run.smithi170.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-10T19:30:31.768 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:31.769 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:31.798 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-10T19:30:31.885 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-10T19:30:31.933 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-10T19:30:31.967 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-10T19:30:31.997 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-10T19:30:32.023 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-10T19:30:32.032 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-10T19:30:32.065 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-10T19:30:32.097 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-10T19:30:32.133 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-10T19:30:32.167 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-10T19:30:32.205 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-10T19:30:32.279 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-10T19:30:32.426 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-10T19:30:32.505 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-10T19:30:32.566 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-10T19:30:32.586 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:44 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:32.605 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-10T19:30:32.662 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-10T19:30:32.708 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout:======================================================================================= 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout:======================================================================================= 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 7.4 M 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-10T19:30:32.710 INFO:teuthology.orchestra.run.smithi170.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout:======================================================================================= 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout:Install 12 Packages 2024-05-10T19:30:32.711 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:32.712 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 38 M 2024-05-10T19:30:32.712 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 209 M 2024-05-10T19:30:32.712 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:30:32.722 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-10T19:30:32.916 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-10T19:30:32.967 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-10T19:30:33.046 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-10T19:30:33.054 INFO:teuthology.orchestra.run.smithi170.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-05-10T19:30:33.112 INFO:teuthology.orchestra.run.smithi170.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.8 MB/s | 803 kB 00:00 2024-05-10T19:30:33.135 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-10T19:30:33.174 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-10T19:30:33.292 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-10T19:30:33.447 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9. 31/36 2024-05-10T19:30:33.468 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/36 2024-05-10T19:30:33.492 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/36 2024-05-10T19:30:33.493 INFO:teuthology.orchestra.run.smithi106.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:33.493 INFO:teuthology.orchestra.run.smithi106.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-10T19:30:33.493 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-10T19:30:33.493 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-10T19:30:33.493 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:33.664 INFO:teuthology.orchestra.run.smithi045.stdout:(36/36): ceph-osd-19.0.0-2529.gbf77c77e.el9.x86 2.1 MB/s | 17 MB 00:08 2024-05-10T19:30:33.667 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:33.667 INFO:teuthology.orchestra.run.smithi045.stdout:Total 3.1 MB/s | 30 MB 00:09 2024-05-10T19:30:33.679 INFO:teuthology.orchestra.run.smithi170.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 52 kB/s | 33 kB 00:00 2024-05-10T19:30:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:30:33.859 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:30:33.859 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:30:34.221 INFO:teuthology.orchestra.run.smithi170.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 34 kB/s | 18 kB 00:00 2024-05-10T19:30:34.280 INFO:teuthology.orchestra.run.smithi170.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.6 MB/s | 3.0 MB 00:01 2024-05-10T19:30:34.327 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:30:34.327 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:30:34.813 INFO:teuthology.orchestra.run.smithi170.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-25 3.9 MB/s | 7.4 MB 00:01 2024-05-10T19:30:34.847 INFO:teuthology.orchestra.run.smithi170.stdout:(7/12): openblas-0.3.21-2.el9.x86_64.rpm 56 kB/s | 35 kB 00:00 2024-05-10T19:30:34.938 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/36 2024-05-10T19:30:34.963 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/36 2024-05-10T19:30:34.963 INFO:teuthology.orchestra.run.smithi106.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:34.964 INFO:teuthology.orchestra.run.smithi106.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-10T19:30:34.964 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-10T19:30:34.964 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-10T19:30:34.964 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:35.403 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 34/36 2024-05-10T19:30:35.427 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 34/36 2024-05-10T19:30:35.427 INFO:teuthology.orchestra.run.smithi106.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:35.427 INFO:teuthology.orchestra.run.smithi106.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-10T19:30:35.427 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-10T19:30:35.427 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-10T19:30:35.427 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:35.539 INFO:teuthology.orchestra.run.smithi170.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 3.8 MB/s | 4.7 MB 00:01 2024-05-10T19:30:35.607 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:30:35.671 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 35/36 2024-05-10T19:30:35.674 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-10T19:30:35.689 INFO:teuthology.orchestra.run.smithi170.stdout:(9/12): python3-devel-3.9.18-3.el9.x86_64.rpm 279 kB/s | 244 kB 00:00 2024-05-10T19:30:35.694 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 35/36 2024-05-10T19:30:35.694 INFO:teuthology.orchestra.run.smithi106.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:35.695 INFO:teuthology.orchestra.run.smithi106.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-10T19:30:35.695 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-10T19:30:35.695 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-10T19:30:35.695 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:35.708 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-10T19:30:35.736 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-10T19:30:35.760 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 36/36 2024-05-10T19:30:35.812 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-10T19:30:35.860 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-10T19:30:35.892 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-10T19:30:35.989 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-10T19:30:36.066 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-10T19:30:36.113 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-10T19:30:36.122 INFO:teuthology.orchestra.run.smithi170.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.0 MB/s | 5.1 MB 00:01 2024-05-10T19:30:36.146 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-10T19:30:36.176 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-10T19:30:36.211 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-10T19:30:36.244 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-10T19:30:36.285 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-10T19:30:36.329 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-10T19:30:36.362 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-10T19:30:36.401 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-10T19:30:36.464 INFO:teuthology.orchestra.run.smithi170.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 271 kB/s | 250 kB 00:00 2024-05-10T19:30:36.478 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-10T19:30:36.638 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-10T19:30:36.720 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-10T19:30:36.774 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-10T19:30:36.810 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-10T19:30:36.867 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-10T19:30:36.933 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-10T19:30:37.146 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-10T19:30:37.196 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-10T19:30:37.277 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-10T19:30:37.281 INFO:teuthology.orchestra.run.smithi170.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 10 MB/s | 16 MB 00:01 2024-05-10T19:30:37.282 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:37.283 INFO:teuthology.orchestra.run.smithi170.stdout:Total 8.3 MB/s | 38 MB 00:04 2024-05-10T19:30:37.375 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-10T19:30:37.411 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-10T19:30:37.545 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 36/36 2024-05-10T19:30:37.545 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/36 2024-05-10T19:30:37.545 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/36 2024-05-10T19:30:37.545 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/36 2024-05-10T19:30:37.545 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/36 2024-05-10T19:30:37.545 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 5/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9. 6/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-10T19:30:37.546 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-10T19:30:37.547 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-10T19:30:37.548 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-10T19:30:37.548 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-10T19:30:37.548 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-10T19:30:37.548 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-10T19:30:37.636 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:30:37.663 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:30:37.663 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:30:37.717 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9. 31/36 2024-05-10T19:30:37.745 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/36 2024-05-10T19:30:37.773 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 32/36 2024-05-10T19:30:37.773 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:37.773 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-10T19:30:37.773 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-10T19:30:37.773 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-10T19:30:37.773 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:38.099 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:30:38.100 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:30:38.354 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: lua-5.4.4-4.el9.x86_64 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-10T19:30:38.355 INFO:teuthology.orchestra.run.smithi106.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-10T19:30:38.356 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ply-3.11-14.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:38.357 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:30:38.690 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-base 2024-05-10T19:30:38.851 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:30:38.936 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-10T19:30:38.979 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-10T19:30:39.090 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-10T19:30:39.131 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-10T19:30:39.255 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:39 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:30:39.304 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/36 2024-05-10T19:30:39.307 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-10T19:30:39.333 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 33/36 2024-05-10T19:30:39.333 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:39.334 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-10T19:30:39.334 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-10T19:30:39.334 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-10T19:30:39.334 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:39.336 INFO:teuthology.orchestra.run.smithi106.stdout:Package ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:30:39.346 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-10T19:30:39.378 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:30:39.379 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:30:39.379 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:30:39.423 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-10T19:30:39.450 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install cephadm 2024-05-10T19:30:39.797 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 34/36 2024-05-10T19:30:39.822 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 34/36 2024-05-10T19:30:39.822 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:39.822 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-10T19:30:39.822 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-10T19:30:39.822 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-10T19:30:39.822 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:40.013 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:40 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:30:40.064 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 35/36 2024-05-10T19:30:40.086 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-10T19:30:40.089 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 35/36 2024-05-10T19:30:40.089 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:40.089 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-10T19:30:40.089 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-10T19:30:40.089 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-10T19:30:40.089 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:40.135 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:30:40.135 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout: cephadm noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 763 k 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-05-10T19:30:40.136 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:40.137 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 763 k 2024-05-10T19:30:40.137 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 769 k 2024-05-10T19:30:40.137 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:30:40.155 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 36/36 2024-05-10T19:30:40.210 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-10T19:30:40.814 INFO:teuthology.orchestra.run.smithi106.stdout:cephadm-19.0.0-2529.gbf77c77e.el9.noarch.rpm 1.1 MB/s | 763 kB 00:00 2024-05-10T19:30:40.815 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:40.815 INFO:teuthology.orchestra.run.smithi106.stdout:Total 1.1 MB/s | 763 kB 00:00 2024-05-10T19:30:40.815 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:30:40.820 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:30:40.820 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:30:40.826 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:30:40.826 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:30:40.899 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:30:41.306 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:41.383 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:41.467 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-10T19:30:41.731 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 36/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 3/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 4/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 5/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9. 6/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-10T19:30:41.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-10T19:30:41.794 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-10T19:30:41.795 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-10T19:30:41.959 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:41.959 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:41.959 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:30:41.960 INFO:teuthology.orchestra.run.smithi106.stdout: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:41.960 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:41.960 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:30:42.184 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-immutable-object-cache 2024-05-10T19:30:42.505 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-10T19:30:42.537 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 12/12 2024-05-10T19:30:42.753 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:42 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:30:42.806 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: lua-5.4.4-4.el9.x86_64 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-10T19:30:42.807 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-10T19:30:42.808 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ply-3.11-14.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-10T19:30:42.809 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:42.810 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:30:42.876 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:30:42.877 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:42.877 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repo Size 2024-05-10T19:30:42.877 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:42.877 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:30:42.877 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 145 k 2024-05-10T19:30:42.877 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:42.877 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:30:42.877 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:42.878 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-05-10T19:30:42.878 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:42.878 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 145 k 2024-05-10T19:30:42.878 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 436 k 2024-05-10T19:30:42.878 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:30:43.147 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-base 2024-05-10T19:30:43.237 INFO:teuthology.orchestra.run.smithi106.stdout:ceph-immutable-object-cache-19.0.0-2529.gbf77c7 403 kB/s | 145 kB 00:00 2024-05-10T19:30:43.237 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:43.238 INFO:teuthology.orchestra.run.smithi106.stdout:Total 401 kB/s | 145 kB 00:00 2024-05-10T19:30:43.238 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:30:43.245 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:30:43.246 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:30:43.303 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:30:43.303 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:30:43.442 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:30:43.522 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:43.547 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:43.547 INFO:teuthology.orchestra.run.smithi106.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:43.547 INFO:teuthology.orchestra.run.smithi106.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-10T19:30:43.547 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:43.736 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:02 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:30:43.820 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-base-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:30:43.864 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:30:43.865 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:30:43.866 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:30:43.936 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install cephadm 2024-05-10T19:30:44.425 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:44.425 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:44.425 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:30:44.425 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:44.425 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:44.425 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:30:44.522 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:03 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:30:44.650 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:30:44.651 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:44.651 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:30:44.651 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:44.651 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 763 k 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 763 k 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 769 k 2024-05-10T19:30:44.652 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:30:44.666 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr 2024-05-10T19:30:45.131 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 12/12 2024-05-10T19:30:45.131 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 1/12 2024-05-10T19:30:45.131 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-10T19:30:45.131 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-10T19:30:45.131 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-10T19:30:45.132 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-10T19:30:45.132 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-10T19:30:45.132 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-10T19:30:45.132 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-10T19:30:45.132 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-10T19:30:45.132 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-10T19:30:45.132 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-10T19:30:45.238 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:45 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:30:45.321 INFO:teuthology.orchestra.run.smithi106.stdout:Package ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:30:45.348 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm-19.0.0-2529.gbf77c77e.el9.noarch.rpm 1.1 MB/s | 763 kB 00:00 2024-05-10T19:30:45.348 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:45.349 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.1 MB/s | 763 kB 00:00 2024-05-10T19:30:45.349 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:30:45.355 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:30:45.355 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:30:45.362 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:30:45.362 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:30:45.362 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:30:45.364 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:30:45.364 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:30:45.438 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr-dashboard 2024-05-10T19:30:45.440 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-10T19:30:45.511 INFO:teuthology.orchestra.run.smithi170.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-10T19:30:45.512 INFO:teuthology.orchestra.run.smithi170.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-10T19:30:45.512 INFO:teuthology.orchestra.run.smithi170.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-10T19:30:45.512 INFO:teuthology.orchestra.run.smithi170.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-10T19:30:45.512 INFO:teuthology.orchestra.run.smithi170.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-10T19:30:45.512 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:45.512 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:45.864 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-mgr-rook 2024-05-10T19:30:45.896 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:45.988 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:45.997 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:45 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:30:46.119 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 3.5 M 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 32 k 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 16 k 2024-05-10T19:30:46.120 INFO:teuthology.orchestra.run.smithi106.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout:Install 12 Packages 2024-05-10T19:30:46.121 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:46.122 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 8.6 M 2024-05-10T19:30:46.122 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 103 M 2024-05-10T19:30:46.122 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:30:46.366 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:46.443 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:58 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:46.565 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-rook noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 49 k 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-10T19:30:46.567 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout:Install 13 Packages 2024-05-10T19:30:46.568 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:46.569 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 2.2 M 2024-05-10T19:30:46.569 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 26 M 2024-05-10T19:30:46.569 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:30:46.626 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/1 2024-05-10T19:30:46.626 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:46.626 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:30:46.626 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:46.626 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:46.626 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:30:46.683 INFO:teuthology.orchestra.run.smithi106.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2529.gbf7 86 kB/s | 16 kB 00:00 2024-05-10T19:30:46.741 INFO:teuthology.orchestra.run.smithi106.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2529.gbf 126 kB/s | 32 kB 00:00 2024-05-10T19:30:46.804 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-immutable-object-cache 2024-05-10T19:30:46.950 INFO:teuthology.orchestra.run.smithi106.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-05-10T19:30:46.997 INFO:teuthology.orchestra.run.smithi170.stdout:(1/13): ceph-mgr-rook-19.0.0-2529.gbf77c77e.el9 272 kB/s | 49 kB 00:00 2024-05-10T19:30:47.109 INFO:teuthology.orchestra.run.smithi106.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.4 MB/s | 1.0 MB 00:00 2024-05-10T19:30:47.151 INFO:teuthology.orchestra.run.smithi106.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-05-10T19:30:47.226 INFO:teuthology.orchestra.run.smithi106.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 259 kB/s | 19 kB 00:00 2024-05-10T19:30:47.326 INFO:teuthology.orchestra.run.smithi106.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.5 MB/s | 548 kB 00:00 2024-05-10T19:30:47.393 INFO:teuthology.orchestra.run.smithi106.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.1 MB/s | 144 kB 00:00 2024-05-10T19:30:47.410 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:06 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:30:47.456 INFO:teuthology.orchestra.run.smithi170.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 40 kB/s | 26 kB 00:00 2024-05-10T19:30:47.460 INFO:teuthology.orchestra.run.smithi106.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 460 kB/s | 31 kB 00:00 2024-05-10T19:30:47.481 INFO:teuthology.orchestra.run.smithi170.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 29 kB/s | 19 kB 00:00 2024-05-10T19:30:47.538 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:30:47.538 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 145 k 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 145 k 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 436 k 2024-05-10T19:30:47.539 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:30:47.552 INFO:teuthology.orchestra.run.smithi106.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-05-10T19:30:47.685 INFO:teuthology.orchestra.run.smithi106.stdout:(11/12): ceph-mgr-dashboard-19.0.0-2529.gbf77c7 2.9 MB/s | 3.5 MB 00:01 2024-05-10T19:30:47.727 INFO:teuthology.orchestra.run.smithi106.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.1 MB/s | 2.0 MB 00:00 2024-05-10T19:30:47.729 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:47.729 INFO:teuthology.orchestra.run.smithi106.stdout:Total 5.4 MB/s | 8.6 MB 00:01 2024-05-10T19:30:47.778 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:30:47.794 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:30:47.794 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:30:47.905 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-immutable-object-cache-19.0.0-2529.gbf77c7 396 kB/s | 145 kB 00:00 2024-05-10T19:30:47.905 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:47.905 INFO:teuthology.orchestra.run.smithi045.stdout:Total 395 kB/s | 145 kB 00:00 2024-05-10T19:30:47.906 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:30:47.914 INFO:teuthology.orchestra.run.smithi170.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 242 kB/s | 222 kB 00:00 2024-05-10T19:30:47.914 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:30:47.915 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:30:47.972 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:30:47.973 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:30:47.974 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:30:47.975 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:30:48.120 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:30:48.214 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:48.241 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:48.241 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:30:48.241 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-10T19:30:48.242 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:48.314 INFO:teuthology.orchestra.run.smithi170.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 185 kB/s | 159 kB 00:00 2024-05-10T19:30:48.356 INFO:teuthology.orchestra.run.smithi170.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 318 kB/s | 279 kB 00:00 2024-05-10T19:30:48.605 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:30:48.607 INFO:teuthology.orchestra.run.smithi170.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 60 kB/s | 15 kB 00:00 2024-05-10T19:30:48.632 INFO:teuthology.orchestra.run.smithi170.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 75 kB/s | 54 kB 00:00 2024-05-10T19:30:48.657 INFO:teuthology.orchestra.run.smithi170.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 94 kB/s | 32 kB 00:00 2024-05-10T19:30:48.687 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-10T19:30:48.730 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-10T19:30:48.777 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-10T19:30:48.808 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-10T19:30:48.842 INFO:teuthology.orchestra.run.smithi170.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 881 kB/s | 206 kB 00:00 2024-05-10T19:30:48.913 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-10T19:30:48.924 INFO:teuthology.orchestra.run.smithi170.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 1.1 MB/s | 90 kB 00:00 2024-05-10T19:30:48.958 INFO:teuthology.orchestra.run.smithi170.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 197 kB/s | 59 kB 00:00 2024-05-10T19:30:49.000 INFO:teuthology.orchestra.run.smithi170.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-05-10T19:30:49.004 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:49.005 INFO:teuthology.orchestra.run.smithi170.stdout:Total 925 kB/s | 2.2 MB 00:02 2024-05-10T19:30:49.042 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-10T19:30:49.077 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:30:49.093 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:30:49.094 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:30:49.135 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-10T19:30:49.167 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e. 1/1 2024-05-10T19:30:49.167 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:49.167 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:30:49.167 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:30:49.167 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:49.168 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:30:49.180 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:30:49.180 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:30:49.187 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-10T19:30:49.224 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-10T19:30:49.256 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9 10/12 2024-05-10T19:30:49.375 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr 2024-05-10T19:30:49.677 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:30:49.851 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-10T19:30:49.902 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-10T19:30:49.957 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-10T19:30:49.968 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:08 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:30:49.994 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-10T19:30:50.035 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-10T19:30:50.051 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-mgr-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:30:50.096 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:30:50.097 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:30:50.097 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:30:50.138 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-10T19:30:50.171 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-dashboard 2024-05-10T19:30:50.247 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-10T19:30:50.294 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el 11/12 2024-05-10T19:30:50.304 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-10T19:30:50.332 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 12/12 2024-05-10T19:30:50.753 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:09 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:30:50.883 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:30:50.884 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:50.884 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:30:50.884 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 3.5 M 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 32 k 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 16 k 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-10T19:30:50.885 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-10T19:30:50.886 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-10T19:30:50.886 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:50.886 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:30:50.886 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:30:50.886 INFO:teuthology.orchestra.run.smithi045.stdout:Install 12 Packages 2024-05-10T19:30:50.886 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:50.886 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 8.6 M 2024-05-10T19:30:50.887 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 103 M 2024-05-10T19:30:50.887 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:30:51.027 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-10T19:30:51.076 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-10T19:30:51.109 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-10T19:30:51.158 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-10T19:30:51.188 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 13/13 2024-05-10T19:30:51.325 INFO:teuthology.orchestra.run.smithi045.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2529.gbf7 86 kB/s | 16 kB 00:00 2024-05-10T19:30:51.534 INFO:teuthology.orchestra.run.smithi045.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2529.gbf 79 kB/s | 32 kB 00:00 2024-05-10T19:30:51.595 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 12/12 2024-05-10T19:30:51.595 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el 1/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 2/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9 3/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-10T19:30:51.596 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-10T19:30:51.651 INFO:teuthology.orchestra.run.smithi045.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2529.gbf77c77 6.8 MB/s | 3.5 MB 00:00 2024-05-10T19:30:51.868 INFO:teuthology.orchestra.run.smithi045.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.4 MB/s | 863 kB 00:00 2024-05-10T19:30:51.927 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-10T19:30:51.927 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:51.927 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:30:51.927 INFO:teuthology.orchestra.run.smithi106.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-10T19:30:51.927 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:51.927 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:51.927 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:51.928 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 13/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 1/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-10T19:30:51.952 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-10T19:30:51.953 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-10T19:30:52.180 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-10T19:30:52.273 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-10T19:30:52.274 INFO:teuthology.orchestra.run.smithi170.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-10T19:30:52.275 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-10T19:30:52.275 INFO:teuthology.orchestra.run.smithi170.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-10T19:30:52.275 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:52.275 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:52.460 INFO:teuthology.orchestra.run.smithi045.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 911 kB/s | 1.0 MB 00:01 2024-05-10T19:30:52.501 INFO:teuthology.orchestra.run.smithi045.stdout:(6/12): python3-protobuf-3.14.0-13.el9.noarch.r 278 kB/s | 269 kB 00:00 2024-05-10T19:30:52.514 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-mgr-cephadm 2024-05-10T19:30:52.782 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:52 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:30:52.910 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:30:52.911 INFO:teuthology.orchestra.run.smithi106.stdout:======================================================================================= 2024-05-10T19:30:52.911 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:30:52.911 INFO:teuthology.orchestra.run.smithi106.stdout:======================================================================================= 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 7.4 M 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-10T19:30:52.912 INFO:teuthology.orchestra.run.smithi106.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout:======================================================================================= 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout:Install 12 Packages 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 38 M 2024-05-10T19:30:52.913 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 209 M 2024-05-10T19:30:52.914 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:30:52.927 INFO:teuthology.orchestra.run.smithi045.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 42 kB/s | 19 kB 00:00 2024-05-10T19:30:53.081 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:05 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:53.087 INFO:teuthology.orchestra.run.smithi106.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.9 MB/s | 195 kB 00:00 2024-05-10T19:30:53.127 INFO:teuthology.orchestra.run.smithi045.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 444 kB/s | 548 kB 00:01 2024-05-10T19:30:53.145 INFO:teuthology.orchestra.run.smithi106.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.0 MB/s | 803 kB 00:00 2024-05-10T19:30:53.203 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:53.204 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:53.204 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:30:53.204 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:53.204 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 142 k 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout:Install 6 Packages 2024-05-10T19:30:53.205 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:53.206 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 7.0 M 2024-05-10T19:30:53.206 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 33 M 2024-05-10T19:30:53.206 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:30:53.229 INFO:teuthology.orchestra.run.smithi106.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 230 kB/s | 33 kB 00:00 2024-05-10T19:30:53.236 INFO:teuthology.orchestra.run.smithi045.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 284 kB/s | 31 kB 00:00 2024-05-10T19:30:53.279 INFO:teuthology.orchestra.run.smithi106.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-05-10T19:30:53.338 INFO:teuthology.orchestra.run.smithi106.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 604 kB/s | 35 kB 00:00 2024-05-10T19:30:53.361 INFO:teuthology.orchestra.run.smithi045.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 333 kB/s | 144 kB 00:00 2024-05-10T19:30:53.520 INFO:teuthology.orchestra.run.smithi045.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 665 kB/s | 188 kB 00:00 2024-05-10T19:30:53.927 INFO:teuthology.orchestra.run.smithi170.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.4 MB/s | 248 kB 00:00 2024-05-10T19:30:54.052 INFO:teuthology.orchestra.run.smithi170.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2529.gbf77c77e.e 630 kB/s | 142 kB 00:00 2024-05-10T19:30:54.188 INFO:teuthology.orchestra.run.smithi106.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-25 6.2 MB/s | 7.4 MB 00:01 2024-05-10T19:30:54.239 INFO:teuthology.orchestra.run.smithi106.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.7 MB/s | 3.0 MB 00:01 2024-05-10T19:30:54.319 INFO:teuthology.orchestra.run.smithi170.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-05-10T19:30:54.336 INFO:teuthology.orchestra.run.smithi170.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 204 kB/s | 58 kB 00:00 2024-05-10T19:30:54.389 INFO:teuthology.orchestra.run.smithi106.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.2 MB/s | 244 kB 00:00 2024-05-10T19:30:54.445 INFO:teuthology.orchestra.run.smithi170.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 408 kB/s | 51 kB 00:00 2024-05-10T19:30:54.495 INFO:teuthology.orchestra.run.smithi170.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 966 kB/s | 548 kB 00:00 2024-05-10T19:30:54.497 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:54.497 INFO:teuthology.orchestra.run.smithi170.stdout:Total 5.4 MB/s | 7.0 MB 00:01 2024-05-10T19:30:54.497 INFO:teuthology.orchestra.run.smithi106.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 250 kB 00:00 2024-05-10T19:30:54.568 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:30:54.579 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:30:54.579 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:30:54.676 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:30:54.677 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:30:54.781 INFO:teuthology.orchestra.run.smithi106.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 3.3 MB/s | 4.7 MB 00:01 2024-05-10T19:30:54.978 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:30:55.153 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-10T19:30:55.197 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-10T19:30:55.356 INFO:teuthology.orchestra.run.smithi106.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.6 MB/s | 5.1 MB 00:01 2024-05-10T19:30:55.503 INFO:teuthology.orchestra.run.smithi045.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 695 kB/s | 2.0 MB 00:03 2024-05-10T19:30:55.509 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:55.509 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.9 MB/s | 8.6 MB 00:04 2024-05-10T19:30:55.563 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:30:55.583 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:30:55.583 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:30:55.718 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-10T19:30:55.773 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:30:55.774 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:30:55.808 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-10T19:30:55.871 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-10T19:30:55.901 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 6/6 2024-05-10T19:30:56.364 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:30:56.446 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-10T19:30:56.490 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-10T19:30:56.537 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-10T19:30:56.574 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-10T19:30:56.663 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 6/6 2024-05-10T19:30:56.663 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/6 2024-05-10T19:30:56.663 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-10T19:30:56.664 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-10T19:30:56.664 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-10T19:30:56.664 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-10T19:30:56.683 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-10T19:30:56.818 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-10T19:30:56.915 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-10T19:30:56.931 INFO:teuthology.orchestra.run.smithi170.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-10T19:30:56.932 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:56.932 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:56.980 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-10T19:30:57.008 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-10T19:30:57.040 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9 10/12 2024-05-10T19:30:57.209 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-fuse 2024-05-10T19:30:57.581 INFO:teuthology.orchestra.run.smithi106.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 5.3 MB/s | 16 MB 00:03 2024-05-10T19:30:57.582 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:57.583 INFO:teuthology.orchestra.run.smithi106.stdout:Total 8.1 MB/s | 38 MB 00:04 2024-05-10T19:30:57.781 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:09 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:30:57.904 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-fuse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 890 k 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:30:57.905 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:30:57.906 INFO:teuthology.orchestra.run.smithi170.stdout:Install 2 Packages 2024-05-10T19:30:57.906 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:57.906 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 970 k 2024-05-10T19:30:57.906 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 2.8 M 2024-05-10T19:30:57.906 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:30:57.939 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:30:57.966 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:30:57.966 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:30:58.139 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el 11/12 2024-05-10T19:30:58.190 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 12/12 2024-05-10T19:30:58.213 INFO:teuthology.orchestra.run.smithi170.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 480 kB/s | 80 kB 00:00 2024-05-10T19:30:58.314 INFO:teuthology.orchestra.run.smithi170.stdout:(2/2): ceph-fuse-19.0.0-2529.gbf77c77e.el9.x86_ 3.2 MB/s | 890 kB 00:00 2024-05-10T19:30:58.314 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:30:58.314 INFO:teuthology.orchestra.run.smithi170.stdout:Total 2.3 MB/s | 970 kB 00:00 2024-05-10T19:30:58.326 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:30:58.348 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:30:58.348 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:30:58.393 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:30:58.394 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:30:58.426 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:30:58.426 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:30:58.612 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:30:58.757 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-10T19:30:58.823 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/2 2024-05-10T19:30:59.147 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:30:59.216 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-10T19:30:59.255 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-10T19:30:59.354 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-10T19:30:59.389 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-10T19:30:59.425 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 12/12 2024-05-10T19:30:59.425 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el 1/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noa 2/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9 3/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-10T19:30:59.426 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-10T19:30:59.493 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/2 2024-05-10T19:30:59.506 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/2 2024-05-10T19:30:59.566 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-10T19:30:59.596 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-10T19:30:59.673 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-10T19:30:59.741 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-10T19:30:59.741 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:59.741 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:30:59.741 INFO:teuthology.orchestra.run.smithi045.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-10T19:30:59.741 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:59.741 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:59.741 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:30:59.741 INFO:teuthology.orchestra.run.smithi045.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:30:59.742 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:30:59.747 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-10T19:30:59.747 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:59.747 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:30:59.747 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-10T19:30:59.747 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:30:59.747 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:30:59.970 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-10T19:31:00.057 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-volume 2024-05-10T19:31:00.342 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-10T19:31:00.451 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-10T19:31:00.556 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:19 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:00.642 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:12 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:00.685 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:00.686 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-05-10T19:31:00.686 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:31:00.686 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-05-10T19:31:00.686 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 7.4 M 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-10T19:31:00.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-10T19:31:00.688 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-05-10T19:31:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:Install 12 Packages 2024-05-10T19:31:00.688 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 38 M 2024-05-10T19:31:00.689 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 209 M 2024-05-10T19:31:00.689 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:00.771 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:00.772 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:00.772 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-volume noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 264 k 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:Install 2 Packages 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 341 k 2024-05-10T19:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 1.5 M 2024-05-10T19:31:00.774 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:31:00.970 INFO:teuthology.orchestra.run.smithi045.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 195 kB 00:00 2024-05-10T19:31:01.070 INFO:teuthology.orchestra.run.smithi045.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2024-05-10T19:31:01.262 INFO:teuthology.orchestra.run.smithi045.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 112 kB/s | 33 kB 00:00 2024-05-10T19:31:01.305 INFO:teuthology.orchestra.run.smithi170.stdout:(1/2): ceph-volume-19.0.0-2529.gbf77c77e.el9.no 674 kB/s | 264 kB 00:00 2024-05-10T19:31:01.370 INFO:teuthology.orchestra.run.smithi045.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 168 kB/s | 18 kB 00:00 2024-05-10T19:31:01.479 INFO:teuthology.orchestra.run.smithi045.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 324 kB/s | 35 kB 00:00 2024-05-10T19:31:01.680 INFO:teuthology.orchestra.run.smithi170.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 101 kB/s | 77 kB 00:00 2024-05-10T19:31:01.681 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:01.681 INFO:teuthology.orchestra.run.smithi170.stdout:Total 375 kB/s | 341 kB 00:00 2024-05-10T19:31:01.687 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-10T19:31:01.693 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:31:01.703 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:31:01.704 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:31:01.750 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:31:01.751 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:31:01.838 INFO:teuthology.orchestra.run.smithi045.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-25 7.7 MB/s | 7.4 MB 00:00 2024-05-10T19:31:01.907 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:31:02.089 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-10T19:31:02.124 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2/2 2024-05-10T19:31:02.140 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2/2 2024-05-10T19:31:02.140 INFO:teuthology.orchestra.run.smithi170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:31:02.140 INFO:teuthology.orchestra.run.smithi170.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-10T19:31:02.140 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:02.338 INFO:teuthology.orchestra.run.smithi045.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.4 MB/s | 3.0 MB 00:01 2024-05-10T19:31:02.530 INFO:teuthology.orchestra.run.smithi045.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 353 kB/s | 244 kB 00:00 2024-05-10T19:31:02.743 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-10T19:31:02.787 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 12/12 2024-05-10T19:31:02.788 INFO:teuthology.orchestra.run.smithi045.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 970 kB/s | 250 kB 00:00 2024-05-10T19:31:02.864 INFO:teuthology.orchestra.run.smithi045.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.7 MB/s | 5.1 MB 00:00 2024-05-10T19:31:02.892 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 1/2 2024-05-10T19:31:03.166 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-10T19:31:03.166 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:03.167 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:31:03.167 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:03.167 INFO:teuthology.orchestra.run.smithi170.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-10T19:31:03.167 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:03.167 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:03.487 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install librados-devel 2024-05-10T19:31:04.071 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:16 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:04.180 INFO:teuthology.orchestra.run.smithi045.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.8 MB/s | 4.7 MB 00:02 2024-05-10T19:31:04.193 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repo Size 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout: librados-devel x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 127 k 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-05-10T19:31:04.194 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:04.195 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 127 k 2024-05-10T19:31:04.195 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 456 k 2024-05-10T19:31:04.195 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:31:04.545 INFO:teuthology.orchestra.run.smithi170.stdout:librados-devel-19.0.0-2529.gbf77c77e.el9.x86_64 363 kB/s | 127 kB 00:00 2024-05-10T19:31:04.545 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:04.545 INFO:teuthology.orchestra.run.smithi170.stdout:Total 361 kB/s | 127 kB 00:00 2024-05-10T19:31:04.545 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:31:04.551 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:31:04.551 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:31:04.614 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:31:04.614 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:31:04.781 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:31:04.876 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:05.271 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 12/12 2024-05-10T19:31:05.271 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 1/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-10T19:31:05.272 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-10T19:31:05.308 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:05.546 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:05.546 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:05.546 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:31:05.547 INFO:teuthology.orchestra.run.smithi170.stdout: librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:05.547 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:05.547 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-10T19:31:05.663 INFO:teuthology.orchestra.run.smithi106.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-10T19:31:05.664 INFO:teuthology.orchestra.run.smithi106.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-10T19:31:05.664 INFO:teuthology.orchestra.run.smithi106.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-10T19:31:05.664 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:05.664 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:05.830 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install libcephfs2 2024-05-10T19:31:05.996 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr-rook 2024-05-10T19:31:06.410 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:18 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:06.494 INFO:teuthology.orchestra.run.smithi170.stdout:Package libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:06.536 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:06.537 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:31:06.537 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:06.571 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:06 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:06.630 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install libcephfs-devel 2024-05-10T19:31:06.693 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:06.694 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:06.694 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:31:06.694 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:06.694 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:06.694 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-rook noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 49 k 2024-05-10T19:31:06.694 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:31:06.694 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-10T19:31:06.694 INFO:teuthology.orchestra.run.smithi106.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout:Install 13 Packages 2024-05-10T19:31:06.695 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:06.696 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 2.2 M 2024-05-10T19:31:06.696 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 26 M 2024-05-10T19:31:06.696 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:06.904 INFO:teuthology.orchestra.run.smithi106.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 160 kB/s | 19 kB 00:00 2024-05-10T19:31:06.929 INFO:teuthology.orchestra.run.smithi106.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 177 kB/s | 26 kB 00:00 2024-05-10T19:31:06.988 INFO:teuthology.orchestra.run.smithi106.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-05-10T19:31:07.055 INFO:teuthology.orchestra.run.smithi106.stdout:(4/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-05-10T19:31:07.080 INFO:teuthology.orchestra.run.smithi106.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-05-10T19:31:07.106 INFO:teuthology.orchestra.run.smithi106.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-05-10T19:31:07.131 INFO:teuthology.orchestra.run.smithi106.stdout:(7/13): ceph-mgr-rook-19.0.0-2529.gbf77c77e.el9 142 kB/s | 49 kB 00:00 2024-05-10T19:31:07.195 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:19 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:07.317 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:07.318 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:07.318 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repo Size 2024-05-10T19:31:07.318 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs-devel x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 32 k 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 32 k 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 142 k 2024-05-10T19:31:07.319 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:31:07.540 INFO:teuthology.orchestra.run.smithi106.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 70 kB/s | 32 kB 00:00 2024-05-10T19:31:07.565 INFO:teuthology.orchestra.run.smithi106.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 33 kB/s | 15 kB 00:00 2024-05-10T19:31:07.566 INFO:teuthology.orchestra.run.smithi170.stdout:libcephfs-devel-19.0.0-2529.gbf77c77e.el9.x86_6 129 kB/s | 32 kB 00:00 2024-05-10T19:31:07.566 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:07.567 INFO:teuthology.orchestra.run.smithi170.stdout:Total 128 kB/s | 32 kB 00:00 2024-05-10T19:31:07.567 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:31:07.570 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:31:07.570 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:31:07.588 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:31:07.588 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:31:07.671 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:31:07.798 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:07.865 INFO:teuthology.orchestra.run.smithi106.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 197 kB/s | 59 kB 00:00 2024-05-10T19:31:08.007 INFO:teuthology.orchestra.run.smithi106.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 235 kB/s | 206 kB 00:00 2024-05-10T19:31:08.187 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:08.190 INFO:teuthology.orchestra.run.smithi106.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 276 kB/s | 90 kB 00:00 2024-05-10T19:31:08.412 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:08.412 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:08.412 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:31:08.412 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:08.412 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:08.412 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:08.491 INFO:teuthology.orchestra.run.smithi106.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.1 MB/s | 1.0 MB 00:00 2024-05-10T19:31:08.492 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:08.492 INFO:teuthology.orchestra.run.smithi106.stdout:Total 1.2 MB/s | 2.2 MB 00:01 2024-05-10T19:31:08.566 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:08.581 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:08.581 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:08.584 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install librados2 2024-05-10T19:31:08.667 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:08.669 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:09.145 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:21 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:09.171 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:09.225 INFO:teuthology.orchestra.run.smithi170.stdout:Package librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:09.267 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:09.268 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:31:09.268 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:09.329 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-10T19:31:09.331 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install librbd1 2024-05-10T19:31:09.392 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-10T19:31:09.455 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-10T19:31:09.493 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-10T19:31:09.534 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-10T19:31:09.627 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-10T19:31:09.746 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-10T19:31:09.794 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-10T19:31:09.897 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:21 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:09.978 INFO:teuthology.orchestra.run.smithi170.stdout:Package librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:10.019 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:10.020 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:31:10.020 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:10.089 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install python3-rados 2024-05-10T19:31:10.503 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-10T19:31:10.550 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-10T19:31:10.584 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-10T19:31:10.631 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-10T19:31:10.653 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 13/13 2024-05-10T19:31:10.657 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:22 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:10.738 INFO:teuthology.orchestra.run.smithi170.stdout:Package python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:10.780 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:10.781 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:31:10.781 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:10.856 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install python3-rgw 2024-05-10T19:31:11.363 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 13/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 1/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-10T19:31:11.364 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-10T19:31:11.425 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:23 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:11.507 INFO:teuthology.orchestra.run.smithi170.stdout:Package python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:11.548 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:11.549 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:31:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:11.611 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install python3-cephfs 2024-05-10T19:31:11.684 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-10T19:31:11.684 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:11.684 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-10T19:31:11.685 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:11.686 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:11.946 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr-cephadm 2024-05-10T19:31:12.176 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:24 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:12.257 INFO:teuthology.orchestra.run.smithi170.stdout:Package python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:12.300 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:12.301 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:31:12.301 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:12.369 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install python3-rbd 2024-05-10T19:31:12.513 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:12 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:12.635 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 142 k 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-10T19:31:12.636 INFO:teuthology.orchestra.run.smithi106.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-10T19:31:12.637 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:12.637 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:12.637 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:12.637 INFO:teuthology.orchestra.run.smithi106.stdout:Install 6 Packages 2024-05-10T19:31:12.637 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:12.637 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 7.0 M 2024-05-10T19:31:12.637 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 33 M 2024-05-10T19:31:12.637 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:12.954 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:24 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:13.046 INFO:teuthology.orchestra.run.smithi170.stdout:Package python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:13.092 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:13.092 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2024-05-10T19:31:13.092 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:13.163 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install rbd-fuse 2024-05-10T19:31:13.259 INFO:teuthology.orchestra.run.smithi106.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2529.gbf77c77e.e 394 kB/s | 142 kB 00:00 2024-05-10T19:31:13.758 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:25 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:13.760 INFO:teuthology.orchestra.run.smithi106.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-05-10T19:31:13.785 INFO:teuthology.orchestra.run.smithi106.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 280 kB/s | 248 kB 00:00 2024-05-10T19:31:13.844 INFO:teuthology.orchestra.run.smithi106.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 690 kB/s | 58 kB 00:00 2024-05-10T19:31:13.887 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:13.887 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:13.887 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2024-05-10T19:31:13.887 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:13.887 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:31:13.888 INFO:teuthology.orchestra.run.smithi170.stdout: rbd-fuse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 86 k 2024-05-10T19:31:13.888 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:13.888 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:31:13.888 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:13.888 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-05-10T19:31:13.888 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:13.889 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 86 k 2024-05-10T19:31:13.889 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 231 k 2024-05-10T19:31:13.889 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:31:14.110 INFO:teuthology.orchestra.run.smithi106.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 157 kB/s | 51 kB 00:00 2024-05-10T19:31:14.169 INFO:teuthology.orchestra.run.smithi170.stdout:rbd-fuse-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 305 kB/s | 86 kB 00:00 2024-05-10T19:31:14.170 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:14.170 INFO:teuthology.orchestra.run.smithi170.stdout:Total 303 kB/s | 86 kB 00:00 2024-05-10T19:31:14.170 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:31:14.177 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:31:14.177 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:31:14.211 INFO:teuthology.orchestra.run.smithi106.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.5 MB/s | 6.0 MB 00:01 2024-05-10T19:31:14.214 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:14.214 INFO:teuthology.orchestra.run.smithi106.stdout:Total 4.4 MB/s | 7.0 MB 00:01 2024-05-10T19:31:14.239 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:31:14.239 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:31:14.284 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:14.296 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:14.296 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:14.390 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:31:14.391 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:14.392 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:14.500 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:14.688 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:14.851 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-10T19:31:14.888 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:14.896 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-10T19:31:15.146 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:15.146 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:15.146 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:31:15.146 INFO:teuthology.orchestra.run.smithi170.stdout: rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:15.146 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:15.146 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:15.405 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install rbd-mirror 2024-05-10T19:31:15.411 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-10T19:31:15.492 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-10T19:31:15.554 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-10T19:31:15.583 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 6/6 2024-05-10T19:31:15.979 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:27 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:16.108 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:16.109 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:16.110 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repo Size 2024-05-10T19:31:16.110 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:16.110 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:31:16.110 INFO:teuthology.orchestra.run.smithi170.stdout: rbd-mirror x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.1 M 2024-05-10T19:31:16.110 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:16.110 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:31:16.111 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:16.111 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-05-10T19:31:16.111 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:16.111 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 3.1 M 2024-05-10T19:31:16.111 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 13 M 2024-05-10T19:31:16.111 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:31:16.314 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 6/6 2024-05-10T19:31:16.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/6 2024-05-10T19:31:16.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-10T19:31:16.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-10T19:31:16.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-10T19:31:16.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-10T19:31:16.570 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-10T19:31:16.570 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:16.570 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:16.570 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:16.570 INFO:teuthology.orchestra.run.smithi106.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-10T19:31:16.570 INFO:teuthology.orchestra.run.smithi106.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-10T19:31:16.570 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-10T19:31:16.570 INFO:teuthology.orchestra.run.smithi106.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-10T19:31:16.571 INFO:teuthology.orchestra.run.smithi106.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-10T19:31:16.571 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:16.571 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:16.866 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-fuse 2024-05-10T19:31:17.426 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:17 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:17.456 INFO:teuthology.orchestra.run.smithi170.stdout:rbd-mirror-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 2.3 MB/s | 3.1 MB 00:01 2024-05-10T19:31:17.457 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:17.457 INFO:teuthology.orchestra.run.smithi170.stdout:Total 2.3 MB/s | 3.1 MB 00:01 2024-05-10T19:31:17.457 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:31:17.467 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:31:17.467 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:31:17.547 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:17.547 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-fuse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 890 k 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout:Install 2 Packages 2024-05-10T19:31:17.548 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:17.549 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 970 k 2024-05-10T19:31:17.549 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 2.8 M 2024-05-10T19:31:17.549 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:17.549 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:31:17.550 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:31:17.780 INFO:teuthology.orchestra.run.smithi106.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 426 kB/s | 80 kB 00:00 2024-05-10T19:31:17.938 INFO:teuthology.orchestra.run.smithi106.stdout:(2/2): ceph-fuse-19.0.0-2529.gbf77c77e.el9.x86_ 2.5 MB/s | 890 kB 00:00 2024-05-10T19:31:17.938 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:17.939 INFO:teuthology.orchestra.run.smithi106.stdout:Total 2.4 MB/s | 970 kB 00:00 2024-05-10T19:31:17.951 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:17.973 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:17.973 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:17.980 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:31:18.049 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:18.050 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:18.051 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:18.074 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:18.074 INFO:teuthology.orchestra.run.smithi170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:31:18.074 INFO:teuthology.orchestra.run.smithi170.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-10T19:31:18.074 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-10T19:31:18.075 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-10T19:31:18.075 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:18.235 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:18.373 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-10T19:31:18.437 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/2 2024-05-10T19:31:19.071 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/2 2024-05-10T19:31:19.072 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/2 2024-05-10T19:31:19.103 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:19.103 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:19.103 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:31:19.103 INFO:teuthology.orchestra.run.smithi170.stdout: rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:19.103 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:19.103 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:19.331 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-10T19:31:19.331 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:19.331 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:19.331 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-10T19:31:19.331 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:19.331 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:19.368 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install rbd-nbd 2024-05-10T19:31:19.554 INFO:teuthology.orchestra.run.smithi045.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 993 kB/s | 16 MB 00:16 2024-05-10T19:31:19.555 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:19.555 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.0 MB/s | 38 MB 00:18 2024-05-10T19:31:19.593 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-volume 2024-05-10T19:31:19.923 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:19.950 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:31 ago on Fri 10 May 2024 07:28:48 PM UTC. 2024-05-10T19:31:19.951 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:19.951 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:20.074 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-05-10T19:31:20.075 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout: rbd-nbd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 170 k 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 170 k 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 494 k 2024-05-10T19:31:20.076 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-05-10T19:31:20.172 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:20 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:20.294 INFO:teuthology.orchestra.run.smithi170.stdout:rbd-nbd-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 783 kB/s | 170 kB 00:00 2024-05-10T19:31:20.294 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:20.294 INFO:teuthology.orchestra.run.smithi170.stdout:Total 779 kB/s | 170 kB 00:00 2024-05-10T19:31:20.295 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-05-10T19:31:20.297 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:20.297 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:20.297 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-05-10T19:31:20.297 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-volume noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 264 k 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout:Install 2 Packages 2024-05-10T19:31:20.298 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:20.299 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 341 k 2024-05-10T19:31:20.299 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 1.5 M 2024-05-10T19:31:20.299 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:20.302 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-05-10T19:31:20.302 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-05-10T19:31:20.365 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-05-10T19:31:20.366 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-05-10T19:31:20.403 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:20.403 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:20.516 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-05-10T19:31:20.544 INFO:teuthology.orchestra.run.smithi106.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 463 kB/s | 77 kB 00:00 2024-05-10T19:31:20.610 INFO:teuthology.orchestra.run.smithi106.stdout:(2/2): ceph-volume-19.0.0-2529.gbf77c77e.el9.no 1.1 MB/s | 264 kB 00:00 2024-05-10T19:31:20.611 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:20.611 INFO:teuthology.orchestra.run.smithi106.stdout:Total 1.1 MB/s | 341 kB 00:00 2024-05-10T19:31:20.624 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:20.625 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:20.633 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:20.633 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:20.665 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:20.665 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:20.816 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:21.009 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:21.023 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-10T19:31:21.054 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2/2 2024-05-10T19:31:21.072 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2/2 2024-05-10T19:31:21.072 INFO:teuthology.orchestra.run.smithi106.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:31:21.072 INFO:teuthology.orchestra.run.smithi106.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-10T19:31:21.073 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:21.189 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:21.258 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-10T19:31:21.267 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:21.267 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:21.267 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-05-10T19:31:21.267 INFO:teuthology.orchestra.run.smithi170.stdout: rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:21.267 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:31:21.267 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-05-10T19:31:21.303 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-10T19:31:21.411 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-10T19:31:21.454 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-10T19:31:21.549 DEBUG:teuthology.parallel:result is None 2024-05-10T19:31:21.637 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-10T19:31:21.669 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-10T19:31:21.748 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-10T19:31:21.792 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 1/2 2024-05-10T19:31:22.069 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-10T19:31:22.070 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:22.070 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:22.070 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:22.070 INFO:teuthology.orchestra.run.smithi106.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-10T19:31:22.070 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:22.070 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:22.359 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install librados-devel 2024-05-10T19:31:22.458 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-10T19:31:22.579 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-10T19:31:22.938 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:22 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:23.065 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repo Size 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout: librados-devel x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 127 k 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:23.066 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-05-10T19:31:23.067 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:23.067 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 127 k 2024-05-10T19:31:23.067 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 456 k 2024-05-10T19:31:23.067 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:23.290 INFO:teuthology.orchestra.run.smithi106.stdout:librados-devel-19.0.0-2529.gbf77c77e.el9.x86_64 569 kB/s | 127 kB 00:00 2024-05-10T19:31:23.291 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:23.291 INFO:teuthology.orchestra.run.smithi106.stdout:Total 565 kB/s | 127 kB 00:00 2024-05-10T19:31:23.291 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:23.296 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:23.296 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:23.360 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:23.361 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:23.529 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:23.640 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:23.925 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-10T19:31:24.085 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:24.354 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:24.354 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:24.354 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:24.354 INFO:teuthology.orchestra.run.smithi106.stdout: librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:24.355 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:24.355 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:24.608 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install libcephfs2 2024-05-10T19:31:25.016 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-10T19:31:25.043 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 12/12 2024-05-10T19:31:25.177 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:25 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:25.259 INFO:teuthology.orchestra.run.smithi106.stdout:Package libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:25.301 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:25.302 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:31:25.302 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:25.371 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install libcephfs-devel 2024-05-10T19:31:25.941 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:25 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:26.061 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:26.062 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:26.062 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repo Size 2024-05-10T19:31:26.062 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs-devel x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 32 k 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 32 k 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 142 k 2024-05-10T19:31:26.063 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:26.318 INFO:teuthology.orchestra.run.smithi106.stdout:libcephfs-devel-19.0.0-2529.gbf77c77e.el9.x86_6 124 kB/s | 32 kB 00:00 2024-05-10T19:31:26.319 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:26.319 INFO:teuthology.orchestra.run.smithi106.stdout:Total 124 kB/s | 32 kB 00:00 2024-05-10T19:31:26.319 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:26.323 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:26.323 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:26.340 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:26.340 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:26.425 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:26.541 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:26.920 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:27.152 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:27.152 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:27.152 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:27.152 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:27.152 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:27.152 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:27.343 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install librados2 2024-05-10T19:31:27.549 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 12/12 2024-05-10T19:31:27.549 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c 1/12 2024-05-10T19:31:27.549 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-10T19:31:27.549 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-10T19:31:27.549 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-10T19:31:27.549 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-10T19:31:27.549 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-10T19:31:27.549 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-10T19:31:27.550 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-10T19:31:27.550 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-10T19:31:27.550 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-10T19:31:27.550 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-10T19:31:27.905 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:27 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:27.931 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-10T19:31:27.931 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:27.931 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:31:27.931 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:27.932 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:27.985 INFO:teuthology.orchestra.run.smithi106.stdout:Package librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:28.025 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:28.026 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:31:28.026 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:28.095 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install librbd1 2024-05-10T19:31:28.253 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-rook 2024-05-10T19:31:28.659 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:28 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:28.740 INFO:teuthology.orchestra.run.smithi106.stdout:Package librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:28.781 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:28.782 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:31:28.782 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:28.847 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:47 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:28.853 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install python3-rados 2024-05-10T19:31:28.975 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:28.976 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:28.976 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:31:28.976 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:28.976 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 49 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-10T19:31:28.977 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-10T19:31:28.978 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:28.978 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:28.978 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:28.978 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2024-05-10T19:31:28.978 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:28.978 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 2.2 M 2024-05-10T19:31:28.978 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 26 M 2024-05-10T19:31:28.979 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:29.244 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 264 kB/s | 26 kB 00:00 2024-05-10T19:31:29.269 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 157 kB/s | 19 kB 00:00 2024-05-10T19:31:29.361 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-05-10T19:31:29.386 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-05-10T19:31:29.424 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:29 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:29.428 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-05-10T19:31:29.454 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): ceph-mgr-rook-19.0.0-2529.gbf77c77e.el9 161 kB/s | 49 kB 00:00 2024-05-10T19:31:29.479 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 581 kB/s | 54 kB 00:00 2024-05-10T19:31:29.505 INFO:teuthology.orchestra.run.smithi106.stdout:Package python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:29.546 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:29.547 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:31:29.547 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:29.612 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install python3-rgw 2024-05-10T19:31:29.838 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 39 kB/s | 15 kB 00:00 2024-05-10T19:31:29.871 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 73 kB/s | 32 kB 00:00 2024-05-10T19:31:30.130 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 316 kB/s | 206 kB 00:00 2024-05-10T19:31:30.155 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 208 kB/s | 59 kB 00:00 2024-05-10T19:31:30.178 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:30 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:30.259 INFO:teuthology.orchestra.run.smithi106.stdout:Package python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:30.301 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:30.301 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:31:30.302 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:30.313 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 2.1 MB/s | 1.0 MB 00:00 2024-05-10T19:31:30.339 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 430 kB/s | 90 kB 00:00 2024-05-10T19:31:30.342 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:30.342 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-05-10T19:31:30.365 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install python3-cephfs 2024-05-10T19:31:30.414 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:30.430 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:30.430 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:30.524 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:30.525 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:30.932 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:30 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:31.012 INFO:teuthology.orchestra.run.smithi106.stdout:Package python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:31.053 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:31.054 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:31:31.054 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:31.076 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:31.120 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install python3-rbd 2024-05-10T19:31:31.262 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-10T19:31:31.326 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-10T19:31:31.390 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-10T19:31:31.425 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-10T19:31:31.467 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-10T19:31:31.565 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-10T19:31:31.684 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-10T19:31:31.700 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:31 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:31.744 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-10T19:31:31.781 INFO:teuthology.orchestra.run.smithi106.stdout:Package python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:31.823 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:31.824 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-05-10T19:31:31.824 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:31.885 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install rbd-fuse 2024-05-10T19:31:32.458 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:32 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:32.513 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-10T19:31:32.574 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-10T19:31:32.580 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:32.580 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:32.580 INFO:teuthology.orchestra.run.smithi106.stdout: Package Architecture Version Repository Size 2024-05-10T19:31:32.580 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:32.581 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:32.581 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-fuse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 86 k 2024-05-10T19:31:32.581 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:32.581 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:32.581 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:32.581 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-05-10T19:31:32.581 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:32.582 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 86 k 2024-05-10T19:31:32.582 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 231 k 2024-05-10T19:31:32.582 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:32.608 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-10T19:31:32.657 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-10T19:31:32.685 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 13/13 2024-05-10T19:31:32.872 INFO:teuthology.orchestra.run.smithi106.stdout:rbd-fuse-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 295 kB/s | 86 kB 00:00 2024-05-10T19:31:32.873 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:32.873 INFO:teuthology.orchestra.run.smithi106.stdout:Total 293 kB/s | 86 kB 00:00 2024-05-10T19:31:32.873 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:32.880 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:32.880 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:32.942 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:32.943 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:33.096 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:33.211 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:33.443 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 13/13 2024-05-10T19:31:33.443 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 1/13 2024-05-10T19:31:33.443 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-10T19:31:33.443 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-10T19:31:33.443 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-10T19:31:33.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-10T19:31:33.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-10T19:31:33.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-10T19:31:33.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-10T19:31:33.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-10T19:31:33.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-10T19:31:33.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-10T19:31:33.444 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-10T19:31:33.591 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:33.769 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-10T19:31:33.769 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:33.769 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:31:33.769 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:33.769 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:33.770 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:33.827 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:33.827 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:33.827 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:33.827 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:33.827 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:33.827 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:34.031 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-cephadm 2024-05-10T19:31:34.089 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install rbd-mirror 2024-05-10T19:31:34.627 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:53 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:34.669 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:34 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:34.754 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:34.755 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:34.755 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:31:34.755 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:34.755 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:34.755 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 142 k 2024-05-10T19:31:34.755 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:31:34.755 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-10T19:31:34.755 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-10T19:31:34.756 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-10T19:31:34.756 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-10T19:31:34.756 INFO:teuthology.orchestra.run.smithi045.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-10T19:31:34.756 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:34.756 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:34.756 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:34.756 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2024-05-10T19:31:34.756 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:34.757 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 7.0 M 2024-05-10T19:31:34.757 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 33 M 2024-05-10T19:31:34.757 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:34.797 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repo Size 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-mirror x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.1 M 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-05-10T19:31:34.798 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:34.799 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 3.1 M 2024-05-10T19:31:34.799 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 13 M 2024-05-10T19:31:34.799 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:35.294 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-05-10T19:31:35.383 INFO:teuthology.orchestra.run.smithi106.stdout:rbd-mirror-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-05-10T19:31:35.384 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:35.385 INFO:teuthology.orchestra.run.smithi106.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-05-10T19:31:35.385 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:35.394 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:35.394 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:35.466 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2529.gbf77c77e.e 407 kB/s | 142 kB 00:00 2024-05-10T19:31:35.476 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:35.476 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:35.583 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.8 MB/s | 548 kB 00:00 2024-05-10T19:31:35.625 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 364 kB/s | 58 kB 00:00 2024-05-10T19:31:35.650 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 765 kB/s | 51 kB 00:00 2024-05-10T19:31:35.914 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:35.993 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:36.017 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:36.017 INFO:teuthology.orchestra.run.smithi106.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:31:36.017 INFO:teuthology.orchestra.run.smithi106.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-10T19:31:36.018 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-10T19:31:36.018 INFO:teuthology.orchestra.run.smithi106.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-10T19:31:36.018 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:36.501 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.3 MB/s | 6.0 MB 00:01 2024-05-10T19:31:36.502 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:36.502 INFO:teuthology.orchestra.run.smithi045.stdout:Total 4.0 MB/s | 7.0 MB 00:01 2024-05-10T19:31:36.578 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:36.590 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:36.590 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:36.696 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:36.697 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:37.017 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:37.077 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:37.077 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:37.077 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:37.077 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:37.077 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:37.077 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:37.190 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-10T19:31:37.245 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-10T19:31:37.332 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install rbd-nbd 2024-05-10T19:31:37.796 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-10T19:31:37.891 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-10T19:31:37.913 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:37 ago on Fri 10 May 2024 07:29:00 PM UTC. 2024-05-10T19:31:37.962 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-10T19:31:37.998 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 6/6 2024-05-10T19:31:38.037 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-05-10T19:31:38.038 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:38.038 INFO:teuthology.orchestra.run.smithi106.stdout: Package Architecture Version Repository Size 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-nbd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 170 k 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 170 k 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 494 k 2024-05-10T19:31:38.039 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-05-10T19:31:38.645 INFO:teuthology.orchestra.run.smithi106.stdout:rbd-nbd-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 281 kB/s | 170 kB 00:00 2024-05-10T19:31:38.646 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:38.646 INFO:teuthology.orchestra.run.smithi106.stdout:Total 280 kB/s | 170 kB 00:00 2024-05-10T19:31:38.646 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-05-10T19:31:38.654 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-05-10T19:31:38.654 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-05-10T19:31:38.718 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-05-10T19:31:38.719 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-05-10T19:31:38.757 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 6/6 2024-05-10T19:31:38.757 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 1/6 2024-05-10T19:31:38.757 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-10T19:31:38.757 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-10T19:31:38.757 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-10T19:31:38.757 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-10T19:31:38.869 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-05-10T19:31:38.976 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:39.017 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:39.018 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:39.258 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-fuse 2024-05-10T19:31:39.400 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:39.652 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:39.653 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:39.653 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-05-10T19:31:39.653 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:39.653 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-05-10T19:31:39.653 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-05-10T19:31:39.850 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:58 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:39.924 DEBUG:teuthology.parallel:result is None 2024-05-10T19:31:39.977 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:39.977 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:39.977 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:31:39.977 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:39.977 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:39.977 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 890 k 2024-05-10T19:31:39.978 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:31:39.978 INFO:teuthology.orchestra.run.smithi045.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-10T19:31:39.978 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:39.978 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:39.978 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:39.978 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2024-05-10T19:31:39.978 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:39.979 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 970 k 2024-05-10T19:31:39.979 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 2.8 M 2024-05-10T19:31:39.979 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:40.244 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 559 kB/s | 80 kB 00:00 2024-05-10T19:31:41.095 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-fuse-19.0.0-2529.gbf77c77e.el9.x86_ 895 kB/s | 890 kB 00:00 2024-05-10T19:31:41.096 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:41.096 INFO:teuthology.orchestra.run.smithi045.stdout:Total 868 kB/s | 970 kB 00:01 2024-05-10T19:31:41.111 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:41.137 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:41.138 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:41.225 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:41.225 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:41.418 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:41.567 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-10T19:31:41.639 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/2 2024-05-10T19:31:42.313 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2/2 2024-05-10T19:31:42.313 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/2 2024-05-10T19:31:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-10T19:31:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:42.601 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:31:42.601 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-10T19:31:42.601 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:42.601 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:42.894 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-volume 2024-05-10T19:31:43.493 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:02 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:43.620 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume noarch 2:19.0.0-2529.gbf77c77e.el9 ceph-noarch 264 k 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:43.621 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:43.622 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:43.622 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2024-05-10T19:31:43.622 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:43.622 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 341 k 2024-05-10T19:31:43.622 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 1.5 M 2024-05-10T19:31:43.622 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:43.826 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 471 kB/s | 77 kB 00:00 2024-05-10T19:31:43.951 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-volume-19.0.0-2529.gbf77c77e.el9.no 912 kB/s | 264 kB 00:00 2024-05-10T19:31:43.952 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:43.952 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.0 MB/s | 341 kB 00:00 2024-05-10T19:31:43.964 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:43.975 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:43.975 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:44.014 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:44.015 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:44.168 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:44.361 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-10T19:31:44.396 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2/2 2024-05-10T19:31:44.413 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2/2 2024-05-10T19:31:44.414 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:31:44.414 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-10T19:31:44.414 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:45.075 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 1/2 2024-05-10T19:31:45.414 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-10T19:31:45.414 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:45.414 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:31:45.414 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume-2:19.0.0-2529.gbf77c77e.el9.noarch 2024-05-10T19:31:45.414 INFO:teuthology.orchestra.run.smithi045.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-10T19:31:45.414 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:45.414 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:45.711 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados-devel 2024-05-10T19:31:46.308 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:05 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:46.434 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:46.435 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:46.435 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-05-10T19:31:46.435 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:46.435 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:46.435 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 127 k 2024-05-10T19:31:46.435 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:46.435 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:46.435 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:46.436 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-10T19:31:46.436 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:46.436 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 127 k 2024-05-10T19:31:46.436 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 456 k 2024-05-10T19:31:46.436 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:46.653 INFO:teuthology.orchestra.run.smithi045.stdout:librados-devel-19.0.0-2529.gbf77c77e.el9.x86_64 589 kB/s | 127 kB 00:00 2024-05-10T19:31:46.653 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:46.653 INFO:teuthology.orchestra.run.smithi045.stdout:Total 585 kB/s | 127 kB 00:00 2024-05-10T19:31:46.653 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:46.659 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:46.659 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:46.725 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:46.726 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:46.893 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:46.994 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:47.435 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:47.700 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:47.700 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:47.700 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:31:47.700 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:47.700 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:47.700 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:47.930 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs2 2024-05-10T19:31:48.526 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:07 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:48.611 INFO:teuthology.orchestra.run.smithi045.stdout:Package libcephfs2-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:48.655 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:48.656 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:31:48.656 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:48.726 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs-devel 2024-05-10T19:31:49.318 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:08 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:49.445 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 32 k 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-10T19:31:49.446 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:49.447 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 32 k 2024-05-10T19:31:49.447 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 142 k 2024-05-10T19:31:49.447 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:49.690 INFO:teuthology.orchestra.run.smithi045.stdout:libcephfs-devel-19.0.0-2529.gbf77c77e.el9.x86_6 130 kB/s | 32 kB 00:00 2024-05-10T19:31:49.691 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:49.691 INFO:teuthology.orchestra.run.smithi045.stdout:Total 130 kB/s | 32 kB 00:00 2024-05-10T19:31:49.691 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:49.695 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:49.695 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:49.719 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:49.720 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:49.802 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:49.908 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:50.271 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:50.482 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:50.482 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:50.482 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:31:50.482 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:50.482 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:50.482 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:50.681 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados2 2024-05-10T19:31:51.277 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:10 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:51.361 INFO:teuthology.orchestra.run.smithi045.stdout:Package librados2-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:51.405 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:51.406 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:31:51.406 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:51.475 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librbd1 2024-05-10T19:31:52.065 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:11 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:52.149 INFO:teuthology.orchestra.run.smithi045.stdout:Package librbd1-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:31:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:52.270 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rados 2024-05-10T19:31:52.863 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:11 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:52.947 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rados-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:52.991 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:52.992 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:31:52.992 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:53.062 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rgw 2024-05-10T19:31:53.653 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:12 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:53.739 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rgw-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:53.782 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:53.783 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:31:53.783 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:53.849 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-cephfs 2024-05-10T19:31:54.441 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:13 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:54.524 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-cephfs-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:54.568 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:54.569 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:31:54.569 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:54.669 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rbd 2024-05-10T19:31:55.263 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:14 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:55.348 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 is already installed. 2024-05-10T19:31:55.393 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:55.395 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-05-10T19:31:55.395 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:55.471 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-fuse 2024-05-10T19:31:56.088 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:15 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 86 k 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:56.217 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 86 k 2024-05-10T19:31:56.218 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 231 k 2024-05-10T19:31:56.218 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:56.553 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-fuse-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 256 kB/s | 86 kB 00:00 2024-05-10T19:31:56.553 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:56.554 INFO:teuthology.orchestra.run.smithi045.stdout:Total 254 kB/s | 86 kB 00:00 2024-05-10T19:31:56.554 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:56.561 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:56.562 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:56.630 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:56.630 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:56.786 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:56.878 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:57.268 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:57.522 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:57.523 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:57.523 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:31:57.523 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:31:57.523 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:57.523 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:31:57.740 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-mirror 2024-05-10T19:31:58.335 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:17 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:31:58.465 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:31:58.465 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:58.465 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-05-10T19:31:58.465 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:58.465 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:31:58.465 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 3.1 M 2024-05-10T19:31:58.465 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:58.466 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:31:58.466 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:31:58.466 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-10T19:31:58.466 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:31:58.466 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.1 M 2024-05-10T19:31:58.466 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 13 M 2024-05-10T19:31:58.466 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:31:59.218 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-mirror-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 4.1 MB/s | 3.1 MB 00:00 2024-05-10T19:31:59.218 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:31:59.219 INFO:teuthology.orchestra.run.smithi045.stdout:Total 4.1 MB/s | 3.1 MB 00:00 2024-05-10T19:31:59.219 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:31:59.227 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:31:59.227 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:31:59.313 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:31:59.314 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:31:59.761 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:31:59.816 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:59.843 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:31:59.844 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-10T19:31:59.844 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-10T19:31:59.844 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-10T19:31:59.844 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-10T19:31:59.844 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:32:00.932 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:32:00.965 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:32:00.965 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:32:00.965 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:32:00.965 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:32:00.965 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:32:01.173 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-nbd 2024-05-10T19:32:01.771 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:20 ago on Fri 10 May 2024 07:28:41 PM UTC. 2024-05-10T19:32:01.898 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-10T19:32:01.899 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:32:01.899 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-10T19:32:01.899 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:32:01.899 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd x86_64 2:19.0.0-2529.gbf77c77e.el9 ceph 170 k 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 170 k 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 494 k 2024-05-10T19:32:01.900 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-10T19:32:02.245 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-nbd-19.0.0-2529.gbf77c77e.el9.x86_64.rpm 494 kB/s | 170 kB 00:00 2024-05-10T19:32:02.246 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:32:02.246 INFO:teuthology.orchestra.run.smithi045.stdout:Total 492 kB/s | 170 kB 00:00 2024-05-10T19:32:02.246 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-10T19:32:02.255 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-10T19:32:02.255 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-10T19:32:02.324 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-10T19:32:02.324 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-10T19:32:02.489 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-10T19:32:02.605 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:32:03.027 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:32:03.297 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 1/1 2024-05-10T19:32:03.297 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:32:03.297 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-10T19:32:03.297 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd-2:19.0.0-2529.gbf77c77e.el9.x86_64 2024-05-10T19:32:03.298 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:32:03.298 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-10T19:32:03.541 DEBUG:teuthology.parallel:result is None 2024-05-10T19:32:03.542 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:32:03.760 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-10T19:32:03.783 INFO:teuthology.orchestra.run.smithi045.stdout:19.0.0-2529.gbf77c77e.el9 2024-05-10T19:32:03.783 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2529.gbf77c77e.el9 2024-05-10T19:32:03.784 INFO:teuthology.task.install:The correct ceph version 19.0.0-2529.gbf77c77e is installed. 2024-05-10T19:32:03.785 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:32:04.001 DEBUG:teuthology.orchestra.run.smithi106:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-10T19:32:04.026 INFO:teuthology.orchestra.run.smithi106.stdout:19.0.0-2529.gbf77c77e.el9 2024-05-10T19:32:04.026 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2529.gbf77c77e.el9 2024-05-10T19:32:04.026 INFO:teuthology.task.install:The correct ceph version 19.0.0-2529.gbf77c77e is installed. 2024-05-10T19:32:04.028 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:32:04.242 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-10T19:32:04.268 INFO:teuthology.orchestra.run.smithi170.stdout:19.0.0-2529.gbf77c77e.el9 2024-05-10T19:32:04.268 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2529.gbf77c77e.el9 2024-05-10T19:32:04.268 INFO:teuthology.task.install:The correct ceph version 19.0.0-2529.gbf77c77e is installed. 2024-05-10T19:32:04.270 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-10T19:32:04.270 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:32:04.270 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-10T19:32:04.301 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:32:04.301 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-10T19:32:04.332 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:32:04.333 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-10T19:32:04.362 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-10T19:32:04.363 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:32:04.363 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/daemon-helper 2024-05-10T19:32:04.392 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-10T19:32:04.460 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:32:04.461 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/daemon-helper 2024-05-10T19:32:04.491 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-10T19:32:04.561 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:32:04.561 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/daemon-helper 2024-05-10T19:32:04.591 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-10T19:32:04.662 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-10T19:32:04.662 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:32:04.662 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-10T19:32:04.691 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-10T19:32:04.759 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:32:04.760 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-10T19:32:04.785 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-10T19:32:04.850 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:32:04.850 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-10T19:32:04.875 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-10T19:32:04.940 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-10T19:32:04.940 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:32:04.941 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/stdin-killer 2024-05-10T19:32:04.971 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-10T19:32:05.041 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:32:05.041 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/stdin-killer 2024-05-10T19:32:05.066 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-10T19:32:05.131 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:32:05.131 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/stdin-killer 2024-05-10T19:32:05.157 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-10T19:32:05.222 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-10T19:32:05.319 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'log-only-match': ['CEPHADM_'], 'sha1': 'bf77c77e13287c5f844356e82ad19f486f6e6823'} 2024-05-10T19:32:05.320 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:32:05.320 INFO:tasks.cephadm:Cluster fsid is fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:32:05.320 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-10T19:32:05.320 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.45', 'mon.b': '172.21.15.106', 'mon.c': '172.21.15.170'} 2024-05-10T19:32:05.320 INFO:tasks.cephadm:First mon is mon.a on smithi045 2024-05-10T19:32:05.321 INFO:tasks.cephadm:First mgr is a 2024-05-10T19:32:05.321 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-10T19:32:05.321 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2024-05-10T19:32:05.352 DEBUG:teuthology.orchestra.run.smithi106:> sudo hostname $(hostname -s) 2024-05-10T19:32:05.377 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2024-05-10T19:32:05.402 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-10T19:32:05.402 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:32:05.546 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'bf77c77e13287c5f844356e82ad19f486f6e6823', '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/55108/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2529-gbf77c77e', 'node_name': '172.21.5.34+adami04', '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-2529.gbf77c77e'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-08 22:13:01.815414', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-10T19:32:05.687 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 bf77c77e13287c5f844356e82ad19f486f6e6823 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:32:05.688 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/x86_64/flavors/default/cephadm 2024-05-10T19:32:05.689 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:06.937 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-r--r--. 1 ubuntu ubuntu 781938 May 10 19:32 /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:06.937 DEBUG:teuthology.orchestra.run.smithi106:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:08.348 INFO:teuthology.orchestra.run.smithi106.stdout:-rw-r--r--. 1 ubuntu ubuntu 781938 May 10 19:32 /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:08.349 DEBUG:teuthology.orchestra.run.smithi170:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/bf77c77e13287c5f844356e82ad19f486f6e6823/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:10.014 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-r--r--. 1 ubuntu ubuntu 781938 May 10 19:32 /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:10.015 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:10.035 DEBUG:teuthology.orchestra.run.smithi106:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:10.054 DEBUG:teuthology.orchestra.run.smithi170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T19:32:10.086 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 on all hosts... 2024-05-10T19:32:10.086 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 pull 2024-05-10T19:32:10.089 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 pull 2024-05-10T19:32:10.097 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 pull 2024-05-10T19:32:11.663 INFO:teuthology.orchestra.run.smithi106.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823... 2024-05-10T19:32:11.693 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823... 2024-05-10T19:32:11.725 INFO:teuthology.orchestra.run.smithi170.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823... 2024-05-10T19:32:43.734 INFO:teuthology.orchestra.run.smithi170.stdout:{ 2024-05-10T19:32:43.735 INFO:teuthology.orchestra.run.smithi170.stdout: "ceph_version": "ceph version 19.0.0-2529-gbf77c77e (bf77c77e13287c5f844356e82ad19f486f6e6823) squid (dev)", 2024-05-10T19:32:43.735 INFO:teuthology.orchestra.run.smithi170.stdout: "image_id": "8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654", 2024-05-10T19:32:43.735 INFO:teuthology.orchestra.run.smithi170.stdout: "repo_digests": [ 2024-05-10T19:32:43.735 INFO:teuthology.orchestra.run.smithi170.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369" 2024-05-10T19:32:43.735 INFO:teuthology.orchestra.run.smithi170.stdout: ] 2024-05-10T19:32:43.735 INFO:teuthology.orchestra.run.smithi170.stdout:} 2024-05-10T19:33:06.658 INFO:teuthology.orchestra.run.smithi106.stdout:{ 2024-05-10T19:33:06.658 INFO:teuthology.orchestra.run.smithi106.stdout: "ceph_version": "ceph version 19.0.0-2529-gbf77c77e (bf77c77e13287c5f844356e82ad19f486f6e6823) squid (dev)", 2024-05-10T19:33:06.658 INFO:teuthology.orchestra.run.smithi106.stdout: "image_id": "8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654", 2024-05-10T19:33:06.658 INFO:teuthology.orchestra.run.smithi106.stdout: "repo_digests": [ 2024-05-10T19:33:06.658 INFO:teuthology.orchestra.run.smithi106.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369" 2024-05-10T19:33:06.658 INFO:teuthology.orchestra.run.smithi106.stdout: ] 2024-05-10T19:33:06.658 INFO:teuthology.orchestra.run.smithi106.stdout:} 2024-05-10T19:33:11.976 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2024-05-10T19:33:11.976 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 19.0.0-2529-gbf77c77e (bf77c77e13287c5f844356e82ad19f486f6e6823) squid (dev)", 2024-05-10T19:33:11.976 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654", 2024-05-10T19:33:11.976 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2024-05-10T19:33:11.976 INFO:teuthology.orchestra.run.smithi045.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369" 2024-05-10T19:33:11.976 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2024-05-10T19:33:11.976 INFO:teuthology.orchestra.run.smithi045.stdout:} 2024-05-10T19:33:12.000 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2024-05-10T19:33:12.055 DEBUG:teuthology.orchestra.run.smithi106:> sudo mkdir -p /etc/ceph 2024-05-10T19:33:12.089 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /etc/ceph 2024-05-10T19:33:12.123 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2024-05-10T19:33:12.148 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod 777 /etc/ceph 2024-05-10T19:33:12.177 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 777 /etc/ceph 2024-05-10T19:33:12.205 INFO:tasks.cephadm:Writing seed config... 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-10T19:33:12.207 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-10T19:33:12.208 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:33:12.208 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-10T19:33:12.223 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 = fba84de2-0f03-11ef-bc98-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-10T19:33:12.224 DEBUG:teuthology.orchestra.run.smithi045:mon.a> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.a.service 2024-05-10T19:33:12.265 DEBUG:teuthology.orchestra.run.smithi045:mgr.a> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.a.service 2024-05-10T19:33:12.308 INFO:tasks.cephadm:Bootstrapping... 2024-05-10T19:33:12.308 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 -v bootstrap --fsid fba84de2-0f03-11ef-bc98-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.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:33:12.506 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-10T19:33:12.506 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823', '-v', 'bootstrap', '--fsid', 'fba84de2-0f03-11ef-bc98-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.45', '--skip-admin-label'] 2024-05-10T19:33:12.506 INFO:teuthology.orchestra.run.smithi045.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-10T19:33:12.506 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying podman|docker is present... 2024-05-10T19:33:12.536 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-10T19:33:12.536 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying lvm2 is present... 2024-05-10T19:33:12.537 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying time synchronization is in place... 2024-05-10T19:33:12.544 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-10T19:33:12.544 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-10T19:33:12.551 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-10T19:33:12.551 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-10T19:33:12.558 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-05-10T19:33:12.564 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-05-10T19:33:12.564 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-05-10T19:33:12.564 INFO:teuthology.orchestra.run.smithi045.stdout:Repeating the final host check... 2024-05-10T19:33:12.589 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-10T19:33:12.589 INFO:teuthology.orchestra.run.smithi045.stdout:podman (/bin/podman) version 4.9.4 is present 2024-05-10T19:33:12.589 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl is present 2024-05-10T19:33:12.589 INFO:teuthology.orchestra.run.smithi045.stdout:lvcreate is present 2024-05-10T19:33:12.596 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-10T19:33:12.596 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-10T19:33:12.602 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-10T19:33:12.602 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-10T19:33:12.609 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-05-10T19:33:12.616 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-05-10T19:33:12.616 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-05-10T19:33:12.616 INFO:teuthology.orchestra.run.smithi045.stdout:Host looks OK 2024-05-10T19:33:12.616 INFO:teuthology.orchestra.run.smithi045.stdout:Cluster fsid: fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:12.616 INFO:teuthology.orchestra.run.smithi045.stdout:Acquiring lock 139789585362896 on /run/cephadm/fba84de2-0f03-11ef-bc98-c7b262605968.lock 2024-05-10T19:33:12.616 INFO:teuthology.orchestra.run.smithi045.stdout:Lock 139789585362896 acquired on /run/cephadm/fba84de2-0f03-11ef-bc98-c7b262605968.lock 2024-05-10T19:33:12.617 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 3300 ... 2024-05-10T19:33:12.617 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 6789 ... 2024-05-10T19:33:12.617 INFO:teuthology.orchestra.run.smithi045.stdout:Base mon IP(s) is [172.21.15.45:3300, 172.21.15.45:6789], mon addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-05-10T19:33:12.620 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.45 metric 100 2024-05-10T19:33:12.620 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2024-05-10T19:33:12.623 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-10T19:33:12.623 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-05-10T19:33:12.623 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-05-10T19:33:12.626 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-10T19:33:12.626 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-10T19:33:12.626 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-10T19:33:12.626 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-10T19:33:12.626 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:12be/64 scope link noprefixroute 2024-05-10T19:33:12.626 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-10T19:33:12.627 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-05-10T19:33:12.627 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-05-10T19:33:12.627 INFO:teuthology.orchestra.run.smithi045.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-10T19:33:12.627 INFO:teuthology.orchestra.run.smithi045.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-10T19:33:12.628 INFO:teuthology.orchestra.run.smithi045.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823... 2024-05-10T19:33:13.121 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 2024-05-10T19:33:13.121 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823... 2024-05-10T19:33:13.121 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Getting image source signatures 2024-05-10T19:33:13.121 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:5b794783d314810c5ec3f37c12e072afcd90da41eb625f320c2ab66006cac80e 2024-05-10T19:33:13.121 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:bf5b95bd68251da39c6cd2eb96c6ba4138bb37a62bdc39287908b25e92047d7e 2024-05-10T19:33:13.122 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying config sha256:8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 2024-05-10T19:33:13.122 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-10T19:33:14.058 INFO:teuthology.orchestra.run.smithi045.stdout:ceph: stdout ceph version 19.0.0-2529-gbf77c77e (bf77c77e13287c5f844356e82ad19f486f6e6823) squid (dev) 2024-05-10T19:33:14.058 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph version: ceph version 19.0.0-2529-gbf77c77e (bf77c77e13287c5f844356e82ad19f486f6e6823) squid (dev) 2024-05-10T19:33:14.058 INFO:teuthology.orchestra.run.smithi045.stdout:Extracting ceph user uid/gid from container image... 2024-05-10T19:33:14.973 INFO:teuthology.orchestra.run.smithi045.stdout:stat: stdout 167 167 2024-05-10T19:33:14.974 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial keys... 2024-05-10T19:33:15.788 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQB7dj5mafGMExAAAaG0r2wC/4GfeNxMzdunEg== 2024-05-10T19:33:16.970 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQB8dj5mj3/1CBAAKmY3dCQ4tqAvbXIbqFx0Jg== 2024-05-10T19:33:17.909 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQB9dj5m6ADAExAAdCMnEc9wZYnctQyyO6lUcg== 2024-05-10T19:33:17.911 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial monmap... 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:monmaptool for a [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:setting min_mon_release = quincy 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: set fsid to fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:33:18.824 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mon... 2024-05-10T19:33:19.781 INFO:teuthology.orchestra.run.smithi045.stdout:create mon.a on 2024-05-10T19:33:19.994 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-05-10T19:33:20.146 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-10T19:33:20.322 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fba84de2-0f03-11ef-bc98-c7b262605968.target → /etc/systemd/system/ceph-fba84de2-0f03-11ef-bc98-c7b262605968.target. 2024-05-10T19:33:20.323 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fba84de2-0f03-11ef-bc98-c7b262605968.target → /etc/systemd/system/ceph-fba84de2-0f03-11ef-bc98-c7b262605968.target. 2024-05-10T19:33:20.571 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.a 2024-05-10T19:33:20.571 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.a.service: Unit ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.a.service not loaded. 2024-05-10T19:33:20.742 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fba84de2-0f03-11ef-bc98-c7b262605968.target.wants/ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.a.service → /etc/systemd/system/ceph-fba84de2-0f03-11ef-bc98-c7b262605968@.service. 2024-05-10T19:33:21.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:21 smithi045 ceph-mon[27302]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-10T19:33:21.304 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-10T19:33:21.304 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-10T19:33:21.312 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-10T19:33:21.312 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-10T19:33:21.312 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-10T19:33:21.312 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-05-10T19:33:21.312 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon to start... 2024-05-10T19:33:21.313 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon... 2024-05-10T19:33:21.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:21 smithi045 bash[27264]: 084d69da876d5f26e90448b9b359ef1b547ff2b609929680cb392100700ffb3a 2024-05-10T19:33:21.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:21 smithi045 systemd[1]: Started Ceph mon.a for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:33:22.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-10T19:33:22.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: monmap epoch 1 2024-05-10T19:33:22.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:22.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: last_changed 2024-05-10T19:33:18.268676+0000 2024-05-10T19:33:22.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:33:22.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: min_mon_release 19 (squid) 2024-05-10T19:33:22.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: election_strategy: 1 2024-05-10T19:33:22.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:33:22.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: fsmap 2024-05-10T19:33:22.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: osdmap e1: 0 total, 0 up, 0 in 2024-05-10T19:33:22.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: mgrmap e1: no daemons active 2024-05-10T19:33:22.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:22 smithi045 ceph-mon[27302]: from='client.? 172.21.15.45:0/4239519741' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-10T19:33:22.411 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout cluster: 2024-05-10T19:33:22.411 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout id: fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:22.411 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-10T19:33:22.411 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:22.411 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout services: 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.596734s) 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout data: 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pgs: 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:mon is available 2024-05-10T19:33:22.412 INFO:teuthology.orchestra.run.smithi045.stdout:Assimilating anything we can from ceph.conf... 2024-05-10T19:33:23.488 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:23 smithi045 ceph-mon[27302]: from='client.? 172.21.15.45:0/2054491789' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-10T19:33:23.488 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:23 smithi045 ceph-mon[27302]: from='client.? 172.21.15.45:0/2054491789' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-10T19:33:23.492 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:23.493 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-05-10T19:33:23.494 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-10T19:33:23.494 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-10T19:33:23.494 INFO:teuthology.orchestra.run.smithi045.stdout:Generating new minimal ceph.conf... 2024-05-10T19:33:24.336 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:24 smithi045 ceph-mon[27302]: from='client.? 172.21.15.45:0/3926179687' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:33:24.598 INFO:teuthology.orchestra.run.smithi045.stdout:Restarting the monitor... 2024-05-10T19:33:24.894 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:24 smithi045 systemd[1]: Stopping Ceph mon.a for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:33:25.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:24 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a[27279]: 2024-05-10T19:33:24.892+0000 7f0a016c3700 -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-10T19:33:25.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:24 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a[27279]: 2024-05-10T19:33:24.892+0000 7f0a016c3700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-10T19:33:25.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:25 smithi045 podman[27634]: 2024-05-10 19:33:25.015234125 +0000 UTC m=+0.232161851 container died 084d69da876d5f26e90448b9b359ef1b547ff2b609929680cb392100700ffb3a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-bf77c77, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS) 2024-05-10T19:33:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:25 smithi045 podman[27634]: 2024-05-10 19:33:25.372881596 +0000 UTC m=+0.589809330 container cleanup 084d69da876d5f26e90448b9b359ef1b547ff2b609929680cb392100700ffb3a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, io.buildah.version=1.33.5, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=squid-bf77c77, maintainer=Guillaume Abrioux ) 2024-05-10T19:33:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:25 smithi045 bash[27634]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a 2024-05-10T19:33:26.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:25 smithi045 podman[27653]: 2024-05-10 19:33:25.6492454 +0000 UTC m=+0.630320494 container remove 084d69da876d5f26e90448b9b359ef1b547ff2b609929680cb392100700ffb3a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=squid-bf77c77, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-05-10T19:33:26.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:25 smithi045 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-10T19:33:26.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:25 smithi045 systemd[1]: Stopped Ceph mon.a for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:33:26.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:25 smithi045 systemd[1]: Starting Ceph mon.a for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:33:26.279 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 podman[27756]: 2024-05-10 19:33:26.000403422 +0000 UTC m=+0.095149971 container create 686b066bcca8e76bd5e337878f0722bca646effc18fed38bf3ed6e91dde0132f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=squid-bf77c77, org.label-schema.build-date=20240507, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-10T19:33:26.279 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 podman[27756]: 2024-05-10 19:33:25.923749115 +0000 UTC m=+0.018495606 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:33:26.279 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 podman[27756]: 2024-05-10 19:33:26.194435502 +0000 UTC m=+0.289181985 container init 686b066bcca8e76bd5e337878f0722bca646effc18fed38bf3ed6e91dde0132f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, io.buildah.version=1.33.5, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=squid-bf77c77, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-10T19:33:26.279 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 podman[27756]: 2024-05-10 19:33:26.199948318 +0000 UTC m=+0.294694795 container start 686b066bcca8e76bd5e337878f0722bca646effc18fed38bf3ed6e91dde0132f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-bf77c77, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-10T19:33:26.279 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: set uid:gid to 167:167 (ceph:ceph) 2024-05-10T19:33:26.279 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: ceph version 19.0.0-2529-gbf77c77e (bf77c77e13287c5f844356e82ad19f486f6e6823) squid (dev), process ceph-mon, pid 7 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: pidfile_write: ignore empty --pid-file 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: load: jerasure load: lrc 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: RocksDB version: 7.9.2 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Git sha 0 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Compile date 2024-05-08 21:34:39 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: DB SUMMARY 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: DB Session ID: CEV6CZ4RLZ0AYFCOU4LQ 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: CURRENT file: CURRENT 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: IDENTITY file: IDENTITY 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88773 ; 2024-05-10T19:33:26.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.error_if_exists: 0 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.create_if_missing: 0 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.paranoid_checks: 1 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.env: 0x561ac3ed7c60 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.fs: PosixFileSystem 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.info_log: 0x561ac6575ac0 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_file_opening_threads: 16 2024-05-10T19:33:26.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.statistics: (nil) 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.use_fsync: 0 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_log_file_size: 0 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.keep_log_file_num: 1000 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.recycle_log_file_num: 0 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.allow_fallocate: 1 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.allow_mmap_reads: 0 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.allow_mmap_writes: 0 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.use_direct_reads: 0 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-10T19:33:26.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.create_missing_column_families: 0 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.db_log_dir: 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.wal_dir: 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.advise_random_on_open: 1 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.db_write_buffer_size: 0 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.write_buffer_manager: 0x561ac65481e0 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-10T19:33:26.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-10T19:33:26.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.rate_limiter: (nil) 2024-05-10T19:33:26.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-10T19:33:26.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.wal_recovery_mode: 2 2024-05-10T19:33:26.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.enable_thread_tracking: 0 2024-05-10T19:33:26.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.enable_pipelined_write: 0 2024-05-10T19:33:26.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.unordered_write: 0 2024-05-10T19:33:26.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.row_cache: None 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.wal_filter: None 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.allow_ingest_behind: 0 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.two_write_queues: 0 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.manual_wal_flush: 0 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.wal_compression: 0 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.atomic_flush: 0 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-10T19:33:26.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.log_readahead_size: 0 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.best_efforts_recovery: 0 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.allow_data_in_errors: 0 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.db_host_id: __hostname__ 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_background_jobs: 2 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_background_compactions: -1 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_subcompactions: 1 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-10T19:33:26.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_total_wal_size: 0 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_open_files: -1 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bytes_per_sync: 0 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_readahead_size: 0 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_background_flushes: -1 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Compression algorithms supported: 2024-05-10T19:33:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: kZSTD supported: 0 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: kXpressCompression supported: 0 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: kLZ4HCCompression supported: 1 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: kZlibCompression supported: 1 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: kSnappyCompression supported: 1 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: kLZ4Compression supported: 1 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: kBZip2Compression supported: 0 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.merge_operator: 2024-05-10T19:33:26.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_filter: None 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_filter_factory: None 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.sst_partitioner_factory: None 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561ac6575bc0) 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks: 1 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_top_level_index_and_filter: 1 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_type: 0 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_index_type: 0 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_shortening: 1 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-10T19:33:26.290 INFO:journalctl@ceph.mon.a.smithi045.stdout: checksum: 4 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: no_block_cache: 0 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache: 0x561ac6579090 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_name: BinnedLRUCache 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_options: 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: capacity : 536870912 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_shard_bits : 4 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: strict_capacity_limit : 0 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: high_pri_pool_ratio: 0.000 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_compressed: (nil) 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: persistent_cache: (nil) 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size: 4096 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size_deviation: 10 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_restart_interval: 16 2024-05-10T19:33:26.291 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_block_restart_interval: 1 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: metadata_block_size: 4096 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: partition_filters: 0 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: use_delta_encoding: 1 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: filter_policy: bloomfilter 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: whole_key_filtering: 1 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: verify_compression: 0 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: read_amp_bytes_per_bit: 0 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: format_version: 5 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_index_compression: 1 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_align: 0 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: max_auto_readahead_size: 262144 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: prepopulate_block_cache: 0 2024-05-10T19:33:26.292 INFO:journalctl@ceph.mon.a.smithi045.stdout: initial_auto_readahead_size: 8192 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_file_reads_for_auto_readahead: 2 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.write_buffer_size: 33554432 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_write_buffer_number: 2 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression: NoCompression 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression: Disabled 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.prefix_extractor: nullptr 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.num_levels: 7 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-10T19:33:26.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.level: 32767 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.strategy: 0 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.enabled: false 2024-05-10T19:33:26.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.target_file_size_base: 67108864 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-10T19:33:26.295 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.arena_block_size: 1048576 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.disable_auto_compactions: 0 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-10T19:33:26.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.table_properties_collectors: 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.inplace_update_support: 0 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-10T19:33:26.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.bloom_locality: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.max_successive_merges: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.paranoid_file_checks: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.force_consistency_checks: 1 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.report_bg_io_stats: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.ttl: 2592000 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.enable_blob_files: false 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.min_blob_size: 0 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.blob_file_size: 268435456 2024-05-10T19:33:26.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.blob_file_starting_level: 0 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: 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-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 422ac73f-f751-49fe-b43e-6684ae3a07cd 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369606229863, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-10T19:33:26.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369606230770, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85364, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83537, "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": 77744, "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": 1715369606, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "422ac73f-f751-49fe-b43e-6684ae3a07cd", "db_session_id": "CEV6CZ4RLZ0AYFCOU4LQ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369606230854, "job": 1, "event": "recovery_finished"} 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: 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-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561ac666a000 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: DB pointer 0x561ac6654000 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** DB Stats ** 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-10T19:33:26.300 INFO:journalctl@ceph.mon.a.smithi045.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-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.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-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2024-05-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.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-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: L0 2/0 85.20 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-10T19:33:26.301 INFO:journalctl@ceph.mon.a.smithi045.stdout: Sum 2/0 85.20 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.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 150.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.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-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.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 150.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-10T19:33:26.302 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative compaction: 0.00 GB write, 26.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval compaction: 0.00 GB write, 26.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.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-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout: Block cache BinnedLRUCache@0x561ac6579090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.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-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: starting mon.a rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a@-1(???) e1 preinit fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:26.303 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a@-1(???).mds e1 new map 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a@-1(???).mds e1 print_map 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: e1 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.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-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: legacy client fscid: -1 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout: No filesystems configured 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 bash[27756]: 686b066bcca8e76bd5e337878f0722bca646effc18fed38bf3ed6e91dde0132f 2024-05-10T19:33:26.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 systemd[1]: Started Ceph mon.a for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:33:26.305 INFO:teuthology.orchestra.run.smithi045.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-10T19:33:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-10T19:33:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: monmap epoch 1 2024-05-10T19:33:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: last_changed 2024-05-10T19:33:18.268676+0000 2024-05-10T19:33:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:33:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: min_mon_release 19 (squid) 2024-05-10T19:33:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: election_strategy: 1 2024-05-10T19:33:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:33:26.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: fsmap 2024-05-10T19:33:26.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: osdmap e1: 0 total, 0 up, 0 in 2024-05-10T19:33:26.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:26 smithi045 ceph-mon[27794]: mgrmap e1: no daemons active 2024-05-10T19:33:27.698 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-10T19:33:27.894 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:33:27.894 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mgr... 2024-05-10T19:33:27.895 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-10T19:33:27.895 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-10T19:33:28.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:27 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/2211183660' entity='client.admin' 2024-05-10T19:33:28.821 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.a 2024-05-10T19:33:28.822 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.a.service: Unit ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.a.service not loaded. 2024-05-10T19:33:29.248 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fba84de2-0f03-11ef-bc98-c7b262605968.target.wants/ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-fba84de2-0f03-11ef-bc98-c7b262605968@.service. 2024-05-10T19:33:29.538 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:29 smithi045 podman[28038]: 2024-05-10 19:33:29.393301534 +0000 UTC m=+0.018655635 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 2024-05-10T19:33:30.188 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:29 smithi045 podman[28038]: 2024-05-10 19:33:29.877435277 +0000 UTC m=+0.502789366 container create 6695025d47360720a6246ad1dea519f36c5c42d64cd5f4a493e0bc258c813968 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-05-10T19:33:30.188 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:30 smithi045 podman[28038]: 2024-05-10 19:33:30.096827854 +0000 UTC m=+0.722181941 container init 6695025d47360720a6246ad1dea519f36c5c42d64cd5f4a493e0bc258c813968 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, org.label-schema.license=GPLv2) 2024-05-10T19:33:30.188 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:30 smithi045 podman[28038]: 2024-05-10 19:33:30.102951168 +0000 UTC m=+0.728305254 container start 6695025d47360720a6246ad1dea519f36c5c42d64cd5f4a493e0bc258c813968 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, RELEASE=squid-bf77c77, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507) 2024-05-10T19:33:30.202 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-10T19:33:30.202 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-10T19:33:30.210 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-10T19:33:30.210 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-10T19:33:30.210 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-10T19:33:30.211 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-05-10T19:33:30.220 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-10T19:33:30.220 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-10T19:33:30.227 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-10T19:33:30.228 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-10T19:33:30.228 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-10T19:33:30.228 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-10T19:33:30.228 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr to start... 2024-05-10T19:33:30.228 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr... 2024-05-10T19:33:30.455 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:30 smithi045 bash[28038]: 6695025d47360720a6246ad1dea519f36c5c42d64cd5f4a493e0bc258c813968 2024-05-10T19:33:30.455 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:30 smithi045 systemd[1]: Started Ceph mgr.a for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:33:30.455 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:30 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:30.262+0000 7fae91707200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-10T19:33:30.781 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:30 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:30.456+0000 7fae91707200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-10T19:33:30.782 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:30 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:30.578+0000 7fae91707200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-10T19:33:31.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:30 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1625737262' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-10T19:33:31.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:30 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:30.910+0000 7fae91707200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-10T19:33:31.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:31 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:31.000+0000 7fae91707200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-10T19:33:31.440 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:31.440 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-10T19:33:31.440 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "fba84de2-0f03-11ef-bc98-c7b262605968", 2024-05-10T19:33:31.440 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:31.441 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-10T19:33:31.442 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-10T19:33:31.443 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-10T19:33:31.445 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:31.445 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-10T19:33:31.445 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-10T19:33:31.445 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-10T19:33:31.445 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-10T19:33:31.445 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-10T19:33:21.236877+0000", 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-10T19:33:31.446 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (1/15)... 2024-05-10T19:33:32.538 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:32 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:32.268+0000 7fae91707200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-10T19:33:32.538 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:32 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:32.444+0000 7fae91707200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-10T19:33:32.920 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:32 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:32.620+0000 7fae91707200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-10T19:33:33.227 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:32 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:32.918+0000 7fae91707200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-10T19:33:33.227 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:33 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:33.014+0000 7fae91707200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-10T19:33:33.227 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:33 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:33.225+0000 7fae91707200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-10T19:33:33.538 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:33 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:33.424+0000 7fae91707200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-10T19:33:34.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:34 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3112198133' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-10T19:33:34.288 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:34 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:34.078+0000 7fae91707200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-10T19:33:34.623 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:34 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:34.521+0000 7fae91707200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "fba84de2-0f03-11ef-bc98-c7b262605968", 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-10T19:33:34.649 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-10T19:33:34.650 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-10T19:33:34.651 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-10T19:33:34.651 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-10T19:33:34.654 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-10T19:33:34.655 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-10T19:33:21.236877+0000", 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-10T19:33:34.656 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (2/15)... 2024-05-10T19:33:35.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:34 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:34.622+0000 7fae91707200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-10T19:33:35.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:34 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:34.832+0000 7fae91707200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-10T19:33:35.748 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:35 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:35.395+0000 7fae91707200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-10T19:33:35.748 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:35 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:35.492+0000 7fae91707200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-10T19:33:36.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:35 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:35.746+0000 7fae91707200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-10T19:33:36.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:35 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:35.887+0000 7fae91707200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-10T19:33:36.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:35 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:35.985+0000 7fae91707200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-10T19:33:36.423 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:36 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:36.107+0000 7fae91707200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-10T19:33:36.423 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:36 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:36.421+0000 7fae91707200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-10T19:33:37.342 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:37.062+0000 7fae91707200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-10T19:33:37.342 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:37.287+0000 7fae91707200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: Activating manager daemon a 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: mgrmap e2: a(active, starting, since 0.00314416s) 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: Manager daemon a is now available 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-10T19:33:37.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' 2024-05-10T19:33:37.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' 2024-05-10T19:33:37.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:37 smithi045 ceph-mon[27794]: from='mgr.14100 172.21.15.45:0/4186417411' entity='mgr.a' 2024-05-10T19:33:39.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:39 smithi045 ceph-mon[27794]: mgrmap e3: a(active, since 1.00744s) 2024-05-10T19:33:40.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:40 smithi045 ceph-mon[27794]: mgrmap e4: a(active, since 2s) 2024-05-10T19:33:41.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:41 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/2651590004' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-10T19:33:43.251 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:43.251 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-10T19:33:43.251 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "fba84de2-0f03-11ef-bc98-c7b262605968", 2024-05-10T19:33:43.251 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-10T19:33:43.251 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-10T19:33:43.251 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-10T19:33:43.251 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-10T19:33:43.251 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-10T19:33:43.252 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:43.253 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-10T19:33:43.253 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-10T19:33:43.253 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-10T19:33:43.253 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-10T19:33:43.253 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-10T19:33:43.253 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-10T19:33:43.256 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:43.256 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-10T19:33:43.256 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-10T19:33:43.256 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-10T19:33:43.256 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-10T19:33:43.256 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-10T19:33:43.257 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-10T19:33:21.236877+0000", 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-10T19:33:43.258 INFO:teuthology.orchestra.run.smithi045.stdout:mgr is available 2024-05-10T19:33:44.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:44 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3622866833' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-10T19:33:44.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:44 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3622866833' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-10T19:33:44.538 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:44.539 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-10T19:33:44.540 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling cephadm module... 2024-05-10T19:33:45.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:45 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3501386712' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-10T19:33:45.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:45 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: ignoring --setuser ceph since I am not root 2024-05-10T19:33:45.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:45 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: ignoring --setgroup ceph since I am not root 2024-05-10T19:33:45.649 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:45 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:45.510+0000 7f6bf2078200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-10T19:33:45.933 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:45 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:45.704+0000 7f6bf2078200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-10T19:33:45.933 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:45 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:45.811+0000 7f6bf2078200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-10T19:33:46.188 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:46 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:46.140+0000 7f6bf2078200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-10T19:33:46.538 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:46 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:46.238+0000 7f6bf2078200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-10T19:33:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:46 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3501386712' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-10T19:33:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:46 smithi045 ceph-mon[27794]: mgrmap e5: a(active, since 8s) 2024-05-10T19:33:47.292 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-10T19:33:47.292 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-10T19:33:47.292 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-10T19:33:47.293 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-10T19:33:47.293 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-10T19:33:47.293 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-10T19:33:47.293 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-05-10T19:33:47.293 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 5... 2024-05-10T19:33:47.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:47 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/2398755457' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-10T19:33:47.541 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:47 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:47.509+0000 7f6bf2078200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-10T19:33:47.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:47 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:47.692+0000 7f6bf2078200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-10T19:33:47.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:47 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:47.873+0000 7f6bf2078200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-10T19:33:48.486 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:48 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:48.176+0000 7f6bf2078200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-10T19:33:48.535 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:48 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:48.273+0000 7f6bf2078200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-10T19:33:48.535 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:48 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:48.484+0000 7f6bf2078200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-10T19:33:48.788 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:48 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:48.685+0000 7f6bf2078200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-10T19:33:49.756 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:49 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:49.315+0000 7f6bf2078200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-10T19:33:50.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:49 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:49.755+0000 7f6bf2078200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-10T19:33:50.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:49 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:49.856+0000 7f6bf2078200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-10T19:33:50.538 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:50 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:50.065+0000 7f6bf2078200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-10T19:33:50.961 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:50 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:50.610+0000 7f6bf2078200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-10T19:33:50.961 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:50 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:50.706+0000 7f6bf2078200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-10T19:33:51.288 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:50 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:50.959+0000 7f6bf2078200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-10T19:33:51.288 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:51 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:51.098+0000 7f6bf2078200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-10T19:33:51.288 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:51 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:51.197+0000 7f6bf2078200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-10T19:33:51.631 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:51 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:51.319+0000 7f6bf2078200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-10T19:33:51.631 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:51 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:51.630+0000 7f6bf2078200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-10T19:33:52.537 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:52.258+0000 7f6bf2078200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-10T19:33:52.537 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:33:52.483+0000 7f6bf2078200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-10T19:33:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: Active manager daemon a restarted 2024-05-10T19:33:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: Activating manager daemon a 2024-05-10T19:33:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: osdmap e2: 0 total, 0 up, 0 in 2024-05-10T19:33:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: mgrmap e6: a(active, starting, since 0.00321017s) 2024-05-10T19:33:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:33:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-10T19:33:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-10T19:33:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-10T19:33:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-10T19:33:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: Manager daemon a is now available 2024-05-10T19:33:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:33:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:33:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:33:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:33:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:33:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:52 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-10T19:33:53.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:53 smithi045 ceph-mon[27794]: Found migration_current of "None". Setting to last migration. 2024-05-10T19:33:53.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:53 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-10T19:33:53.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:53 smithi045 ceph-mon[27794]: mgrmap e7: a(active, since 1.00553s) 2024-05-10T19:33:54.056 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-10T19:33:54.057 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-10T19:33:54.057 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-10T19:33:54.057 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-10T19:33:54.057 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 5 is available 2024-05-10T19:33:54.057 INFO:teuthology.orchestra.run.smithi045.stdout:Setting orchestrator backend to cephadm... 2024-05-10T19:33:55.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:55 smithi045 ceph-mon[27794]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-10T19:33:55.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:55 smithi045 ceph-mon[27794]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-10T19:33:55.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:55 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:33:55.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:55 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:33:55.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:55 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:33:55.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:55 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:33:56.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:56 smithi045 ceph-mon[27794]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:33:56.483 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:56 smithi045 ceph-mon[27794]: mgrmap e8: a(active, since 2s) 2024-05-10T19:33:56.483 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:56 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:33:56.720 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-10T19:33:56.720 INFO:teuthology.orchestra.run.smithi045.stdout:Generating ssh key... 2024-05-10T19:33:57.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-mon[27794]: [10/May/2024:19:33:55] ENGINE Bus STARTING 2024-05-10T19:33:57.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-mon[27794]: [10/May/2024:19:33:55] ENGINE Serving on http://172.21.15.45:8765 2024-05-10T19:33:57.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-mon[27794]: [10/May/2024:19:33:55] ENGINE Serving on https://172.21.15.45:7150 2024-05-10T19:33:57.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-mon[27794]: [10/May/2024:19:33:55] ENGINE Bus STARTED 2024-05-10T19:33:57.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-mon[27794]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: Generating public/private rsa key pair. 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: Your identification has been saved in /tmp/tmp4ko5kk7r/key. 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: Your public key has been saved in /tmp/tmp4ko5kk7r/key.pub. 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: The key fingerprint is: 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: SHA256:dRs2hrhsb+/e4oWkx7/JdKhnO12nMgcC/XTsk4tliKU ceph-fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: The key's randomart image is: 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: +---[RSA 3072]----+ 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | | 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | . . | 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | ..o *. | 2024-05-10T19:33:57.973 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | ..o.+o+o | 2024-05-10T19:33:57.974 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | S. *o+ . | 2024-05-10T19:33:57.974 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | . .E++.*.o| 2024-05-10T19:33:57.974 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | +.+=+=+| 2024-05-10T19:33:57.974 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | . o=BBo.| 2024-05-10T19:33:57.974 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: | +*BB+ | 2024-05-10T19:33:57.974 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:33:57 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: +----[SHA256]-----+ 2024-05-10T19:33:58.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:58 smithi045 ceph-mon[27794]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:33:58.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:58 smithi045 ceph-mon[27794]: Generating ssh key... 2024-05-10T19:33:58.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:58 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:33:58.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:58 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:33:59.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:33:59 smithi045 ceph-mon[27794]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:33:59.590 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaP5JSzFlHQ07Xm5T7vNWwRyMy36/GsZv5kMbQv1Pcn5EOXmdqqtzTUCozpaiyZkS53Z/wabIXPHg6clMgpRKJ/+7LYghPd+So3jSSa7V/gHWNFi2LDtF8hvKXCQBG+m5R+A+XGXfkfVTbHVjcnhVOK2+/QrYIhmgxWDTYaDqgVxdhL5JXChSB0phNfejaTWNHjnMQySW2L27QscdCDzE64YReSgEGbKFEH+tWWan36K53CZDw0bXJfOjr0OUPqDN1/Sspze6hTn7xLloHMAsLNUk38dpivW724WStwbiNtxzwJQqraUpvHLli5nV0WBBzFj4nPIN2In8UtsubOELsx+SjoC0i8EsWGwgyhM8/vTzXnE4MkEuXQkiUL/3TVldMCvo09KgbvYLW/Usd7BgAwoNXPpNwheR30HFjn+zJCP8eYMe6mBRyejGuY7r8ARsC8JT7hN+PkKWgnNymCNReO/R9GQ5z0gtucAoBjQFM87fjasDRaocfkm3bsDmS0G8= ceph-fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:33:59.590 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-10T19:33:59.590 INFO:teuthology.orchestra.run.smithi045.stdout:Adding key to root@localhost authorized_keys... 2024-05-10T19:33:59.591 INFO:teuthology.orchestra.run.smithi045.stdout:Adding host smithi045... 2024-05-10T19:34:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:00 smithi045 ceph-mon[27794]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:34:01.787 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:01 smithi045 ceph-mon[27794]: Deploying cephadm binary to smithi045 2024-05-10T19:34:05.081 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Added host 'smithi045' with addr '172.21.15.45' 2024-05-10T19:34:05.081 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mon service... 2024-05-10T19:34:05.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:05 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:34:05.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:05 smithi045 ceph-mon[27794]: Added host smithi045 2024-05-10T19:34:05.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:05 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:06.349 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-10T19:34:06.349 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mgr service... 2024-05-10T19:34:06.855 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:06 smithi045 ceph-mon[27794]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:34:06.856 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:06 smithi045 ceph-mon[27794]: Saving service mon spec with placement count:5 2024-05-10T19:34:06.856 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:06 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:34:07.984 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-10T19:34:08.365 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:08 smithi045 ceph-mon[27794]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:34:08.365 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:08 smithi045 ceph-mon[27794]: Saving service mgr spec with placement count:2 2024-05-10T19:34:08.365 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:08 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:34:10.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:09 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/2940277848' entity='client.admin' 2024-05-10T19:34:10.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:09 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:34:10.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:09 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:34:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:11 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1759138764' entity='client.admin' 2024-05-10T19:34:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:11 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:34:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:11 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:34:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:11 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:34:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:11 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' 2024-05-10T19:34:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:11 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-05-10T19:34:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:11 smithi045 ceph-mon[27794]: from='mgr.14118 172.21.15.45:0/3056389196' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2024-05-10T19:34:11.361 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling the dashboard module... 2024-05-10T19:34:12.467 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:12 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1083158094' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-10T19:34:12.468 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:12 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: ignoring --setuser ceph since I am not root 2024-05-10T19:34:12.468 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:12 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: ignoring --setgroup ceph since I am not root 2024-05-10T19:34:12.468 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:12 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:12.353+0000 7fb5a13c8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-10T19:34:12.781 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:12 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:12.552+0000 7fb5a13c8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-10T19:34:12.782 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:12 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:12.666+0000 7fb5a13c8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-10T19:34:13.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:13 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:13.005+0000 7fb5a13c8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-10T19:34:13.465 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:13 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:13.110+0000 7fb5a13c8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-10T19:34:13.465 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:13 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1083158094' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-10T19:34:13.465 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:13 smithi045 ceph-mon[27794]: mgrmap e9: a(active, since 19s) 2024-05-10T19:34:14.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-10T19:34:14.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-10T19:34:14.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-10T19:34:14.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-10T19:34:14.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-10T19:34:14.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-10T19:34:14.159 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-05-10T19:34:14.159 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 9... 2024-05-10T19:34:14.413 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:14 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/4290550806' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-10T19:34:14.413 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:14 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:14.398+0000 7fb5a13c8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-10T19:34:14.764 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:14 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:14.583+0000 7fb5a13c8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-10T19:34:14.764 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:14 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:14.762+0000 7fb5a13c8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-10T19:34:15.375 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:15 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:15.064+0000 7fb5a13c8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-10T19:34:15.375 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:15 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:15.161+0000 7fb5a13c8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-10T19:34:15.375 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:15 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:15.373+0000 7fb5a13c8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-10T19:34:15.788 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:15 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:15.575+0000 7fb5a13c8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-10T19:34:16.538 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:16 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:16.233+0000 7fb5a13c8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-10T19:34:16.994 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:16 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:16.678+0000 7fb5a13c8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-10T19:34:16.994 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:16 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:16.779+0000 7fb5a13c8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-10T19:34:16.994 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:16 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:16.992+0000 7fb5a13c8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-10T19:34:17.917 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:17 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:17.563+0000 7fb5a13c8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-10T19:34:17.918 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:17 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:17.659+0000 7fb5a13c8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-10T19:34:18.280 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:17 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:17.916+0000 7fb5a13c8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-10T19:34:18.281 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:18 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:18.055+0000 7fb5a13c8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-10T19:34:18.281 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:18 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:18.155+0000 7fb5a13c8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-10T19:34:18.281 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:18 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:18.279+0000 7fb5a13c8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-10T19:34:19.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:18 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:18.592+0000 7fb5a13c8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-10T19:34:19.508 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:19.227+0000 7fb5a13c8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-10T19:34:19.509 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:34:19.454+0000 7fb5a13c8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-10T19:34:19.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: Active manager daemon a restarted 2024-05-10T19:34:19.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: Activating manager daemon a 2024-05-10T19:34:19.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: osdmap e3: 0 total, 0 up, 0 in 2024-05-10T19:34:19.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: mgrmap e10: a(active, starting, since 0.00309633s) 2024-05-10T19:34:19.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:34:19.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-10T19:34:19.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-10T19:34:19.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-10T19:34:19.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-10T19:34:19.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: Manager daemon a is now available 2024-05-10T19:34:19.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:19.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:20.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-10T19:34:20.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-10T19:34:20.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:20 smithi045 ceph-mon[27794]: mgrmap e11: a(active, since 1.00592s) 2024-05-10T19:34:21.142 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-10T19:34:21.142 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-10T19:34:21.142 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-10T19:34:21.142 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-10T19:34:21.142 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 9 is available 2024-05-10T19:34:21.142 INFO:teuthology.orchestra.run.smithi045.stdout:Generating a dashboard self-signed certificate... 2024-05-10T19:34:21.741 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:21 smithi045 ceph-mon[27794]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-10T19:34:21.741 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:21 smithi045 ceph-mon[27794]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-10T19:34:22.440 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-10T19:34:22.440 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial admin user... 2024-05-10T19:34:22.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: mgrmap e12: a(active, since 2s) 2024-05-10T19:34:22.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: [10/May/2024:19:34:21] ENGINE Bus STARTING 2024-05-10T19:34:22.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: [10/May/2024:19:34:21] ENGINE Serving on http://172.21.15.45:8765 2024-05-10T19:34:22.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:34:22.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:22.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:22.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: [10/May/2024:19:34:21] ENGINE Serving on https://172.21.15.45:7150 2024-05-10T19:34:22.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: [10/May/2024:19:34:21] ENGINE Bus STARTED 2024-05-10T19:34:22.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:22.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:34:22.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:22.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-05-10T19:34:23.785 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:23 smithi045 ceph-mon[27794]: Deploying daemon agent.smithi045 on smithi045 2024-05-10T19:34:23.785 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:23 smithi045 ceph-mon[27794]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:34:23.785 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:23 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:24.063 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$x7s0BFi4D1fUAZ1M09EdwOBwDtXgjS.g2o.uMokHx7zACb3CDDGXW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715369663, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-10T19:34:24.064 INFO:teuthology.orchestra.run.smithi045.stdout:Fetching dashboard port number... 2024-05-10T19:34:25.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:24 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1300183536' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-10T19:34:25.261 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 8443 2024-05-10T19:34:25.271 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-10T19:34:25.271 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-10T19:34:25.279 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-10T19:34:25.279 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-10T19:34:25.279 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-10T19:34:25.280 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-10T19:34:25.282 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph Dashboard is now available at: 2024-05-10T19:34:25.282 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:25.282 INFO:teuthology.orchestra.run.smithi045.stdout: URL: https://smithi045.front.sepia.ceph.com:8443/ 2024-05-10T19:34:25.282 INFO:teuthology.orchestra.run.smithi045.stdout: User: admin 2024-05-10T19:34:25.282 INFO:teuthology.orchestra.run.smithi045.stdout: Password: 1mfaj8alzn 2024-05-10T19:34:25.282 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:25.283 INFO:teuthology.orchestra.run.smithi045.stdout:Saving cluster configuration to /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config directory 2024-05-10T19:34:25.283 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling autotune for osd_memory_target 2024-05-10T19:34:26.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:26 smithi045 ceph-mon[27794]: mgrmap e13: a(active, since 6s) 2024-05-10T19:34:27.941 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-10T19:34:27.941 INFO:teuthology.orchestra.run.smithi045.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-10T19:34:27.941 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:27.941 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout:Or, if you are only running a single cluster on this host: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: ceph telemetry on 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout:For more information see: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:27.942 INFO:teuthology.orchestra.run.smithi045.stdout:Bootstrap complete. 2024-05-10T19:34:27.991 INFO:tasks.cephadm:Fetching config... 2024-05-10T19:34:27.991 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:34:27.991 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-10T19:34:28.008 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-10T19:34:28.008 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:34:28.008 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-10T19:34:28.065 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-10T19:34:28.065 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:34:28.065 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-10T19:34:28.229 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-10T19:34:28.229 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:34:28.229 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-10T19:34:28.287 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-10T19:34:28.288 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaP5JSzFlHQ07Xm5T7vNWwRyMy36/GsZv5kMbQv1Pcn5EOXmdqqtzTUCozpaiyZkS53Z/wabIXPHg6clMgpRKJ/+7LYghPd+So3jSSa7V/gHWNFi2LDtF8hvKXCQBG+m5R+A+XGXfkfVTbHVjcnhVOK2+/QrYIhmgxWDTYaDqgVxdhL5JXChSB0phNfejaTWNHjnMQySW2L27QscdCDzE64YReSgEGbKFEH+tWWan36K53CZDw0bXJfOjr0OUPqDN1/Sspze6hTn7xLloHMAsLNUk38dpivW724WStwbiNtxzwJQqraUpvHLli5nV0WBBzFj4nPIN2In8UtsubOELsx+SjoC0i8EsWGwgyhM8/vTzXnE4MkEuXQkiUL/3TVldMCvo09KgbvYLW/Usd7BgAwoNXPpNwheR30HFjn+zJCP8eYMe6mBRyejGuY7r8ARsC8JT7hN+PkKWgnNymCNReO/R9GQ5z0gtucAoBjQFM87fjasDRaocfkm3bsDmS0G8= ceph-fba84de2-0f03-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-10T19:34:28.435 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaP5JSzFlHQ07Xm5T7vNWwRyMy36/GsZv5kMbQv1Pcn5EOXmdqqtzTUCozpaiyZkS53Z/wabIXPHg6clMgpRKJ/+7LYghPd+So3jSSa7V/gHWNFi2LDtF8hvKXCQBG+m5R+A+XGXfkfVTbHVjcnhVOK2+/QrYIhmgxWDTYaDqgVxdhL5JXChSB0phNfejaTWNHjnMQySW2L27QscdCDzE64YReSgEGbKFEH+tWWan36K53CZDw0bXJfOjr0OUPqDN1/Sspze6hTn7xLloHMAsLNUk38dpivW724WStwbiNtxzwJQqraUpvHLli5nV0WBBzFj4nPIN2In8UtsubOELsx+SjoC0i8EsWGwgyhM8/vTzXnE4MkEuXQkiUL/3TVldMCvo09KgbvYLW/Usd7BgAwoNXPpNwheR30HFjn+zJCP8eYMe6mBRyejGuY7r8ARsC8JT7hN+PkKWgnNymCNReO/R9GQ5z0gtucAoBjQFM87fjasDRaocfkm3bsDmS0G8= ceph-fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:34:28.447 DEBUG:teuthology.orchestra.run.smithi106:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaP5JSzFlHQ07Xm5T7vNWwRyMy36/GsZv5kMbQv1Pcn5EOXmdqqtzTUCozpaiyZkS53Z/wabIXPHg6clMgpRKJ/+7LYghPd+So3jSSa7V/gHWNFi2LDtF8hvKXCQBG+m5R+A+XGXfkfVTbHVjcnhVOK2+/QrYIhmgxWDTYaDqgVxdhL5JXChSB0phNfejaTWNHjnMQySW2L27QscdCDzE64YReSgEGbKFEH+tWWan36K53CZDw0bXJfOjr0OUPqDN1/Sspze6hTn7xLloHMAsLNUk38dpivW724WStwbiNtxzwJQqraUpvHLli5nV0WBBzFj4nPIN2In8UtsubOELsx+SjoC0i8EsWGwgyhM8/vTzXnE4MkEuXQkiUL/3TVldMCvo09KgbvYLW/Usd7BgAwoNXPpNwheR30HFjn+zJCP8eYMe6mBRyejGuY7r8ARsC8JT7hN+PkKWgnNymCNReO/R9GQ5z0gtucAoBjQFM87fjasDRaocfkm3bsDmS0G8= ceph-fba84de2-0f03-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-10T19:34:28.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:28 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3805992271' entity='client.admin' 2024-05-10T19:34:28.488 INFO:teuthology.orchestra.run.smithi106.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaP5JSzFlHQ07Xm5T7vNWwRyMy36/GsZv5kMbQv1Pcn5EOXmdqqtzTUCozpaiyZkS53Z/wabIXPHg6clMgpRKJ/+7LYghPd+So3jSSa7V/gHWNFi2LDtF8hvKXCQBG+m5R+A+XGXfkfVTbHVjcnhVOK2+/QrYIhmgxWDTYaDqgVxdhL5JXChSB0phNfejaTWNHjnMQySW2L27QscdCDzE64YReSgEGbKFEH+tWWan36K53CZDw0bXJfOjr0OUPqDN1/Sspze6hTn7xLloHMAsLNUk38dpivW724WStwbiNtxzwJQqraUpvHLli5nV0WBBzFj4nPIN2In8UtsubOELsx+SjoC0i8EsWGwgyhM8/vTzXnE4MkEuXQkiUL/3TVldMCvo09KgbvYLW/Usd7BgAwoNXPpNwheR30HFjn+zJCP8eYMe6mBRyejGuY7r8ARsC8JT7hN+PkKWgnNymCNReO/R9GQ5z0gtucAoBjQFM87fjasDRaocfkm3bsDmS0G8= ceph-fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:34:28.500 DEBUG:teuthology.orchestra.run.smithi170:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaP5JSzFlHQ07Xm5T7vNWwRyMy36/GsZv5kMbQv1Pcn5EOXmdqqtzTUCozpaiyZkS53Z/wabIXPHg6clMgpRKJ/+7LYghPd+So3jSSa7V/gHWNFi2LDtF8hvKXCQBG+m5R+A+XGXfkfVTbHVjcnhVOK2+/QrYIhmgxWDTYaDqgVxdhL5JXChSB0phNfejaTWNHjnMQySW2L27QscdCDzE64YReSgEGbKFEH+tWWan36K53CZDw0bXJfOjr0OUPqDN1/Sspze6hTn7xLloHMAsLNUk38dpivW724WStwbiNtxzwJQqraUpvHLli5nV0WBBzFj4nPIN2In8UtsubOELsx+SjoC0i8EsWGwgyhM8/vTzXnE4MkEuXQkiUL/3TVldMCvo09KgbvYLW/Usd7BgAwoNXPpNwheR30HFjn+zJCP8eYMe6mBRyejGuY7r8ARsC8JT7hN+PkKWgnNymCNReO/R9GQ5z0gtucAoBjQFM87fjasDRaocfkm3bsDmS0G8= ceph-fba84de2-0f03-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-10T19:34:28.540 INFO:teuthology.orchestra.run.smithi170.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaP5JSzFlHQ07Xm5T7vNWwRyMy36/GsZv5kMbQv1Pcn5EOXmdqqtzTUCozpaiyZkS53Z/wabIXPHg6clMgpRKJ/+7LYghPd+So3jSSa7V/gHWNFi2LDtF8hvKXCQBG+m5R+A+XGXfkfVTbHVjcnhVOK2+/QrYIhmgxWDTYaDqgVxdhL5JXChSB0phNfejaTWNHjnMQySW2L27QscdCDzE64YReSgEGbKFEH+tWWan36K53CZDw0bXJfOjr0OUPqDN1/Sspze6hTn7xLloHMAsLNUk38dpivW724WStwbiNtxzwJQqraUpvHLli5nV0WBBzFj4nPIN2In8UtsubOELsx+SjoC0i8EsWGwgyhM8/vTzXnE4MkEuXQkiUL/3TVldMCvo09KgbvYLW/Usd7BgAwoNXPpNwheR30HFjn+zJCP8eYMe6mBRyejGuY7r8ARsC8JT7hN+PkKWgnNymCNReO/R9GQ5z0gtucAoBjQFM87fjasDRaocfkm3bsDmS0G8= ceph-fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:34:28.553 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-10T19:34:28.818 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:34:30.127 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.127 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.127 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:31.284 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-10T19:34:31.285 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-10T19:34:31.413 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:31 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:31.413 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:31 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/2496733824' entity='client.admin' 2024-05-10T19:34:31.413 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:31 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:31.413 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:31 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:31.790 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:34:34.090 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:34.090 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:35.468 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi106 2024-05-10T19:34:35.468 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:34:35.468 DEBUG:teuthology.orchestra.run.smithi106:> dd of=/etc/ceph/ceph.conf 2024-05-10T19:34:35.488 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:34:35.488 DEBUG:teuthology.orchestra.run.smithi106:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:34:35.546 INFO:tasks.cephadm:Adding host smithi106 to orchestrator... 2024-05-10T19:34:35.546 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch host add smithi106 2024-05-10T19:34:36.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:35 smithi045 ceph-mon[27794]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:34:36.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:36.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:36.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:34:36.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:34:36.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:35 smithi045 ceph-mon[27794]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-10T19:34:36.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:35 smithi045 ceph-mon[27794]: Updating smithi045:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:34:36.234 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:34:37.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:36 smithi045 ceph-mon[27794]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:34:37.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:36 smithi045 ceph-mon[27794]: Updating smithi045:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:34:37.157 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:37.157 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:37.157 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:37.157 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:38.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:38 smithi045 ceph-mon[27794]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi106", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:34:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:39 smithi045 ceph-mon[27794]: Deploying cephadm binary to smithi106 2024-05-10T19:34:40.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:40 smithi045 ceph-mon[27794]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:42.418 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi106' with addr '172.21.15.106' 2024-05-10T19:34:42.729 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:42 smithi045 ceph-mon[27794]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:42.729 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:42.729 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:42.989 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch host ls --format=json 2024-05-10T19:34:43.240 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:34:44.246 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:43 smithi045 ceph-mon[27794]: Added host smithi106 2024-05-10T19:34:44.246 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:44.246 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:44.246 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:44.246 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:34:44.247 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:34:44.247 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:34:45.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:45.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: Updating smithi106:/etc/ceph/ceph.conf 2024-05-10T19:34:45.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: Updating smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:34:45.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:34:45.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: Updating smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:34:45.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:45.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:45.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-05-10T19:34:45.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]': finished 2024-05-10T19:34:45.228 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:45.228 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.106", "hostname": "smithi106", "labels": [], "status": ""}] 2024-05-10T19:34:45.969 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi170 2024-05-10T19:34:45.969 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:34:45.969 DEBUG:teuthology.orchestra.run.smithi170:> dd of=/etc/ceph/ceph.conf 2024-05-10T19:34:45.988 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:34:45.988 DEBUG:teuthology.orchestra.run.smithi170:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:34:46.046 INFO:tasks.cephadm:Adding host smithi170 to orchestrator... 2024-05-10T19:34:46.046 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch host add smithi170 2024-05-10T19:34:46.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:45 smithi045 ceph-mon[27794]: Deploying daemon agent.smithi106 on smithi106 2024-05-10T19:34:46.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:45 smithi045 ceph-mon[27794]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:34:46.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:46.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:46.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:46.300 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:34:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:34:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:34:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:34:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:34:47.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:47.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:47.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:47.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:49.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:48 smithi045 ceph-mon[27794]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:49.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:48 smithi045 ceph-mon[27794]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:34:50.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:49 smithi045 ceph-mon[27794]: Deploying cephadm binary to smithi170 2024-05-10T19:34:50.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:49 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:50.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:49 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:50.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:49 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:51.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:50 smithi045 ceph-mon[27794]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:52.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:52.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:52.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:52.682 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi170' with addr '172.21.15.170' 2024-05-10T19:34:53.275 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:53 smithi045 ceph-mon[27794]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:53.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:53.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:53.305 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch host ls --format=json 2024-05-10T19:34:53.555 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:34:54.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:54 smithi045 ceph-mon[27794]: Added host smithi170 2024-05-10T19:34:54.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:54.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:54.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:54.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi170", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:34:54.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:34:54.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:34:55.366 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:34:55.366 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.106", "hostname": "smithi106", "labels": [], "status": ""}, {"addr": "172.21.15.170", "hostname": "smithi170", "labels": [], "status": ""}] 2024-05-10T19:34:55.524 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:55 smithi045 ceph-mon[27794]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:55.524 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:55 smithi045 ceph-mon[27794]: Updating smithi170:/etc/ceph/ceph.conf 2024-05-10T19:34:55.524 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:55 smithi045 ceph-mon[27794]: Updating smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:34:55.524 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:55 smithi045 ceph-mon[27794]: Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:34:55.524 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:55 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:55.524 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:55 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:55.524 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:55 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi170", "caps": []}]: dispatch 2024-05-10T19:34:55.524 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:55 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi170", "caps": []}]': finished 2024-05-10T19:34:56.039 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-10T19:34:56.040 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd crush tunables default 2024-05-10T19:34:56.287 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:34:56.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:56 smithi045 ceph-mon[27794]: Updating smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: Deploying daemon agent.smithi170 on smithi170 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:34:57.339 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:34:57.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:57.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:34:57.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:34:57.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:34:57.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:58.613 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2024-05-10T19:34:58.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:58.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:58 smithi045 ceph-mon[27794]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:34:58.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:58.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:34:58.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:58 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1888727398' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-10T19:34:59.239 INFO:tasks.cephadm:Adding mon.a on smithi045 2024-05-10T19:34:59.239 INFO:tasks.cephadm:Adding mon.b on smithi106 2024-05-10T19:34:59.239 INFO:tasks.cephadm:Adding mon.c on smithi170 2024-05-10T19:34:59.239 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch apply mon '3;smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;smithi170:172.21.15.170=c' 2024-05-10T19:34:59.484 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:35:00.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:59 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1888727398' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-10T19:35:00.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:59 smithi045 ceph-mon[27794]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:00.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:34:59 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:01.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:00 smithi045 ceph-mon[27794]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:01.649 INFO:teuthology.orchestra.run.smithi170.stdout:Scheduled mon update... 2024-05-10T19:35:02.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:02.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:02.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:02.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:02.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:02.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:02.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:02.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:02.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:02.249 DEBUG:teuthology.orchestra.run.smithi106:mon.b> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.b.service 2024-05-10T19:35:02.252 DEBUG:teuthology.orchestra.run.smithi170:mon.c> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.c.service 2024-05-10T19:35:02.254 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-10T19:35:02.254 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-10T19:35:03.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:02 smithi045 ceph-mon[27794]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:03.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:02 smithi045 ceph-mon[27794]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;smithi170:172.21.15.170=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:03.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:02 smithi045 ceph-mon[27794]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;smithi170:172.21.15.170=c;count:3 2024-05-10T19:35:03.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:02 smithi045 ceph-mon[27794]: Deploying daemon mon.c on smithi170 2024-05-10T19:35:03.137 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:35:05.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:04 smithi045 ceph-mon[27794]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:06.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 systemd[1]: Starting Ceph mon.c for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:35:06.614 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:35:06.615 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"fba84de2-0f03-11ef-bc98-c7b262605968","modified":"2024-05-10T19:33:18.268676Z","created":"2024-05-10T19:33:18.268676Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-10T19:35:06.617 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2024-05-10T19:35:06.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 podman[30047]: 2024-05-10 19:35:06.427434536 +0000 UTC m=+0.017312038 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:35:06.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 podman[30047]: 2024-05-10 19:35:06.526670502 +0000 UTC m=+0.116547994 container create 86c299138979ed00c803db568802f52fa161a2c980fb09abc0ce9c3026f9b922 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-bf77c77) 2024-05-10T19:35:07.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:06 smithi045 ceph-mon[27794]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:06 smithi045 ceph-mon[27794]: from='client.? 172.21.15.170:0/65450250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 podman[30047]: 2024-05-10 19:35:06.904763198 +0000 UTC m=+0.494640688 container init 86c299138979ed00c803db568802f52fa161a2c980fb09abc0ce9c3026f9b922 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-c, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 podman[30047]: 2024-05-10 19:35:06.910264941 +0000 UTC m=+0.500142430 container start 86c299138979ed00c803db568802f52fa161a2c980fb09abc0ce9c3026f9b922 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-c, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-bf77c77, CEPH_POINT_RELEASE=, ceph=True) 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: set uid:gid to 167:167 (ceph:ceph) 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: ceph version 19.0.0-2529-gbf77c77e (bf77c77e13287c5f844356e82ad19f486f6e6823) squid (dev), process ceph-mon, pid 7 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pidfile_write: ignore empty --pid-file 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: load: jerasure load: lrc 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: RocksDB version: 7.9.2 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Git sha 0 2024-05-10T19:35:07.183 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Compile date 2024-05-08 21:34:39 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: DB SUMMARY 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: DB Session ID: WMOZ49K27KD3BPCA6SUX 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: CURRENT file: CURRENT 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: IDENTITY file: IDENTITY 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.error_if_exists: 0 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.create_if_missing: 0 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.paranoid_checks: 1 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-10T19:35:07.184 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.env: 0x559c473f3c60 2024-05-10T19:35:07.185 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.fs: PosixFileSystem 2024-05-10T19:35:07.185 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.info_log: 0x559c48b35ac0 2024-05-10T19:35:07.185 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_file_opening_threads: 16 2024-05-10T19:35:07.187 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.statistics: (nil) 2024-05-10T19:35:07.187 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.use_fsync: 0 2024-05-10T19:35:07.187 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_log_file_size: 0 2024-05-10T19:35:07.187 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-10T19:35:07.187 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-10T19:35:07.187 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.keep_log_file_num: 1000 2024-05-10T19:35:07.187 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.recycle_log_file_num: 0 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.allow_fallocate: 1 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.allow_mmap_reads: 0 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.allow_mmap_writes: 0 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.use_direct_reads: 0 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.create_missing_column_families: 0 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.db_log_dir: 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.wal_dir: 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-10T19:35:07.188 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.advise_random_on_open: 1 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.db_write_buffer_size: 0 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.write_buffer_manager: 0x559c48b081e0 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.rate_limiter: (nil) 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.wal_recovery_mode: 2 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.enable_thread_tracking: 0 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.enable_pipelined_write: 0 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.unordered_write: 0 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-10T19:35:07.189 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.row_cache: None 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.wal_filter: None 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.allow_ingest_behind: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.two_write_queues: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.manual_wal_flush: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.wal_compression: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.atomic_flush: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-10T19:35:07.190 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.log_readahead_size: 0 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.best_efforts_recovery: 0 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.allow_data_in_errors: 0 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.db_host_id: __hostname__ 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_background_jobs: 2 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_background_compactions: -1 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_subcompactions: 1 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_total_wal_size: 0 2024-05-10T19:35:07.191 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_open_files: -1 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bytes_per_sync: 0 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_readahead_size: 0 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_background_flushes: -1 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Compression algorithms supported: 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: kZSTD supported: 0 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: kXpressCompression supported: 0 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: kLZ4HCCompression supported: 1 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: kZlibCompression supported: 1 2024-05-10T19:35:07.192 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: kSnappyCompression supported: 1 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: kLZ4Compression supported: 1 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: kBZip2Compression supported: 0 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.merge_operator: 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_filter: None 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_filter_factory: None 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.sst_partitioner_factory: None 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559c48b35bc0) 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout: cache_index_and_filter_blocks: 1 2024-05-10T19:35:07.193 INFO:journalctl@ceph.mon.c.smithi170.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: pin_top_level_index_and_filter: 1 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: index_type: 0 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: data_block_index_type: 0 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: index_shortening: 1 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: checksum: 4 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: no_block_cache: 0 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: block_cache: 0x559c48b39090 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: block_cache_name: BinnedLRUCache 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: block_cache_options: 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: capacity : 536870912 2024-05-10T19:35:07.194 INFO:journalctl@ceph.mon.c.smithi170.stdout: num_shard_bits : 4 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: strict_capacity_limit : 0 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: high_pri_pool_ratio: 0.000 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: block_cache_compressed: (nil) 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: persistent_cache: (nil) 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: block_size: 4096 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: block_size_deviation: 10 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: block_restart_interval: 16 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: index_block_restart_interval: 1 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: metadata_block_size: 4096 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: partition_filters: 0 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: use_delta_encoding: 1 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: filter_policy: bloomfilter 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: whole_key_filtering: 1 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: verify_compression: 0 2024-05-10T19:35:07.195 INFO:journalctl@ceph.mon.c.smithi170.stdout: read_amp_bytes_per_bit: 0 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout: format_version: 5 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout: enable_index_compression: 1 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout: block_align: 0 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout: max_auto_readahead_size: 262144 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout: prepopulate_block_cache: 0 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout: initial_auto_readahead_size: 8192 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout: num_file_reads_for_auto_readahead: 2 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.write_buffer_size: 33554432 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_write_buffer_number: 2 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression: NoCompression 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression: Disabled 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.prefix_extractor: nullptr 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.num_levels: 7 2024-05-10T19:35:07.196 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.level: 32767 2024-05-10T19:35:07.197 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.strategy: 0 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.enabled: false 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.target_file_size_base: 67108864 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-10T19:35:07.198 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.arena_block_size: 1048576 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.disable_auto_compactions: 0 2024-05-10T19:35:07.199 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.table_properties_collectors: 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.inplace_update_support: 0 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-10T19:35:07.200 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.bloom_locality: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.max_successive_merges: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.paranoid_file_checks: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.force_consistency_checks: 1 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.report_bg_io_stats: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.ttl: 2592000 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.enable_blob_files: false 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.min_blob_size: 0 2024-05-10T19:35:07.201 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.blob_file_size: 268435456 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.blob_file_starting_level: 0 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ed279e9e-fc03-4fe4-8627-40b1a201e036 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369706941141, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369706941556, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1715369706, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ed279e9e-fc03-4fe4-8627-40b1a201e036", "db_session_id": "WMOZ49K27KD3BPCA6SUX", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-10T19:35:07.202 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369706941635, "job": 1, "event": "recovery_finished"} 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559c48c2a000 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: DB pointer 0x559c48c14000 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout: ** DB Stats ** 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.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-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.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-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-10T19:35:07.203 INFO:journalctl@ceph.mon.c.smithi170.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: ** Compaction Stats [default] ** 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.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-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: ** Compaction Stats [default] ** 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.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-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-10T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi170.stdout: 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.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-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: Block cache BinnedLRUCache@0x559c48b39090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: 2024-05-10T19:35:07.205 INFO:journalctl@ceph.mon.c.smithi170.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: using public_addr v2:172.21.15.170:0/0 -> [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: starting mon.c rank -1 at public addrs [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] at bind addrs [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(???) e0 preinit fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).mds e1 new map 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).mds e1 print_map 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout: e1 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.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-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout: legacy client fscid: -1 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout: 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout: No filesystems configured 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-10T19:35:07.206 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: 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-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Added host smithi106 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:07.207 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Updating smithi106:/etc/ceph/ceph.conf 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Updating smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Updating smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]': finished 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Deploying daemon agent.smithi106 on smithi106 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.208 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Deploying cephadm binary to smithi170 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.209 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Added host smithi170 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi170", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:07.210 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Updating smithi170:/etc/ceph/ceph.conf 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Updating smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi170", "caps": []}]: dispatch 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi170", "caps": []}]': finished 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Updating smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Deploying daemon agent.smithi170 on smithi170 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.211 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/1888727398' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-10T19:35:07.212 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/1888727398' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.213 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;smithi170:172.21.15.170=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:07.214 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;smithi170:172.21.15.170=c;count:3 2024-05-10T19:35:07.214 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: Deploying daemon mon.c on smithi170 2024-05-10T19:35:07.214 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.214 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:07.214 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: from='client.? 172.21.15.170:0/65450250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:07.214 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 ceph-mon[30099]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-10T19:35:07.214 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 bash[30047]: 86c299138979ed00c803db568802f52fa161a2c980fb09abc0ce9c3026f9b922 2024-05-10T19:35:07.214 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:06 smithi170 systemd[1]: Started Ceph mon.c for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:35:08.603 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-10T19:35:08.603 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-10T19:35:08.851 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.c/config 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: mon.a calling monitor election 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: mon.c calling monitor election 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: monmap epoch 2 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: last_changed 2024-05-10T19:35:06.964700+0000 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: min_mon_release 19 (squid) 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: election_strategy: 1 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: fsmap 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: mgrmap e13: a(active, since 52s) 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: overall HEALTH_OK 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:12.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: mon.a calling monitor election 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: mon.c calling monitor election 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:12.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: monmap epoch 2 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: last_changed 2024-05-10T19:35:06.964700+0000 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: min_mon_release 19 (squid) 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: election_strategy: 1 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: fsmap 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: mgrmap e13: a(active, since 52s) 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: overall HEALTH_OK 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:12.400 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:13.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:13 smithi045 ceph-mon[27794]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:13.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:13 smithi045 ceph-mon[27794]: Deploying daemon mon.b on smithi106 2024-05-10T19:35:13.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:13.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:13 smithi170 ceph-mon[30099]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:13.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:13 smithi170 ceph-mon[30099]: Deploying daemon mon.b on smithi106 2024-05-10T19:35:13.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:13.663 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:35:13.663 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":2,"fsid":"fba84de2-0f03-11ef-bc98-c7b262605968","modified":"2024-05-10T19:35:06.964700Z","created":"2024-05-10T19:33:18.268676Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:3300","nonce":0},{"type":"v1","addr":"172.21.15.170:6789","nonce":0}]},"addr":"172.21.15.170:6789/0","public_addr":"172.21.15.170:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-10T19:35:13.666 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 2 2024-05-10T19:35:14.220 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:14 smithi170 ceph-mon[30099]: from='client.? 172.21.15.170:0/1638130357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:14.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:14 smithi045 ceph-mon[27794]: from='client.? 172.21.15.170:0/1638130357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:15.250 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-10T19:35:15.250 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-10T19:35:15.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:15 smithi170 ceph-mon[30099]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:15.498 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.c/config 2024-05-10T19:35:15.537 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:15 smithi045 ceph-mon[27794]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:15.591 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 podman[29728]: 2024-05-10 19:35:15.405344687 +0000 UTC m=+0.017643035 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:35:16.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 podman[29728]: 2024-05-10 19:35:15.664992838 +0000 UTC m=+0.277291180 container init 273e7ac965a14ecd07de352edd112a110a910e818ae49d9ad4841e4f254c6746 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-b, RELEASE=squid-bf77c77, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-10T19:35:16.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 podman[29728]: 2024-05-10 19:35:15.670201936 +0000 UTC m=+0.282500276 container start 273e7ac965a14ecd07de352edd112a110a910e818ae49d9ad4841e4f254c6746 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-b, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240507, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=squid-bf77c77, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-10T19:35:16.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: set uid:gid to 167:167 (ceph:ceph) 2024-05-10T19:35:16.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: ceph version 19.0.0-2529-gbf77c77e (bf77c77e13287c5f844356e82ad19f486f6e6823) squid (dev), process ceph-mon, pid 7 2024-05-10T19:35:16.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pidfile_write: ignore empty --pid-file 2024-05-10T19:35:16.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: load: jerasure load: lrc 2024-05-10T19:35:16.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: RocksDB version: 7.9.2 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Git sha 0 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Compile date 2024-05-08 21:34:39 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: DB SUMMARY 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: DB Session ID: SSU6MH2M6686Y87OV614 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: CURRENT file: CURRENT 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: IDENTITY file: IDENTITY 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.error_if_exists: 0 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.create_if_missing: 0 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.paranoid_checks: 1 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-10T19:35:16.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.env: 0x55ca22bbec60 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.fs: PosixFileSystem 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.info_log: 0x55ca25079ac0 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_file_opening_threads: 16 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.statistics: (nil) 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.use_fsync: 0 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_log_file_size: 0 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.keep_log_file_num: 1000 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.recycle_log_file_num: 0 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.allow_fallocate: 1 2024-05-10T19:35:16.156 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.allow_mmap_reads: 0 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.allow_mmap_writes: 0 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.use_direct_reads: 0 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.create_missing_column_families: 0 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.db_log_dir: 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.wal_dir: 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.advise_random_on_open: 1 2024-05-10T19:35:16.157 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.db_write_buffer_size: 0 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.write_buffer_manager: 0x55ca2504c1e0 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.rate_limiter: (nil) 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.wal_recovery_mode: 2 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.enable_thread_tracking: 0 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.enable_pipelined_write: 0 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.unordered_write: 0 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-10T19:35:16.158 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.row_cache: None 2024-05-10T19:35:16.159 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.wal_filter: None 2024-05-10T19:35:16.160 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-10T19:35:16.160 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.allow_ingest_behind: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.two_write_queues: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.manual_wal_flush: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.wal_compression: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.atomic_flush: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.log_readahead_size: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.best_efforts_recovery: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.allow_data_in_errors: 0 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.db_host_id: __hostname__ 2024-05-10T19:35:16.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_background_jobs: 2 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_background_compactions: -1 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_subcompactions: 1 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_total_wal_size: 0 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_open_files: -1 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bytes_per_sync: 0 2024-05-10T19:35:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_readahead_size: 0 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_background_flushes: -1 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Compression algorithms supported: 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: kZSTD supported: 0 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: kXpressCompression supported: 0 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: kLZ4HCCompression supported: 1 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: kZlibCompression supported: 1 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: kSnappyCompression supported: 1 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: kLZ4Compression supported: 1 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: kBZip2Compression supported: 0 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-10T19:35:16.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.merge_operator: 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_filter: None 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_filter_factory: None 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.sst_partitioner_factory: None 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ca25079bc0) 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout: cache_index_and_filter_blocks: 1 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout: pin_top_level_index_and_filter: 1 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout: index_type: 0 2024-05-10T19:35:16.164 INFO:journalctl@ceph.mon.b.smithi106.stdout: data_block_index_type: 0 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: index_shortening: 1 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: checksum: 4 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: no_block_cache: 0 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_cache: 0x55ca2507d090 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_cache_name: BinnedLRUCache 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_cache_options: 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: capacity : 536870912 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: num_shard_bits : 4 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: strict_capacity_limit : 0 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: high_pri_pool_ratio: 0.000 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_cache_compressed: (nil) 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: persistent_cache: (nil) 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_size: 4096 2024-05-10T19:35:16.165 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_size_deviation: 10 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_restart_interval: 16 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: index_block_restart_interval: 1 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: metadata_block_size: 4096 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: partition_filters: 0 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: use_delta_encoding: 1 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: filter_policy: bloomfilter 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: whole_key_filtering: 1 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: verify_compression: 0 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: read_amp_bytes_per_bit: 0 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: format_version: 5 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: enable_index_compression: 1 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_align: 0 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: max_auto_readahead_size: 262144 2024-05-10T19:35:16.166 INFO:journalctl@ceph.mon.b.smithi106.stdout: prepopulate_block_cache: 0 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout: initial_auto_readahead_size: 8192 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout: num_file_reads_for_auto_readahead: 2 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.write_buffer_size: 33554432 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_write_buffer_number: 2 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression: NoCompression 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression: Disabled 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.prefix_extractor: nullptr 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.num_levels: 7 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-10T19:35:16.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.level: 32767 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.strategy: 0 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-10T19:35:16.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.enabled: false 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.target_file_size_base: 67108864 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-10T19:35:16.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.arena_block_size: 1048576 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.disable_auto_compactions: 0 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-10T19:35:16.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.table_properties_collectors: 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.inplace_update_support: 0 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.bloom_locality: 0 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.max_successive_merges: 0 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.paranoid_file_checks: 0 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.force_consistency_checks: 1 2024-05-10T19:35:16.171 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.report_bg_io_stats: 0 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.ttl: 2592000 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.enable_blob_files: false 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.min_blob_size: 0 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.blob_file_size: 268435456 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.blob_file_starting_level: 0 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-10T19:35:16.172 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a03c7462-00e0-45f1-86e0-fadd5d14c118 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369715701483, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369715702052, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1715369715, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a03c7462-00e0-45f1-86e0-fadd5d14c118", "db_session_id": "SSU6MH2M6686Y87OV614", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715369715702163, "job": 1, "event": "recovery_finished"} 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ca2516e000 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: DB pointer 0x55ca25158000 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout: ** DB Stats ** 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-10T19:35:16.173 INFO:journalctl@ceph.mon.b.smithi106.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-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.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-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: ** Compaction Stats [default] ** 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.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-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.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 3.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-05-10T19:35:16.174 INFO:journalctl@ceph.mon.b.smithi106.stdout: ** Compaction Stats [default] ** 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.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-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.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 3.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.stdout: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-10T19:35:16.175 INFO:journalctl@ceph.mon.b.smithi106.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-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: Block cache BinnedLRUCache@0x55ca2507d090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: using public_addr v2:172.21.15.106:0/0 -> [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: starting mon.b rank -1 at public addrs [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] at bind addrs [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(???) e0 preinit fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).mds e1 new map 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).mds e1 print_map 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: e1 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-10T19:35:16.176 INFO:journalctl@ceph.mon.b.smithi106.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-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: legacy client fscid: -1 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: No filesystems configured 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: 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-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Added host smithi106 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.177 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Updating smithi106:/etc/ceph/ceph.conf 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Updating smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Updating smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]: dispatch 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi106", "caps": []}]': finished 2024-05-10T19:35:16.178 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Deploying daemon agent.smithi106 on smithi106 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Deploying cephadm binary to smithi170 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Added host smithi170 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi170", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Updating smithi170:/etc/ceph/ceph.conf 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Updating smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi170", "caps": []}]: dispatch 2024-05-10T19:35:16.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi170", "caps": []}]': finished 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Updating smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Deploying daemon agent.smithi170 on smithi170 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:16.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/1888727398' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/1888727398' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:16.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;smithi170:172.21.15.170=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;smithi170:172.21.15.170=c;count:3 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Deploying daemon mon.c on smithi170 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='client.? 172.21.15.170:0/65450250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:16.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.a calling monitor election 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.c calling monitor election 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: monmap epoch 2 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: last_changed 2024-05-10T19:35:06.964700+0000 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: min_mon_release 19 (squid) 2024-05-10T19:35:16.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: election_strategy: 1 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: fsmap 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mgrmap e13: a(active, since 52s) 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: overall HEALTH_OK 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.186 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: Deploying daemon mon.b on smithi106 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: from='client.? 172.21.15.170:0/1638130357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 ceph-mon[29766]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 bash[29728]: 273e7ac965a14ecd07de352edd112a110a910e818ae49d9ad4841e4f254c6746 2024-05-10T19:35:16.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:15 smithi106 systemd[1]: Started Ceph mon.b for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: mon.c calling monitor election 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: mon.a calling monitor election 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: monmap epoch 3 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: last_changed 2024-05-10T19:35:15.731790+0000 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: min_mon_release 19 (squid) 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: election_strategy: 1 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: 2: [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon.b 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: fsmap 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: mgrmap e13: a(active, since 61s) 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-10T19:35:21.149 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-10T19:35:21.150 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: mon.b (rank 2) addr [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] is down (out of quorum) 2024-05-10T19:35:21.150 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.150 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.150 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.150 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.150 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:20 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:21.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:35:21.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: mon.c calling monitor election 2024-05-10T19:35:21.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: mon.a calling monitor election 2024-05-10T19:35:21.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:21.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: monmap epoch 3 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: last_changed 2024-05-10T19:35:15.731790+0000 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: min_mon_release 19 (squid) 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: election_strategy: 1 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:21.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: 2: [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon.b 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: fsmap 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: mgrmap e13: a(active, since 61s) 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: mon.b (rank 2) addr [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] is down (out of quorum) 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:20 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:21.760 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-05-10T19:35:21.760 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":3,"fsid":"fba84de2-0f03-11ef-bc98-c7b262605968","modified":"2024-05-10T19:35:15.731790Z","created":"2024-05-10T19:33:18.268676Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:3300","nonce":0},{"type":"v1","addr":"172.21.15.170:6789","nonce":0}]},"addr":"172.21.15.170:6789/0","public_addr":"172.21.15.170:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:3300","nonce":0},{"type":"v1","addr":"172.21.15.106:6789","nonce":0}]},"addr":"172.21.15.106:6789/0","public_addr":"172.21.15.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-10T19:35:21.762 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 3 2024-05-10T19:35:22.040 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.040 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.040 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: Updating smithi106:/etc/ceph/ceph.conf 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: Updating smithi170:/etc/ceph/ceph.conf 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:22.041 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:22.042 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.042 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:21 smithi170 ceph-mon[30099]: from='client.? 172.21.15.170:0/4085027970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-10T19:35:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: Updating smithi106:/etc/ceph/ceph.conf 2024-05-10T19:35:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: Updating smithi170:/etc/ceph/ceph.conf 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:21 smithi045 ceph-mon[27794]: from='client.? 172.21.15.170:0/4085027970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:22.628 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-10T19:35:22.628 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph config generate-minimal-conf 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: mon.c calling monitor election 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: mon.a calling monitor election 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: monmap epoch 3 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: last_changed 2024-05-10T19:35:15.731790+0000 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: min_mon_release 19 (squid) 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: election_strategy: 1 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: 2: [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon.b 2024-05-10T19:35:22.801 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: fsmap 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: mgrmap e13: a(active, since 61s) 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: mon.b (rank 2) addr [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] is down (out of quorum) 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.802 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: Updating smithi106:/etc/ceph/ceph.conf 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: Updating smithi170:/etc/ceph/ceph.conf 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:22.803 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:22.804 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:22.804 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:22.804 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:22 smithi106 ceph-mon[29766]: from='client.? 172.21.15.170:0/4085027970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-10T19:35:23.290 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: mon.b calling monitor election 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: mon.b calling monitor election 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: mon.c calling monitor election 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: mon.a calling monitor election 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: monmap epoch 3 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: last_changed 2024-05-10T19:35:15.731790+0000 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:23.639 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: min_mon_release 19 (squid) 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: election_strategy: 1 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: 2: [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon.b 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: fsmap 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: mgrmap e13: a(active, since 63s) 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: Cluster is now healthy 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: overall HEALTH_OK 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:23.640 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:23 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:23.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: mon.b calling monitor election 2024-05-10T19:35:23.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: mon.b calling monitor election 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: mon.c calling monitor election 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: mon.a calling monitor election 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: monmap epoch 3 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: last_changed 2024-05-10T19:35:15.731790+0000 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: min_mon_release 19 (squid) 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: election_strategy: 1 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:23.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: 2: [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon.b 2024-05-10T19:35:23.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: fsmap 2024-05-10T19:35:23.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:23.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: mgrmap e13: a(active, since 63s) 2024-05-10T19:35:23.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-10T19:35:23.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: Cluster is now healthy 2024-05-10T19:35:23.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: overall HEALTH_OK 2024-05-10T19:35:23.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:23.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:23 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:23.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: mon.b calling monitor election 2024-05-10T19:35:23.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: mon.b calling monitor election 2024-05-10T19:35:23.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: mon.c calling monitor election 2024-05-10T19:35:23.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: mon.a calling monitor election 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: monmap epoch 3 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: last_changed 2024-05-10T19:35:15.731790+0000 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: min_mon_release 19 (squid) 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: election_strategy: 1 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: 1: [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon.c 2024-05-10T19:35:23.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: 2: [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon.b 2024-05-10T19:35:23.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: fsmap 2024-05-10T19:35:23.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: osdmap e4: 0 total, 0 up, 0 in 2024-05-10T19:35:23.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: mgrmap e13: a(active, since 63s) 2024-05-10T19:35:23.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-10T19:35:23.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: Cluster is now healthy 2024-05-10T19:35:23.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: overall HEALTH_OK 2024-05-10T19:35:23.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:23.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:23 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.502 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: Reconfiguring mon.b (monmap changed)... 2024-05-10T19:35:24.502 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:24.502 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:24.502 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:24.505 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: Reconfiguring daemon mon.b on smithi106 2024-05-10T19:35:24.506 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:24.506 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:24.506 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.506 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.506 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.506 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.506 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.506 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: Reconfiguring mon.b (monmap changed)... 2024-05-10T19:35:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: Reconfiguring daemon mon.b on smithi106 2024-05-10T19:35:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:24.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: Reconfiguring mon.b (monmap changed)... 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: Reconfiguring daemon mon.b on smithi106 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.617 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.618 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.618 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:# minimal ceph.conf for fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:[global] 2024-05-10T19:35:24.987 INFO:teuthology.orchestra.run.smithi045.stdout: fsid = fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:35:24.987 INFO:teuthology.orchestra.run.smithi045.stdout: mon_host = [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] 2024-05-10T19:35:25.570 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.570 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.570 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.570 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.570 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/577496764' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:25.570 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.570 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:25.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:25.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:25.597 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-10T19:35:25.598 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:35:25.598 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2024-05-10T19:35:25.626 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:35:25.627 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:35:25.694 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:35:25.694 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/ceph/ceph.conf 2024-05-10T19:35:25.724 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:35:25.724 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:35:25.787 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.787 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.787 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.787 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.788 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/577496764' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:25.788 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.788 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.788 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:25.788 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:25.788 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:25.791 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:35:25.791 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/ceph.conf 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/577496764' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:35:25.815 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:25.820 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:35:25.820 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:35:25.885 INFO:tasks.cephadm:Adding mgr.a on smithi045 2024-05-10T19:35:25.885 INFO:tasks.cephadm:Adding mgr.b on smithi106 2024-05-10T19:35:25.886 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch apply mgr '2;smithi045=a;smithi106=b' 2024-05-10T19:35:26.783 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:26 smithi170 ceph-mon[30099]: Reconfiguring mon.c (monmap changed)... 2024-05-10T19:35:26.783 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:26 smithi170 ceph-mon[30099]: Reconfiguring daemon mon.c on smithi170 2024-05-10T19:35:26.783 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:26 smithi170 ceph-mon[30099]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:26.787 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:26 smithi045 ceph-mon[27794]: Reconfiguring mon.c (monmap changed)... 2024-05-10T19:35:26.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:26 smithi045 ceph-mon[27794]: Reconfiguring daemon mon.c on smithi170 2024-05-10T19:35:26.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:26 smithi045 ceph-mon[27794]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:26.828 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.c/config 2024-05-10T19:35:26.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:26 smithi106 ceph-mon[29766]: Reconfiguring mon.c (monmap changed)... 2024-05-10T19:35:26.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:26 smithi106 ceph-mon[29766]: Reconfiguring daemon mon.c on smithi170 2024-05-10T19:35:26.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:26 smithi106 ceph-mon[29766]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:28.104 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:27 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.104 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:27 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.104 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:27 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:28.104 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:27 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:28.105 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:27 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:28.105 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:27 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:28.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:28.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:28.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:28.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:28.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:28.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:28.661 INFO:teuthology.orchestra.run.smithi170.stdout:Scheduled mgr update... 2024-05-10T19:35:29.000 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:35:29.001 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:29.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:35:29.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:35:29.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:29.337 DEBUG:teuthology.orchestra.run.smithi106:mgr.b> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.b.service 2024-05-10T19:35:29.340 INFO:tasks.cephadm:Deploying OSDs... 2024-05-10T19:35:29.340 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-10T19:35:29.340 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T19:35:29.360 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-10T19:35:29.360 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-10 19:35:10.504066897 +0000 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-10 19:27:57.111860664 +0000 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-10 19:27:57.111860664 +0000 2024-05-10T19:35:29.417 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-10 19:27:57.111860664 +0000 2024-05-10T19:35:29.418 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-10T19:35:29.484 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-10T19:35:29.484 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-10T19:35:29.484 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000110385 s, 4.6 MB/s 2024-05-10T19:35:29.485 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-10T19:35:29.542 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2024-05-10T19:35:29.598 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-10T19:35:29.598 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:29.598 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-10T19:35:29.598 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:29.598 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:29.599 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-10 19:35:10.504066897 +0000 2024-05-10T19:35:29.599 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-10 19:27:57.443855885 +0000 2024-05-10T19:35:29.599 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-10 19:27:57.443855885 +0000 2024-05-10T19:35:29.599 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-10 19:27:57.443855885 +0000 2024-05-10T19:35:29.599 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-10T19:35:29.663 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-10T19:35:29.663 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-10T19:35:29.663 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000104889 s, 4.9 MB/s 2024-05-10T19:35:29.664 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-10T19:35:29.722 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2024-05-10T19:35:29.778 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-10T19:35:29.778 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:29.778 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-05-10T19:35:29.778 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:29.778 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:29.778 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-10 19:35:10.504066897 +0000 2024-05-10T19:35:29.779 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-10 19:27:57.795850819 +0000 2024-05-10T19:35:29.779 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-10 19:27:57.795850819 +0000 2024-05-10T19:35:29.779 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-10 19:27:57.795850819 +0000 2024-05-10T19:35:29.779 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-10T19:35:29.843 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-10T19:35:29.843 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-10T19:35:29.843 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000102576 s, 5.0 MB/s 2024-05-10T19:35:29.844 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-10T19:35:29.901 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2024-05-10T19:35:29.957 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-10T19:35:29.958 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:29.958 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-10T19:35:29.958 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:29.958 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:29.958 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-10 19:35:29.943795253 +0000 2024-05-10T19:35:29.958 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-10 19:27:58.150845710 +0000 2024-05-10T19:35:29.958 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-10 19:27:58.150845710 +0000 2024-05-10T19:35:29.958 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-10 19:27:58.150845710 +0000 2024-05-10T19:35:29.958 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-10T19:35:30.022 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-10T19:35:30.023 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-10T19:35:30.023 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000114584 s, 4.5 MB/s 2024-05-10T19:35:30.024 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-10T19:35:30.082 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-05-10T19:35:30.082 DEBUG:teuthology.orchestra.run.smithi106:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T19:35:30.098 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-10T19:35:30.098 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_1 2024-05-10T19:35:30.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:29 smithi170 ceph-mon[30099]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:30.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:29 smithi170 ceph-mon[30099]: Saving service mgr spec with placement smithi045=a;smithi106=b;count:2 2024-05-10T19:35:30.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:29 smithi170 ceph-mon[30099]: Deploying daemon mgr.b on smithi106 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-05-10 19:35:23.140220190 +0000 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-05-10 19:27:55.022369660 +0000 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-05-10 19:27:55.022369660 +0000 2024-05-10T19:35:30.153 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: 2024-05-10 19:27:55.022369660 +0000 2024-05-10T19:35:30.154 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-10T19:35:30.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:29 smithi106 ceph-mon[29766]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:30.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:29 smithi106 ceph-mon[29766]: Saving service mgr spec with placement smithi045=a;smithi106=b;count:2 2024-05-10T19:35:30.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:29 smithi106 ceph-mon[29766]: Deploying daemon mgr.b on smithi106 2024-05-10T19:35:30.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:29 smithi045 ceph-mon[27794]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:30.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:29 smithi045 ceph-mon[27794]: Saving service mgr spec with placement smithi045=a;smithi106=b;count:2 2024-05-10T19:35:30.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:29 smithi045 ceph-mon[27794]: Deploying daemon mgr.b on smithi106 2024-05-10T19:35:30.218 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-05-10T19:35:30.218 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-05-10T19:35:30.218 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000210716 s, 2.4 MB/s 2024-05-10T19:35:30.219 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-10T19:35:30.276 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_2 2024-05-10T19:35:30.332 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-10T19:35:30.332 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:30.332 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-10T19:35:30.332 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:30.333 INFO:teuthology.orchestra.run.smithi106.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:30.333 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-05-10 19:35:23.140220190 +0000 2024-05-10T19:35:30.333 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-05-10 19:27:55.373360951 +0000 2024-05-10T19:35:30.333 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-05-10 19:27:55.373360951 +0000 2024-05-10T19:35:30.333 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: 2024-05-10 19:27:55.373360951 +0000 2024-05-10T19:35:30.333 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-10T19:35:30.478 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-05-10T19:35:30.478 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-05-10T19:35:30.478 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000185128 s, 2.8 MB/s 2024-05-10T19:35:30.479 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-10T19:35:30.495 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_3 2024-05-10T19:35:30.555 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-10T19:35:30.555 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:30.556 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-10T19:35:30.556 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:30.556 INFO:teuthology.orchestra.run.smithi106.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:30.556 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-05-10 19:35:30.432051111 +0000 2024-05-10T19:35:30.556 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-05-10 19:27:55.718352390 +0000 2024-05-10T19:35:30.556 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-05-10 19:27:55.718352390 +0000 2024-05-10T19:35:30.556 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: 2024-05-10 19:27:55.718352390 +0000 2024-05-10T19:35:30.556 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-10T19:35:30.659 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-05-10T19:35:30.659 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-05-10T19:35:30.659 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.00020153 s, 2.5 MB/s 2024-05-10T19:35:30.660 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-10T19:35:30.676 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_4 2024-05-10T19:35:30.732 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-10T19:35:30.733 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:30.733 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-10T19:35:30.733 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:30.733 INFO:teuthology.orchestra.run.smithi106.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:30.733 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-05-10 19:35:30.616046845 +0000 2024-05-10T19:35:30.733 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-05-10 19:27:56.075343531 +0000 2024-05-10T19:35:30.733 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-05-10 19:27:56.075343531 +0000 2024-05-10T19:35:30.733 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: 2024-05-10 19:27:56.075343531 +0000 2024-05-10T19:35:30.733 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-10T19:35:30.796 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:30 smithi106 systemd[1]: Starting Ceph mgr.b for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:35:30.799 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-05-10T19:35:30.799 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-05-10T19:35:30.799 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000186385 s, 2.7 MB/s 2024-05-10T19:35:30.801 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-10T19:35:30.857 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T19:35:30.857 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T19:35:30.875 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-10T19:35:30.875 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_1 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-05-10 19:35:23.787017495 +0000 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-05-10 19:27:55.141990486 +0000 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-05-10 19:27:55.141990486 +0000 2024-05-10T19:35:30.934 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: 2024-05-10 19:27:55.141990486 +0000 2024-05-10T19:35:30.935 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-10T19:35:31.001 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-05-10T19:35:31.001 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-05-10T19:35:31.001 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000110452 s, 4.6 MB/s 2024-05-10T19:35:31.002 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-10T19:35:31.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:30 smithi045 ceph-mon[27794]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:31.059 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_2 2024-05-10T19:35:31.114 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-10T19:35:31.114 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:31.114 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-10T19:35:31.114 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:31.114 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:31.114 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-05-10 19:35:23.787017495 +0000 2024-05-10T19:35:31.114 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-05-10 19:27:55.496981784 +0000 2024-05-10T19:35:31.115 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-05-10 19:27:55.496981784 +0000 2024-05-10T19:35:31.115 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: 2024-05-10 19:27:55.496981784 +0000 2024-05-10T19:35:31.115 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-10T19:35:31.137 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:30 smithi106 ceph-mon[29766]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:31.138 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:30 smithi106 podman[31388]: 2024-05-10 19:35:30.789808225 +0000 UTC m=+0.017998484 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:35:31.138 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:30 smithi106 podman[31388]: 2024-05-10 19:35:30.919182226 +0000 UTC m=+0.147372485 container create 014d5592055bb9edfa6632d5fd0816bc67363facf5cb6f07eb2679a08e810860 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, org.label-schema.schema-version=1.0) 2024-05-10T19:35:31.138 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 podman[31388]: 2024-05-10 19:35:31.137311401 +0000 UTC m=+0.365501675 container init 014d5592055bb9edfa6632d5fd0816bc67363facf5cb6f07eb2679a08e810860 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, RELEASE=squid-bf77c77, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-10T19:35:31.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:30 smithi170 ceph-mon[30099]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:31.170 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-05-10T19:35:31.170 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-05-10T19:35:31.170 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 9.0898e-05 s, 5.6 MB/s 2024-05-10T19:35:31.171 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-10T19:35:31.227 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_3 2024-05-10T19:35:31.282 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-10T19:35:31.282 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:31.283 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-10T19:35:31.283 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:31.283 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:31.283 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-05-10 19:35:23.787017495 +0000 2024-05-10T19:35:31.283 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-05-10 19:27:55.833973523 +0000 2024-05-10T19:35:31.283 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-05-10 19:27:55.833973523 +0000 2024-05-10T19:35:31.283 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: 2024-05-10 19:27:55.833973523 +0000 2024-05-10T19:35:31.283 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-10T19:35:31.345 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-05-10T19:35:31.345 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-05-10T19:35:31.345 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000110821 s, 4.6 MB/s 2024-05-10T19:35:31.347 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-10T19:35:31.403 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_4 2024-05-10T19:35:31.404 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 podman[31388]: 2024-05-10 19:35:31.142871309 +0000 UTC m=+0.371061570 container start 014d5592055bb9edfa6632d5fd0816bc67363facf5cb6f07eb2679a08e810860 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b, ceph=True, GIT_CLEAN=True, RELEASE=squid-bf77c77, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-05-10T19:35:31.404 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 ceph-mgr[31463]: -- 172.21.15.106:0/267391160 <== mon.2 v2:172.21.15.106:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55757a7645a0 con 0x55757a739000 2024-05-10T19:35:31.404 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 bash[31388]: 014d5592055bb9edfa6632d5fd0816bc67363facf5cb6f07eb2679a08e810860 2024-05-10T19:35:31.404 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 systemd[1]: Started Ceph mgr.b for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:35:31.404 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:31.301+0000 7f45e0843200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-10T19:35:31.458 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-10T19:35:31.458 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T19:35:31.458 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-10T19:35:31.459 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T19:35:31.459 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T19:35:31.459 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-05-10 19:35:23.787017495 +0000 2024-05-10T19:35:31.459 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-05-10 19:27:56.172965214 +0000 2024-05-10T19:35:31.459 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-05-10 19:27:56.172965214 +0000 2024-05-10T19:35:31.459 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: 2024-05-10 19:27:56.172965214 +0000 2024-05-10T19:35:31.459 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-10T19:35:31.521 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-05-10T19:35:31.522 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-05-10T19:35:31.522 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000131496 s, 3.9 MB/s 2024-05-10T19:35:31.523 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-10T19:35:31.579 INFO:tasks.cephadm:Deploying osd.0 on smithi045 with /dev/vg_nvme/lv_4... 2024-05-10T19:35:31.579 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-10T19:35:31.789 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:31.491+0000 7f45e0843200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-10T19:35:31.789 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:31.594+0000 7f45e0843200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-10T19:35:31.844 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:35:32.041 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:31 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:31.933+0000 7f45e0843200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-10T19:35:32.041 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:32.022+0000 7f45e0843200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-10T19:35:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: Reconfiguring mgr.a (unknown last config time)... 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: Reconfiguring daemon mgr.a on smithi045 2024-05-10T19:35:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: Reconfiguring mgr.a (unknown last config time)... 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:35:32.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:35:32.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:32.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: Reconfiguring daemon mgr.a on smithi045 2024-05-10T19:35:32.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:32 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: Reconfiguring mgr.a (unknown last config time)... 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: Reconfiguring daemon mgr.a on smithi045 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:33.654 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:33 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:33.319+0000 7f45e0843200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-10T19:35:33.654 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:33 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:33.508+0000 7f45e0843200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-10T19:35:34.008 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:33 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:33.699+0000 7f45e0843200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-10T19:35:34.009 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:34.006+0000 7f45e0843200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-10T19:35:34.314 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:34.102+0000 7f45e0843200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-10T19:35:34.315 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:34.313+0000 7f45e0843200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-10T19:35:34.375 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-10T19:35:34.376 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-10T19:35:34.376 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2024-05-10T19:35:34.376 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2024-05-10T19:35:34.376 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00831103 s, 1.3 GB/s 2024-05-10T19:35:34.376 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 2024-05-10T19:35:34.376 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2024-05-10T19:35:34.653 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:34.517+0000 7f45e0843200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-10T19:35:34.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-mon[29766]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:34.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:34.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:34.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:34.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:34.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:34.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:34.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:34 smithi045 ceph-mon[27794]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:34.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:34.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:34.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:34.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:34.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:34.759 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:34.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:34 smithi170 ceph-mon[30099]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:34.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:34.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:34.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:34.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:34.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:34.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.037 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2024-05-10T19:35:35.282 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:35:35.403 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:35.145+0000 7f45e0843200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-10T19:35:35.737 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-10T19:35:35.737 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.737 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.737 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.737 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.737 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.738 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:35.738 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:35.738 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:35.738 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.874 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:35.571+0000 7f45e0843200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-10T19:35:35.874 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:35.668+0000 7f45e0843200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-10T19:35:35.874 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:35.872+0000 7f45e0843200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-10T19:35:35.874 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-10T19:35:35.874 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.874 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.874 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.875 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.875 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.875 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:35.875 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:35.875 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:35.875 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-10T19:35:35.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:35.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:35.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:35.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:35.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:36.688 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:36 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:36.413+0000 7f45e0843200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-10T19:35:36.688 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:36 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:36.505+0000 7f45e0843200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-10T19:35:36.980 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:36 smithi106 ceph-mon[29766]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:36.980 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:36 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:36.750+0000 7f45e0843200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-10T19:35:36.981 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:36 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:36.883+0000 7f45e0843200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-10T19:35:36.981 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:36 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:36.978+0000 7f45e0843200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-10T19:35:37.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:36 smithi045 ceph-mon[27794]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:37.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:36 smithi170 ceph-mon[30099]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:37.394 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:37 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:37.094+0000 7f45e0843200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-10T19:35:37.653 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:37 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:37.392+0000 7f45e0843200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-10T19:35:37.970 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:37 smithi045 ceph-mon[27794]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:37.970 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:35:37.970 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:35:37.970 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:37.999 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:37 smithi106 ceph-mon[29766]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:37.999 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:35:38.000 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:35:38.000 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:38.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:37 smithi170 ceph-mon[30099]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:35:38.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:35:38.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:35:38.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:38.403 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:37 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:37.997+0000 7f45e0843200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-10T19:35:38.403 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:35:38 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b[31440]: 2024-05-10T19:35:38.217+0000 7f45e0843200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-10T19:35:38.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:38 smithi045 ceph-mon[27794]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:38.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:38 smithi045 ceph-mon[27794]: Standby manager daemon b started 2024-05-10T19:35:38.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:38 smithi045 ceph-mon[27794]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-10T19:35:38.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:38 smithi045 ceph-mon[27794]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-10T19:35:38.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:38 smithi045 ceph-mon[27794]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-10T19:35:38.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:38 smithi045 ceph-mon[27794]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-10T19:35:39.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:38 smithi170 ceph-mon[30099]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:39.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:38 smithi170 ceph-mon[30099]: Standby manager daemon b started 2024-05-10T19:35:39.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:38 smithi170 ceph-mon[30099]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-10T19:35:39.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:38 smithi170 ceph-mon[30099]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-10T19:35:39.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:38 smithi170 ceph-mon[30099]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-10T19:35:39.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:38 smithi170 ceph-mon[30099]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-10T19:35:39.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:38 smithi106 ceph-mon[29766]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:39.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:38 smithi106 ceph-mon[29766]: Standby manager daemon b started 2024-05-10T19:35:39.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:38 smithi106 ceph-mon[29766]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-10T19:35:39.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:38 smithi106 ceph-mon[29766]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-10T19:35:39.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:38 smithi106 ceph-mon[29766]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-10T19:35:39.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:38 smithi106 ceph-mon[29766]: from='mgr.? 172.21.15.106:0/3824742454' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-10T19:35:40.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:39 smithi045 ceph-mon[27794]: mgrmap e14: a(active, since 79s), standbys: b 2024-05-10T19:35:40.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:39 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-10T19:35:40.042 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:39 smithi170 ceph-mon[30099]: mgrmap e14: a(active, since 79s), standbys: b 2024-05-10T19:35:40.042 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:39 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-10T19:35:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:39 smithi106 ceph-mon[29766]: mgrmap e14: a(active, since 79s), standbys: b 2024-05-10T19:35:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:39 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-10T19:35:40.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:40 smithi170 ceph-mon[30099]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:40.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:40 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/1588403690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "034f37b2-e150-41c7-adb2-b6a1c36084a0"}]: dispatch 2024-05-10T19:35:40.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:40 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/1588403690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "034f37b2-e150-41c7-adb2-b6a1c36084a0"}]': finished 2024-05-10T19:35:40.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:40 smithi170 ceph-mon[30099]: osdmap e5: 1 total, 0 up, 1 in 2024-05-10T19:35:40.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:40 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:40.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:40 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/2598736830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:35:41.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:40 smithi045 ceph-mon[27794]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:41.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:40 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1588403690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "034f37b2-e150-41c7-adb2-b6a1c36084a0"}]: dispatch 2024-05-10T19:35:41.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:40 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1588403690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "034f37b2-e150-41c7-adb2-b6a1c36084a0"}]': finished 2024-05-10T19:35:41.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:40 smithi045 ceph-mon[27794]: osdmap e5: 1 total, 0 up, 1 in 2024-05-10T19:35:41.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:40 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:41.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:40 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/2598736830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:35:41.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:40 smithi106 ceph-mon[29766]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:41.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:40 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/1588403690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "034f37b2-e150-41c7-adb2-b6a1c36084a0"}]: dispatch 2024-05-10T19:35:41.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:40 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/1588403690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "034f37b2-e150-41c7-adb2-b6a1c36084a0"}]': finished 2024-05-10T19:35:41.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:40 smithi106 ceph-mon[29766]: osdmap e5: 1 total, 0 up, 1 in 2024-05-10T19:35:41.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:40 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:41.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:40 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/2598736830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:35:42.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:42 smithi170 ceph-mon[30099]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:43.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:42 smithi045 ceph-mon[27794]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:43.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:42 smithi106 ceph-mon[29766]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:44.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:44 smithi170 ceph-mon[30099]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:44.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:44.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:44.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:44.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:44 smithi045 ceph-mon[27794]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:44.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:44.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:44.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:45.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:44 smithi106 ceph-mon[29766]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:45.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:45.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:45.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:46 smithi045 ceph-mon[27794]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-10T19:35:47.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:47.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:46 smithi170 ceph-mon[30099]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:47.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-10T19:35:47.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:47.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:46 smithi106 ceph-mon[29766]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:47.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-10T19:35:47.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:48.037 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:47 smithi045 ceph-mon[27794]: Deploying daemon osd.0 on smithi045 2024-05-10T19:35:48.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:47 smithi170 ceph-mon[30099]: Deploying daemon osd.0 on smithi045 2024-05-10T19:35:48.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:47 smithi106 ceph-mon[29766]: Deploying daemon osd.0 on smithi045 2024-05-10T19:35:48.976 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:48 smithi045 ceph-mon[27794]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:49.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:48 smithi170 ceph-mon[30099]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:49.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:48 smithi106 ceph-mon[29766]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:50.855 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:50 smithi045 ceph-mon[27794]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:51.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:50 smithi170 ceph-mon[30099]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:51.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:50 smithi106 ceph-mon[29766]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:52.806 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:52 smithi106 ceph-mon[29766]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:52.806 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:52.806 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:52.807 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:52.976 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:52 smithi045 ceph-mon[27794]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:52.976 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:52.976 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:52.976 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:53.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:52 smithi170 ceph-mon[30099]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:53.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:53.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:53.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:54.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:54.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:54.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:54 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.489 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.490 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:54 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:54.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:54 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:55.461 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:55 smithi045 ceph-mon[27794]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:55.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:55 smithi170 ceph-mon[30099]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:55.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:55 smithi106 ceph-mon[29766]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:56.941 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 0 on host 'smithi045' 2024-05-10T19:35:57.530 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:57.530 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-10T19:35:57.530 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.530 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.530 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:57.530 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:35:57.531 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.531 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:57.531 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:57.531 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.563 DEBUG:teuthology.orchestra.run.smithi045:osd.0> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.0.service 2024-05-10T19:35:57.566 INFO:tasks.cephadm:Deploying osd.1 on smithi045 with /dev/vg_nvme/lv_3... 2024-05-10T19:35:57.566 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-10T19:35:57.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:57.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-10T19:35:57.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:35:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:35:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:35:57.854 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:35:58.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:58 smithi045 ceph-mon[27794]: Adjusting osd_memory_target on smithi045 to 16069M 2024-05-10T19:35:58.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:58 smithi045 ceph-mon[27794]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-10T19:35:58.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:58 smithi045 ceph-mon[27794]: osdmap e6: 1 total, 0 up, 1 in 2024-05-10T19:35:58.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:58 smithi045 ceph-mon[27794]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-10T19:35:58.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:58.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:58 smithi045 ceph-mon[27794]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:58.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:58 smithi045 ceph-mon[27794]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-10T19:35:58.539 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:35:58 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0[40178]: 2024-05-10T19:35:58.248+0000 7f134945e700 -1 osd.0 0 waiting for initial osdmap 2024-05-10T19:35:58.539 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:35:58 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0[40178]: 2024-05-10T19:35:58.252+0000 7f1345251700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-10T19:35:58.548 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:58 smithi170 ceph-mon[30099]: Adjusting osd_memory_target on smithi045 to 16069M 2024-05-10T19:35:58.548 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:58 smithi170 ceph-mon[30099]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-10T19:35:58.549 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:58 smithi170 ceph-mon[30099]: osdmap e6: 1 total, 0 up, 1 in 2024-05-10T19:35:58.549 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:58 smithi170 ceph-mon[30099]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-10T19:35:58.549 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:58 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:58.549 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:58 smithi170 ceph-mon[30099]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:58.549 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:58 smithi170 ceph-mon[30099]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-10T19:35:58.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:58 smithi106 ceph-mon[29766]: Adjusting osd_memory_target on smithi045 to 16069M 2024-05-10T19:35:58.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:58 smithi106 ceph-mon[29766]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-10T19:35:58.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:58 smithi106 ceph-mon[29766]: osdmap e6: 1 total, 0 up, 1 in 2024-05-10T19:35:58.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:58 smithi106 ceph-mon[29766]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-10T19:35:58.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:58 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:58.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:58 smithi106 ceph-mon[29766]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:35:58.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:58 smithi106 ceph-mon[29766]: from='osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-10T19:35:59.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:59 smithi045 ceph-mon[27794]: osdmap e7: 1 total, 0 up, 1 in 2024-05-10T19:35:59.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:59 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:59.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:35:59 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:59.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:59 smithi170 ceph-mon[30099]: osdmap e7: 1 total, 0 up, 1 in 2024-05-10T19:35:59.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:59 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:59.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:35:59 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:59.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:59 smithi106 ceph-mon[29766]: osdmap e7: 1 total, 0 up, 1 in 2024-05-10T19:35:59.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:59 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:59.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:35:59 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:35:59.674 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-10T19:35:59.674 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-10T19:35:59.674 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2024-05-10T19:35:59.674 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2024-05-10T19:35:59.674 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00971244 s, 1.1 GB/s 2024-05-10T19:35:59.674 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2024-05-10T19:36:00.282 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_3 2024-05-10T19:36:00.533 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:36:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:00 smithi045 ceph-mon[27794]: purged_snaps scrub starts 2024-05-10T19:36:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:00 smithi045 ceph-mon[27794]: purged_snaps scrub ok 2024-05-10T19:36:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:00 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:36:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:00 smithi045 ceph-mon[27794]: osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536] boot 2024-05-10T19:36:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:00 smithi045 ceph-mon[27794]: osdmap e8: 1 total, 1 up, 1 in 2024-05-10T19:36:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:00 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:36:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:00 smithi045 ceph-mon[27794]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:36:00.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:00 smithi170 ceph-mon[30099]: purged_snaps scrub starts 2024-05-10T19:36:00.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:00 smithi170 ceph-mon[30099]: purged_snaps scrub ok 2024-05-10T19:36:00.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:00 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:36:00.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:00 smithi170 ceph-mon[30099]: osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536] boot 2024-05-10T19:36:00.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:00 smithi170 ceph-mon[30099]: osdmap e8: 1 total, 1 up, 1 in 2024-05-10T19:36:00.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:00 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:36:00.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:00 smithi170 ceph-mon[30099]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:36:00.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:00 smithi106 ceph-mon[29766]: purged_snaps scrub starts 2024-05-10T19:36:00.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:00 smithi106 ceph-mon[29766]: purged_snaps scrub ok 2024-05-10T19:36:00.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:00 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:36:00.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:00 smithi106 ceph-mon[29766]: osd.0 [v2:172.21.15.45:6802/3683725536,v1:172.21.15.45:6803/3683725536] boot 2024-05-10T19:36:00.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:00 smithi106 ceph-mon[29766]: osdmap e8: 1 total, 1 up, 1 in 2024-05-10T19:36:00.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:00 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-10T19:36:00.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:00 smithi106 ceph-mon[29766]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-10T19:36:01.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:01 smithi045 ceph-mon[27794]: osdmap e9: 1 total, 1 up, 1 in 2024-05-10T19:36:01.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:01 smithi170 ceph-mon[30099]: osdmap e9: 1 total, 1 up, 1 in 2024-05-10T19:36:01.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:01 smithi106 ceph-mon[29766]: osdmap e9: 1 total, 1 up, 1 in 2024-05-10T19:36:02.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:02 smithi045 ceph-mon[27794]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:02.554 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:02 smithi106 ceph-mon[29766]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:02.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:02 smithi170 ceph-mon[30099]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:03.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:03 smithi045 ceph-mon[27794]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:03.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:03.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:03.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:03.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:03 smithi170 ceph-mon[30099]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:03.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:03.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:03.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:03.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:03 smithi106 ceph-mon[29766]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:03.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:03.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:03.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:04.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:04 smithi170 ceph-mon[30099]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:04.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:04 smithi045 ceph-mon[27794]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:04.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:04 smithi106 ceph-mon[29766]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:06.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:05 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:05 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:05 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:05 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3867502870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2714cd68-49ab-4cf9-9d7c-4c42753433b5"}]: dispatch 2024-05-10T19:36:06.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:05 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3867502870' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2714cd68-49ab-4cf9-9d7c-4c42753433b5"}]': finished 2024-05-10T19:36:06.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:05 smithi045 ceph-mon[27794]: osdmap e10: 2 total, 1 up, 2 in 2024-05-10T19:36:06.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:05 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:06.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:05 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:05 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:05 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:05 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3867502870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2714cd68-49ab-4cf9-9d7c-4c42753433b5"}]: dispatch 2024-05-10T19:36:06.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:05 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3867502870' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2714cd68-49ab-4cf9-9d7c-4c42753433b5"}]': finished 2024-05-10T19:36:06.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:05 smithi170 ceph-mon[30099]: osdmap e10: 2 total, 1 up, 2 in 2024-05-10T19:36:06.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:05 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:06.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:05 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:05 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:05 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:06.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:05 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3867502870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2714cd68-49ab-4cf9-9d7c-4c42753433b5"}]: dispatch 2024-05-10T19:36:06.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:05 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3867502870' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2714cd68-49ab-4cf9-9d7c-4c42753433b5"}]': finished 2024-05-10T19:36:06.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:05 smithi106 ceph-mon[29766]: osdmap e10: 2 total, 1 up, 2 in 2024-05-10T19:36:06.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:05 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:07.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:06 smithi045 ceph-mon[27794]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:07.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:06 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/4279671794' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:07.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:06 smithi170 ceph-mon[30099]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:07.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:06 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/4279671794' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:07.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:06 smithi106 ceph-mon[29766]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:07.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:06 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/4279671794' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:09.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:08 smithi045 ceph-mon[27794]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:09.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:08 smithi170 ceph-mon[30099]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:09.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:08 smithi106 ceph-mon[29766]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:10.918 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:10 smithi045 ceph-mon[27794]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:11.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:10 smithi170 ceph-mon[30099]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:11.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:10 smithi106 ceph-mon[29766]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:12.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:12 smithi045 ceph-mon[27794]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:12.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-10T19:36:12.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:12.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:12 smithi045 ceph-mon[27794]: Deploying daemon osd.1 on smithi045 2024-05-10T19:36:13.047 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:12 smithi106 ceph-mon[29766]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:13.047 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:12 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-10T19:36:13.047 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:12 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:13.047 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:12 smithi106 ceph-mon[29766]: Deploying daemon osd.1 on smithi045 2024-05-10T19:36:13.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:12 smithi170 ceph-mon[30099]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:13.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-10T19:36:13.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:13.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:12 smithi170 ceph-mon[30099]: Deploying daemon osd.1 on smithi045 2024-05-10T19:36:14.239 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:14.239 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:14.239 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:13 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi045 2024-05-10T19:36:14.239 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:14.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:14.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:14.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:13 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi045 2024-05-10T19:36:14.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:14.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:14.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:14.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:13 smithi170 ceph-mon[30099]: Detected new or changed devices on smithi045 2024-05-10T19:36:14.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:15 smithi106 ceph-mon[29766]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:15 smithi045 ceph-mon[27794]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:15.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:15 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:15 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:15 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:15 smithi170 ceph-mon[30099]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:15.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:15 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:15 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:15.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:15 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:17.247 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:17 smithi045 ceph-mon[27794]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:17.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:17 smithi170 ceph-mon[30099]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:17.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:17 smithi106 ceph-mon[29766]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:19.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:19 smithi045 ceph-mon[27794]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:19.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:19.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:19.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:19.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:19.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:19.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:19.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:19 smithi170 ceph-mon[30099]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:19.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:19 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:19.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:19 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:19.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:19 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:19.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:19 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:19.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:19 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:19.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:19 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:19 smithi106 ceph-mon[29766]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:19 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:19 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:19 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:19 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:19 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:19 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:21.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:21 smithi170 ceph-mon[30099]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:21.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:21 smithi106 ceph-mon[29766]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:21.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:21 smithi045 ceph-mon[27794]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:21.717 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 1 on host 'smithi045' 2024-05-10T19:36:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-10T19:36:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:22.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.359 DEBUG:teuthology.orchestra.run.smithi045:osd.1> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.1.service 2024-05-10T19:36:22.362 INFO:tasks.cephadm:Deploying osd.2 on smithi106 with /dev/vg_nvme/lv_4... 2024-05-10T19:36:22.362 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:22.391 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-10T19:36:22.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:22.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:22.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:22.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:22.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:22.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:22 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:22.612 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.b/config 2024-05-10T19:36:23.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:23 smithi170 ceph-mon[30099]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:23.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:23 smithi170 ceph-mon[30099]: Adjusting osd_memory_target on smithi045 to 8034M 2024-05-10T19:36:23.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:23 smithi170 ceph-mon[30099]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-10T19:36:23.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:23 smithi170 ceph-mon[30099]: osdmap e11: 2 total, 1 up, 2 in 2024-05-10T19:36:23.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:23 smithi170 ceph-mon[30099]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-10T19:36:23.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:23 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:23.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:23 smithi106 ceph-mon[29766]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:23.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:23 smithi106 ceph-mon[29766]: Adjusting osd_memory_target on smithi045 to 8034M 2024-05-10T19:36:23.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:23 smithi106 ceph-mon[29766]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-10T19:36:23.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:23 smithi106 ceph-mon[29766]: osdmap e11: 2 total, 1 up, 2 in 2024-05-10T19:36:23.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:23 smithi106 ceph-mon[29766]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-10T19:36:23.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:23 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:23.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:23 smithi045 ceph-mon[27794]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:23.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:23 smithi045 ceph-mon[27794]: Adjusting osd_memory_target on smithi045 to 8034M 2024-05-10T19:36:23.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:23 smithi045 ceph-mon[27794]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-10T19:36:23.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:23 smithi045 ceph-mon[27794]: osdmap e11: 2 total, 1 up, 2 in 2024-05-10T19:36:23.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:23 smithi045 ceph-mon[27794]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-05-10T19:36:23.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:23 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:23.538 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:23 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1[43860]: 2024-05-10T19:36:23.058+0000 7ff365c81700 -1 osd.1 0 waiting for initial osdmap 2024-05-10T19:36:23.539 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:23 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1[43860]: 2024-05-10T19:36:23.061+0000 7ff361a74700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-10T19:36:24.130 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:24 smithi106 ceph-mon[29766]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-10T19:36:24.130 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:24 smithi106 ceph-mon[29766]: osdmap e12: 2 total, 1 up, 2 in 2024-05-10T19:36:24.130 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:24.130 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:24.295 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:24 smithi170 ceph-mon[30099]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-10T19:36:24.295 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:24 smithi170 ceph-mon[30099]: osdmap e12: 2 total, 1 up, 2 in 2024-05-10T19:36:24.295 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:24.295 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:24 smithi045 ceph-mon[27794]: from='osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-05-10T19:36:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:24 smithi045 ceph-mon[27794]: osdmap e12: 2 total, 1 up, 2 in 2024-05-10T19:36:24.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:24.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:24.574 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-10T19:36:24.574 INFO:teuthology.orchestra.run.smithi106.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-10T19:36:24.574 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 10+0 records in 2024-05-10T19:36:24.574 INFO:teuthology.orchestra.run.smithi106.stderr:10+0 records out 2024-05-10T19:36:24.574 INFO:teuthology.orchestra.run.smithi106.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0114467 s, 916 MB/s 2024-05-10T19:36:24.575 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 2024-05-10T19:36:24.575 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping successful for: 2024-05-10T19:36:25.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: purged_snaps scrub starts 2024-05-10T19:36:25.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: purged_snaps scrub ok 2024-05-10T19:36:25.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:25.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168] boot 2024-05-10T19:36:25.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: osdmap e13: 2 total, 2 up, 2 in 2024-05-10T19:36:25.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:25.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:25.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:25.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:25.191 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi106:vg_nvme/lv_4 2024-05-10T19:36:25.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: purged_snaps scrub starts 2024-05-10T19:36:25.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: purged_snaps scrub ok 2024-05-10T19:36:25.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:25.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168] boot 2024-05-10T19:36:25.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: osdmap e13: 2 total, 2 up, 2 in 2024-05-10T19:36:25.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:25.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:25.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:25.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:25 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:25.465 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.b/config 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: purged_snaps scrub starts 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: purged_snaps scrub ok 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: osd.1 [v2:172.21.15.45:6810/2289844168,v1:172.21.15.45:6811/2289844168] boot 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: osdmap e13: 2 total, 2 up, 2 in 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:25.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:26.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:26 smithi106 ceph-mon[29766]: osdmap e14: 2 total, 2 up, 2 in 2024-05-10T19:36:26.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:26 smithi045 ceph-mon[27794]: osdmap e14: 2 total, 2 up, 2 in 2024-05-10T19:36:26.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:26 smithi170 ceph-mon[30099]: osdmap e14: 2 total, 2 up, 2 in 2024-05-10T19:36:27.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:27 smithi170 ceph-mon[30099]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:27.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:27 smithi106 ceph-mon[29766]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:27 smithi045 ceph-mon[27794]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:28.328 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:28 smithi106 ceph-mon[29766]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:28.328 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:28.328 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:28.329 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:28.339 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:28 smithi170 ceph-mon[30099]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:28.339 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:28.339 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:28.339 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:28 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:28 smithi045 ceph-mon[27794]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:29.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:29 smithi170 ceph-mon[30099]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:29.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:29 smithi106 ceph-mon[29766]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:29.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:29 smithi045 ceph-mon[27794]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:30.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:30 smithi170 ceph-mon[30099]: from='client.? 172.21.15.106:0/1458499282' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]: dispatch 2024-05-10T19:36:30.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:30 smithi170 ceph-mon[30099]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]: dispatch 2024-05-10T19:36:30.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:30 smithi170 ceph-mon[30099]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]': finished 2024-05-10T19:36:30.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:30 smithi170 ceph-mon[30099]: osdmap e15: 3 total, 2 up, 3 in 2024-05-10T19:36:30.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:30 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:30.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:30 smithi106 ceph-mon[29766]: from='client.? 172.21.15.106:0/1458499282' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]: dispatch 2024-05-10T19:36:30.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:30 smithi106 ceph-mon[29766]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]: dispatch 2024-05-10T19:36:30.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:30 smithi106 ceph-mon[29766]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]': finished 2024-05-10T19:36:30.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:30 smithi106 ceph-mon[29766]: osdmap e15: 3 total, 2 up, 3 in 2024-05-10T19:36:30.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:30 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:30.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:30 smithi045 ceph-mon[27794]: from='client.? 172.21.15.106:0/1458499282' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]: dispatch 2024-05-10T19:36:30.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:30 smithi045 ceph-mon[27794]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]: dispatch 2024-05-10T19:36:30.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:30 smithi045 ceph-mon[27794]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a11623a1-b12c-4291-8020-16c14b0cba40"}]': finished 2024-05-10T19:36:30.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:30 smithi045 ceph-mon[27794]: osdmap e15: 3 total, 2 up, 3 in 2024-05-10T19:36:30.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:31.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:31 smithi170 ceph-mon[30099]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:31.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:31 smithi170 ceph-mon[30099]: from='client.? 172.21.15.106:0/3060740441' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:31.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:31 smithi106 ceph-mon[29766]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:31.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:31 smithi106 ceph-mon[29766]: from='client.? 172.21.15.106:0/3060740441' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:31.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:31 smithi045 ceph-mon[27794]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:31.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:31 smithi045 ceph-mon[27794]: from='client.? 172.21.15.106:0/3060740441' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:33.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:33 smithi106 ceph-mon[29766]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:33.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:33 smithi045 ceph-mon[27794]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:33.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:33 smithi170 ceph-mon[30099]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi045 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.280 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:34.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:34.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:34.281 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: Detected new or changed devices on smithi045 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:34.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:34.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi045 2024-05-10T19:36:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.245 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:35 smithi106 ceph-mon[29766]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:35.245 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.245 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.245 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:35 smithi170 ceph-mon[30099]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:35.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.472 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:35 smithi045 ceph-mon[27794]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:35.472 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.472 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:35.472 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:37.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:37 smithi106 ceph-mon[29766]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:37.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:37 smithi170 ceph-mon[30099]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:37.505 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:37 smithi045 ceph-mon[27794]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:39.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:39 smithi170 ceph-mon[30099]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:39.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:39 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-10T19:36:39.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:39 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:39.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:39 smithi170 ceph-mon[30099]: Deploying daemon osd.2 on smithi106 2024-05-10T19:36:39.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:39 smithi106 ceph-mon[29766]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:39.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:39 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-10T19:36:39.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:39 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:39.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:39 smithi106 ceph-mon[29766]: Deploying daemon osd.2 on smithi106 2024-05-10T19:36:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:39 smithi045 ceph-mon[27794]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:39 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-10T19:36:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:39 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:39 smithi045 ceph-mon[27794]: Deploying daemon osd.2 on smithi106 2024-05-10T19:36:41.341 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:41 smithi106 ceph-mon[29766]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:41.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:41 smithi170 ceph-mon[30099]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:41.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:41 smithi045 ceph-mon[27794]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:43.392 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:43 smithi045 ceph-mon[27794]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:43.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:43 smithi170 ceph-mon[30099]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:43.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:43 smithi106 ceph-mon[29766]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:44.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:44.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:44.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:44.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:44 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:44 smithi170 ceph-mon[30099]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:44.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:44.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:44.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:44.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:44 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:44 smithi045 ceph-mon[27794]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:44.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:44.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:44.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:44.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:44 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:44.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:44 smithi106 ceph-mon[29766]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:46.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.370 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:45 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.370 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:45 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.371 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:45 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:45 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:45 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:45 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:46.439 INFO:teuthology.orchestra.run.smithi106.stdout:Created osd(s) 2 on host 'smithi106' 2024-05-10T19:36:47.001 DEBUG:teuthology.orchestra.run.smithi106:osd.2> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.2.service 2024-05-10T19:36:47.004 INFO:tasks.cephadm:Deploying osd.3 on smithi106 with /dev/vg_nvme/lv_3... 2024-05-10T19:36:47.004 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-10T19:36:47.024 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:47.024 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.024 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.024 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:47.024 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:47.024 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.024 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:47.024 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:47.025 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.025 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-10T19:36:47.025 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:46 smithi106 ceph-mon[29766]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-10T19:36:47.252 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.b/config 2024-05-10T19:36:47.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:47.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:47.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:47.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:47.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:47.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-10T19:36:47.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:46 smithi045 ceph-mon[27794]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-10T19:36:47.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:47.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:47.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:36:47.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:47.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:47.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:47.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-10T19:36:47.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:46 smithi170 ceph-mon[30099]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-10T19:36:48.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:47 smithi045 ceph-mon[27794]: Adjusting osd_memory_target on smithi106 to 16064M 2024-05-10T19:36:48.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:47 smithi045 ceph-mon[27794]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-10T19:36:48.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:47 smithi045 ceph-mon[27794]: osdmap e16: 3 total, 2 up, 3 in 2024-05-10T19:36:48.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:47 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:48.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:47 smithi045 ceph-mon[27794]: from='osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:36:48.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:47 smithi045 ceph-mon[27794]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:36:48.359 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:47 smithi106 ceph-mon[29766]: Adjusting osd_memory_target on smithi106 to 16064M 2024-05-10T19:36:48.359 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:47 smithi106 ceph-mon[29766]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-10T19:36:48.359 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:47 smithi106 ceph-mon[29766]: osdmap e16: 3 total, 2 up, 3 in 2024-05-10T19:36:48.359 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:47 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:48.359 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:47 smithi106 ceph-mon[29766]: from='osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:36:48.359 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:47 smithi106 ceph-mon[29766]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:36:48.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:47 smithi170 ceph-mon[30099]: Adjusting osd_memory_target on smithi106 to 16064M 2024-05-10T19:36:48.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:47 smithi170 ceph-mon[30099]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-10T19:36:48.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:47 smithi170 ceph-mon[30099]: osdmap e16: 3 total, 2 up, 3 in 2024-05-10T19:36:48.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:47 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:48.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:47 smithi170 ceph-mon[30099]: from='osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:36:48.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:47 smithi170 ceph-mon[30099]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:36:48.654 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:48 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2[35516]: 2024-05-10T19:36:48.464+0000 7f7b48ab7700 -1 osd.2 0 waiting for initial osdmap 2024-05-10T19:36:48.654 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:48 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2[35516]: 2024-05-10T19:36:48.467+0000 7f7b448aa700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-10T19:36:49.046 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-10T19:36:49.047 INFO:teuthology.orchestra.run.smithi106.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-10T19:36:49.047 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 10+0 records in 2024-05-10T19:36:49.047 INFO:teuthology.orchestra.run.smithi106.stderr:10+0 records out 2024-05-10T19:36:49.047 INFO:teuthology.orchestra.run.smithi106.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127938 s, 820 MB/s 2024-05-10T19:36:49.047 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping successful for: 2024-05-10T19:36:49.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:48 smithi045 ceph-mon[27794]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:49.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:48 smithi045 ceph-mon[27794]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-05-10T19:36:49.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:48 smithi045 ceph-mon[27794]: osdmap e17: 3 total, 2 up, 3 in 2024-05-10T19:36:49.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:48 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:49.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:48 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:49.360 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:48 smithi106 ceph-mon[29766]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:49.360 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:48 smithi106 ceph-mon[29766]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-05-10T19:36:49.360 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:48 smithi106 ceph-mon[29766]: osdmap e17: 3 total, 2 up, 3 in 2024-05-10T19:36:49.360 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:48 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:49.360 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:48 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:49.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:48 smithi170 ceph-mon[30099]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:49.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:48 smithi170 ceph-mon[30099]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-05-10T19:36:49.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:48 smithi170 ceph-mon[30099]: osdmap e17: 3 total, 2 up, 3 in 2024-05-10T19:36:49.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:48 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:49.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:48 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:49.713 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi106:vg_nvme/lv_3 2024-05-10T19:36:49.945 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.b/config 2024-05-10T19:36:50.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:50 smithi106 ceph-mon[29766]: purged_snaps scrub starts 2024-05-10T19:36:50.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:50 smithi106 ceph-mon[29766]: purged_snaps scrub ok 2024-05-10T19:36:50.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:50 smithi106 ceph-mon[29766]: osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384] boot 2024-05-10T19:36:50.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:50 smithi106 ceph-mon[29766]: osdmap e18: 3 total, 3 up, 3 in 2024-05-10T19:36:50.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:50 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:50.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:50 smithi106 ceph-mon[29766]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:50.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:50 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' 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-10T19:36:50.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:50 smithi045 ceph-mon[27794]: purged_snaps scrub starts 2024-05-10T19:36:50.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:50 smithi045 ceph-mon[27794]: purged_snaps scrub ok 2024-05-10T19:36:50.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:50 smithi045 ceph-mon[27794]: osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384] boot 2024-05-10T19:36:50.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:50 smithi045 ceph-mon[27794]: osdmap e18: 3 total, 3 up, 3 in 2024-05-10T19:36:50.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:50 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:50.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:50 smithi045 ceph-mon[27794]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:50.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:50 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' 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-10T19:36:50.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:50 smithi170 ceph-mon[30099]: purged_snaps scrub starts 2024-05-10T19:36:50.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:50 smithi170 ceph-mon[30099]: purged_snaps scrub ok 2024-05-10T19:36:50.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:50 smithi170 ceph-mon[30099]: osd.2 [v2:172.21.15.106:6800/1741299384,v1:172.21.15.106:6801/1741299384] boot 2024-05-10T19:36:50.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:50 smithi170 ceph-mon[30099]: osdmap e18: 3 total, 3 up, 3 in 2024-05-10T19:36:50.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:50 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-10T19:36:50.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:50 smithi170 ceph-mon[30099]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-10T19:36:50.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:50 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' 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-10T19:36:51.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:51 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' 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-10T19:36:51.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:51 smithi045 ceph-mon[27794]: osdmap e19: 3 total, 3 up, 3 in 2024-05-10T19:36:51.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:51 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-10T19:36:51.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:51 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' 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-10T19:36:51.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:51 smithi170 ceph-mon[30099]: osdmap e19: 3 total, 3 up, 3 in 2024-05-10T19:36:51.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:51 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-10T19:36:51.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:51 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' 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-10T19:36:51.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:51 smithi106 ceph-mon[29766]: osdmap e19: 3 total, 3 up, 3 in 2024-05-10T19:36:51.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:51 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-10T19:36:52.555 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:52 smithi106 ceph-mon[29766]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:52.555 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-10T19:36:52.555 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:52 smithi106 ceph-mon[29766]: osdmap e20: 3 total, 3 up, 3 in 2024-05-10T19:36:52.555 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:52 smithi106 ceph-mon[29766]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-10T19:36:52.556 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:52 smithi106 ceph-mon[29766]: from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:52.556 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:52.556 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:52.556 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:52.788 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:36:52 smithi045 sudo[45441]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-10T19:36:52.788 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:36:52 smithi045 sudo[45441]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:52.788 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:36:52 smithi045 sudo[45441]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:52.788 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:36:52 smithi045 sudo[45441]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:52 smithi045 ceph-mon[27794]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-10T19:36:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:52 smithi045 ceph-mon[27794]: osdmap e20: 3 total, 3 up, 3 in 2024-05-10T19:36:52.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:52 smithi045 ceph-mon[27794]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-10T19:36:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:52 smithi045 ceph-mon[27794]: from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:52.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:52.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:52 smithi170 ceph-mon[30099]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:52.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-10T19:36:52.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:52 smithi170 ceph-mon[30099]: osdmap e20: 3 total, 3 up, 3 in 2024-05-10T19:36:52.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:52 smithi170 ceph-mon[30099]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-10T19:36:52.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:52 smithi170 ceph-mon[30099]: from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:36:52.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:36:52.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:36:52.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:53.110 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:36:52 smithi045 sudo[45509]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-10T19:36:53.110 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:36:52 smithi045 sudo[45509]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:53.110 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:36:52 smithi045 sudo[45509]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:53.110 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:36:52 smithi045 sudo[45509]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:53.520 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:53 smithi045 sudo[45550]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-10T19:36:53.520 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:53 smithi045 sudo[45550]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:53.520 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:53 smithi045 sudo[45550]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:53.520 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:53 smithi045 sudo[45550]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:53 smithi106 ceph-mon[29766]: osdmap e21: 3 total, 3 up, 3 in 2024-05-10T19:36:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:53 smithi045 sudo[45562]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-10T19:36:53.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:53 smithi045 sudo[45562]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:53.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:53 smithi045 sudo[45562]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:53.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:36:53 smithi045 sudo[45562]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:53.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:53 smithi045 ceph-mon[27794]: osdmap e21: 3 total, 3 up, 3 in 2024-05-10T19:36:53.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:53 smithi170 ceph-mon[30099]: osdmap e21: 3 total, 3 up, 3 in 2024-05-10T19:36:53.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:53.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:54.323 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:54 smithi106 sudo[37161]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-10T19:36:54.323 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:54 smithi106 sudo[37161]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:54.323 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:54 smithi106 sudo[37161]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:54.323 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:54 smithi106 sudo[37161]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:54.653 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:54 smithi106 sudo[37249]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-10T19:36:54.653 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:54 smithi106 sudo[37249]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:54.653 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:54 smithi106 sudo[37249]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:54.653 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:36:54 smithi106 sudo[37249]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:55.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:54 smithi045 sudo[45637]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-10T19:36:55.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:54 smithi045 sudo[45637]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:55.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:54 smithi045 sudo[45637]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:55.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:54 smithi045 sudo[45637]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:55.402 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:55 smithi106 ceph-mon[29766]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:55.402 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:55 smithi106 ceph-mon[29766]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-10T19:36:55.402 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:55 smithi106 ceph-mon[29766]: Cluster is now healthy 2024-05-10T19:36:55.402 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:55 smithi106 ceph-mon[29766]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-10T19:36:55.402 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:55 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:55.402 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:55 smithi106 ceph-mon[29766]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 sudo[45669]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 sudo[45669]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 sudo[45669]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 sudo[45669]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 ceph-mon[27794]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 ceph-mon[27794]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 ceph-mon[27794]: Cluster is now healthy 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 ceph-mon[27794]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:55 smithi045 ceph-mon[27794]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:55.541 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 ceph-mon[30099]: pgmap v89: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:55.541 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 ceph-mon[30099]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-10T19:36:55.541 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 ceph-mon[30099]: Cluster is now healthy 2024-05-10T19:36:55.542 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 ceph-mon[30099]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-10T19:36:55.542 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:55.542 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 ceph-mon[30099]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:55.542 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 sudo[33594]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-10T19:36:55.542 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 sudo[33594]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:55.542 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 sudo[33594]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:55.542 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 sudo[33594]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:55.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 sudo[33597]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-10T19:36:55.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 sudo[33597]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:55.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 sudo[33597]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:55.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:55 smithi170 sudo[33597]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:56.313 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 sudo[37478]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-10T19:36:56.313 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 sudo[37478]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:56.313 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 sudo[37478]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:56.313 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 sudo[37478]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:56.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='client.? 172.21.15.106:0/1697817660' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]: dispatch 2024-05-10T19:36:56.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:56.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]: dispatch 2024-05-10T19:36:56.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]': finished 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: osdmap e22: 4 total, 3 up, 4 in 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: Detected new or changed devices on smithi106 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.650 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.650 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.650 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.650 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:56.650 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:56.650 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:56.650 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:56 smithi170 ceph-mon[30099]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:56.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 sudo[37481]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-10T19:36:56.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 sudo[37481]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-10T19:36:56.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 sudo[37481]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-10T19:36:56.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 sudo[37481]: pam_unix(sudo:session): session closed for user root 2024-05-10T19:36:56.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='client.? 172.21.15.106:0/1697817660' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]: dispatch 2024-05-10T19:36:56.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]': finished 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: osdmap e22: 4 total, 3 up, 4 in 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:56.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi106 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:56.655 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:56 smithi106 ceph-mon[29766]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:56.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='client.? 172.21.15.106:0/1697817660' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]: dispatch 2024-05-10T19:36:56.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:56.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]: dispatch 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6220e801-0094-4773-aef0-3cc31549b612"}]': finished 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: osdmap e22: 4 total, 3 up, 4 in 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi106 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-10T19:36:56.790 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:56.791 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:56.791 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:56.791 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:56 smithi045 ceph-mon[27794]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:57.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='client.? 172.21.15.106:0/1441963523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:57.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:57.649 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:57 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-10T19:36:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='client.? 172.21.15.106:0/1441963523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:57.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:57.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:57.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:57.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='client.? 172.21.15.106:0/1441963523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:36:57.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:36:57.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:36:57.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:57.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:36:58.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:58 smithi106 ceph-mon[29766]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-10T19:36:58.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:58 smithi106 ceph-mon[29766]: Cluster is now healthy 2024-05-10T19:36:58.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:58 smithi170 ceph-mon[30099]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-10T19:36:58.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:58 smithi170 ceph-mon[30099]: Cluster is now healthy 2024-05-10T19:36:58.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:58 smithi045 ceph-mon[27794]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-10T19:36:58.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:58 smithi045 ceph-mon[27794]: Cluster is now healthy 2024-05-10T19:36:59.509 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:36:59 smithi106 ceph-mon[29766]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:59.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:36:59 smithi170 ceph-mon[30099]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:36:59.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:36:59 smithi045 ceph-mon[27794]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:37:01.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:01 smithi170 ceph-mon[30099]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 150 KiB/s wr, 10 op/s 2024-05-10T19:37:01.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:01 smithi106 ceph-mon[29766]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 150 KiB/s wr, 10 op/s 2024-05-10T19:37:02.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:01 smithi045 ceph-mon[27794]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 150 KiB/s wr, 10 op/s 2024-05-10T19:37:03.848 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:03 smithi170 ceph-mon[30099]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 108 KiB/s wr, 7 op/s 2024-05-10T19:37:03.848 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-10T19:37:03.848 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:03.848 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:03 smithi170 ceph-mon[30099]: Deploying daemon osd.3 on smithi106 2024-05-10T19:37:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:03 smithi106 ceph-mon[29766]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 108 KiB/s wr, 7 op/s 2024-05-10T19:37:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-10T19:37:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:03 smithi106 ceph-mon[29766]: Deploying daemon osd.3 on smithi106 2024-05-10T19:37:04.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:03 smithi045 ceph-mon[27794]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 108 KiB/s wr, 7 op/s 2024-05-10T19:37:04.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-10T19:37:04.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:04.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:03 smithi045 ceph-mon[27794]: Deploying daemon osd.3 on smithi106 2024-05-10T19:37:06.370 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:06 smithi106 ceph-mon[29766]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 87 KiB/s wr, 6 op/s 2024-05-10T19:37:06.370 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:06 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:06.370 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:06 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:06.370 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:06 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:06.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:06 smithi170 ceph-mon[30099]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 87 KiB/s wr, 6 op/s 2024-05-10T19:37:06.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:06.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:06.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:06 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:06.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:06 smithi045 ceph-mon[27794]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 87 KiB/s wr, 6 op/s 2024-05-10T19:37:06.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:06 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:06.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:06 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:06.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:06 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:08 smithi170 ceph-mon[30099]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 73 KiB/s wr, 5 op/s 2024-05-10T19:37:08.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:08 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:08 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:08 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:08.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:08 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:08.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:08 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:08.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:08 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:08 smithi106 ceph-mon[29766]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 73 KiB/s wr, 5 op/s 2024-05-10T19:37:08.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:08.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:08.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:08.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:08 smithi045 ceph-mon[27794]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 73 KiB/s wr, 5 op/s 2024-05-10T19:37:08.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:08.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:08.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:08.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:08.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:10.363 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:10 smithi106 ceph-mon[29766]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-10T19:37:10.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:10 smithi170 ceph-mon[30099]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-10T19:37:10.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:10 smithi045 ceph-mon[27794]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-10T19:37:10.980 INFO:teuthology.orchestra.run.smithi106.stdout:Created osd(s) 3 on host 'smithi106' 2024-05-10T19:37:11.725 DEBUG:teuthology.orchestra.run.smithi106:osd.3> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.3.service 2024-05-10T19:37:11.728 INFO:tasks.cephadm:Deploying osd.4 on smithi170 with /dev/vg_nvme/lv_4... 2024-05-10T19:37:11.728 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-10T19:37:11.979 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.c/config 2024-05-10T19:37:12.099 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: Adjusting osd_memory_target on smithi106 to 8032M 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.100 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-10T19:37:12.101 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:11 smithi170 ceph-mon[30099]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-10T19:37:12.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-10T19:37:12.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: Adjusting osd_memory_target on smithi106 to 8032M 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-10T19:37:12.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:11 smithi106 ceph-mon[29766]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-10T19:37:12.248 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-05-10T19:37:12.248 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: Adjusting osd_memory_target on smithi106 to 8032M 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-10T19:37:12.249 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:11 smithi045 ceph-mon[27794]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-10T19:37:13.121 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:12 smithi170 ceph-mon[30099]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-10T19:37:13.121 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:12 smithi170 ceph-mon[30099]: osdmap e23: 4 total, 3 up, 4 in 2024-05-10T19:37:13.121 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:13.121 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:12 smithi170 ceph-mon[30099]: from='osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:37:13.121 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:12 smithi170 ceph-mon[30099]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:37:13.121 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.121 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.122 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:12 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:12 smithi045 ceph-mon[27794]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-10T19:37:13.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:12 smithi045 ceph-mon[27794]: osdmap e23: 4 total, 3 up, 4 in 2024-05-10T19:37:13.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:13.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:12 smithi045 ceph-mon[27794]: from='osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:37:13.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:12 smithi045 ceph-mon[27794]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:37:13.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:12 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.385 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:12 smithi106 ceph-mon[29766]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-10T19:37:13.385 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:12 smithi106 ceph-mon[29766]: osdmap e23: 4 total, 3 up, 4 in 2024-05-10T19:37:13.385 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:12 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:13.385 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:12 smithi106 ceph-mon[29766]: from='osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:37:13.386 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:12 smithi106 ceph-mon[29766]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-05-10T19:37:13.386 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:12 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.386 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:12 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.386 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:12 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:13.653 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:37:13 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3[39398]: 2024-05-10T19:37:13.383+0000 7f8d066b9700 -1 osd.3 0 waiting for initial osdmap 2024-05-10T19:37:13.653 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:37:13 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3[39398]: 2024-05-10T19:37:13.386+0000 7f8cfe4a4700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-10T19:37:13.927 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-10T19:37:13.927 INFO:teuthology.orchestra.run.smithi170.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-10T19:37:13.927 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10+0 records in 2024-05-10T19:37:13.927 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2024-05-10T19:37:13.927 INFO:teuthology.orchestra.run.smithi170.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0084575 s, 1.2 GB/s 2024-05-10T19:37:13.927 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 2024-05-10T19:37:13.927 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping successful for: 2024-05-10T19:37:14.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:13 smithi045 ceph-mon[27794]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:37:14.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:13 smithi045 ceph-mon[27794]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-05-10T19:37:14.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:13 smithi045 ceph-mon[27794]: osdmap e24: 4 total, 3 up, 4 in 2024-05-10T19:37:14.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:14.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:14.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:13 smithi045 ceph-mon[27794]: from='osd.3 ' entity='osd.3' 2024-05-10T19:37:14.260 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:13 smithi170 ceph-mon[30099]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:37:14.260 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:13 smithi170 ceph-mon[30099]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-05-10T19:37:14.260 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:13 smithi170 ceph-mon[30099]: osdmap e24: 4 total, 3 up, 4 in 2024-05-10T19:37:14.260 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:14.260 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:14.260 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:13 smithi170 ceph-mon[30099]: from='osd.3 ' entity='osd.3' 2024-05-10T19:37:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:13 smithi106 ceph-mon[29766]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-10T19:37:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:13 smithi106 ceph-mon[29766]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-05-10T19:37:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:13 smithi106 ceph-mon[29766]: osdmap e24: 4 total, 3 up, 4 in 2024-05-10T19:37:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:14.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:13 smithi106 ceph-mon[29766]: from='osd.3 ' entity='osd.3' 2024-05-10T19:37:14.557 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi170:vg_nvme/lv_4 2024-05-10T19:37:14.790 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.c/config 2024-05-10T19:37:15.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:14 smithi045 ceph-mon[27794]: purged_snaps scrub starts 2024-05-10T19:37:15.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:14 smithi045 ceph-mon[27794]: purged_snaps scrub ok 2024-05-10T19:37:15.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:14 smithi045 ceph-mon[27794]: osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066] boot 2024-05-10T19:37:15.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:14 smithi045 ceph-mon[27794]: osdmap e25: 4 total, 4 up, 4 in 2024-05-10T19:37:15.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:14 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:15.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:14 smithi045 ceph-mon[27794]: osdmap e26: 4 total, 4 up, 4 in 2024-05-10T19:37:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:14 smithi106 ceph-mon[29766]: purged_snaps scrub starts 2024-05-10T19:37:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:14 smithi106 ceph-mon[29766]: purged_snaps scrub ok 2024-05-10T19:37:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:14 smithi106 ceph-mon[29766]: osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066] boot 2024-05-10T19:37:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:14 smithi106 ceph-mon[29766]: osdmap e25: 4 total, 4 up, 4 in 2024-05-10T19:37:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:14 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:15.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:14 smithi106 ceph-mon[29766]: osdmap e26: 4 total, 4 up, 4 in 2024-05-10T19:37:15.263 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:14 smithi170 ceph-mon[30099]: purged_snaps scrub starts 2024-05-10T19:37:15.263 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:14 smithi170 ceph-mon[30099]: purged_snaps scrub ok 2024-05-10T19:37:15.263 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:14 smithi170 ceph-mon[30099]: osd.3 [v2:172.21.15.106:6808/2631448066,v1:172.21.15.106:6809/2631448066] boot 2024-05-10T19:37:15.263 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:14 smithi170 ceph-mon[30099]: osdmap e25: 4 total, 4 up, 4 in 2024-05-10T19:37:15.263 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:14 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-10T19:37:15.263 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:14 smithi170 ceph-mon[30099]: osdmap e26: 4 total, 4 up, 4 in 2024-05-10T19:37:16.140 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:15 smithi106 ceph-mon[29766]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:16.140 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:15 smithi106 ceph-mon[29766]: osdmap e27: 4 total, 4 up, 4 in 2024-05-10T19:37:16.219 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:15 smithi170 ceph-mon[30099]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:16.219 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:15 smithi170 ceph-mon[30099]: osdmap e27: 4 total, 4 up, 4 in 2024-05-10T19:37:16.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:15 smithi045 ceph-mon[27794]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:16.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:15 smithi045 ceph-mon[27794]: osdmap e27: 4 total, 4 up, 4 in 2024-05-10T19:37:17.288 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:17 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.288 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:17 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.288 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:17 smithi170 ceph-mon[30099]: Detected new or changed devices on smithi106 2024-05-10T19:37:17.288 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:17 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.288 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:17 smithi170 ceph-mon[30099]: osdmap e28: 4 total, 4 up, 4 in 2024-05-10T19:37:17.288 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:17 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:37:17.288 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:17 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:37:17.288 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:17 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:17.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:17 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:17 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:17 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi106 2024-05-10T19:37:17.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:17 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:17 smithi106 ceph-mon[29766]: osdmap e28: 4 total, 4 up, 4 in 2024-05-10T19:37:17.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:17 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:37:17.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:17 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:37:17.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:17 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:17.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:17 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:17 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:17 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi106 2024-05-10T19:37:17.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:17 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:17.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:17 smithi045 ceph-mon[27794]: osdmap e28: 4 total, 4 up, 4 in 2024-05-10T19:37:17.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:17 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:37:17.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:17 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:37:17.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:17 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:18.376 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:18 smithi106 ceph-mon[29766]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:37:18.377 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:18 smithi106 ceph-mon[29766]: pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:18.377 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:18 smithi106 ceph-mon[29766]: osdmap e29: 4 total, 4 up, 4 in 2024-05-10T19:37:18.387 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:18 smithi170 ceph-mon[30099]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:37:18.387 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:18 smithi170 ceph-mon[30099]: pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:18.387 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:18 smithi170 ceph-mon[30099]: osdmap e29: 4 total, 4 up, 4 in 2024-05-10T19:37:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:18 smithi045 ceph-mon[27794]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:37:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:18 smithi045 ceph-mon[27794]: pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:18 smithi045 ceph-mon[27794]: osdmap e29: 4 total, 4 up, 4 in 2024-05-10T19:37:19.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:19 smithi170 ceph-mon[30099]: from='client.? 172.21.15.170:0/2890688719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]: dispatch 2024-05-10T19:37:19.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:19 smithi170 ceph-mon[30099]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]: dispatch 2024-05-10T19:37:19.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:19 smithi170 ceph-mon[30099]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]': finished 2024-05-10T19:37:19.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:19 smithi170 ceph-mon[30099]: osdmap e30: 5 total, 4 up, 5 in 2024-05-10T19:37:19.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:19 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:19 smithi106 ceph-mon[29766]: from='client.? 172.21.15.170:0/2890688719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]: dispatch 2024-05-10T19:37:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:19 smithi106 ceph-mon[29766]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]: dispatch 2024-05-10T19:37:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:19 smithi106 ceph-mon[29766]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]': finished 2024-05-10T19:37:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:19 smithi106 ceph-mon[29766]: osdmap e30: 5 total, 4 up, 5 in 2024-05-10T19:37:19.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:19 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:19.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:19 smithi045 ceph-mon[27794]: from='client.? 172.21.15.170:0/2890688719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]: dispatch 2024-05-10T19:37:19.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:19 smithi045 ceph-mon[27794]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]: dispatch 2024-05-10T19:37:19.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:19 smithi045 ceph-mon[27794]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4542340-9457-4d6c-ad2c-83242ea3afa0"}]': finished 2024-05-10T19:37:19.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:19 smithi045 ceph-mon[27794]: osdmap e30: 5 total, 4 up, 5 in 2024-05-10T19:37:19.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:20.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:20 smithi170 ceph-mon[30099]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:20.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:20 smithi170 ceph-mon[30099]: from='client.? 172.21.15.170:0/3149868105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:37:20.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:20 smithi106 ceph-mon[29766]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:20.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:20 smithi106 ceph-mon[29766]: from='client.? 172.21.15.170:0/3149868105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:37:20.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:20 smithi045 ceph-mon[27794]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 260 MiB used, 357 GiB / 358 GiB avail 2024-05-10T19:37:20.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:20 smithi045 ceph-mon[27794]: from='client.? 172.21.15.170:0/3149868105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:37:22.309 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:22 smithi170 ceph-mon[30099]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 126 KiB/s, 0 objects/s recovering 2024-05-10T19:37:22.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:22 smithi106 ceph-mon[29766]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 126 KiB/s, 0 objects/s recovering 2024-05-10T19:37:22.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:22 smithi045 ceph-mon[27794]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 126 KiB/s, 0 objects/s recovering 2024-05-10T19:37:24.179 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:24 smithi170 ceph-mon[30099]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-05-10T19:37:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:24 smithi106 ceph-mon[29766]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-05-10T19:37:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:24 smithi045 ceph-mon[27794]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-05-10T19:37:26.334 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:26 smithi170 ceph-mon[30099]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-10T19:37:26.334 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:26 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:26.334 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:26 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:26.334 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:26 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:26 smithi045 ceph-mon[27794]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-10T19:37:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:26 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:26 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:26 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:26.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:26 smithi106 ceph-mon[29766]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-10T19:37:26.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:26 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:26.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:26 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:26.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:26 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-10T19:37:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:27.590 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:27 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-10T19:37:27.590 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:27 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:27.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-10T19:37:27.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:28.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:28 smithi170 ceph-mon[30099]: Deploying daemon osd.4 on smithi170 2024-05-10T19:37:28.399 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:28 smithi170 ceph-mon[30099]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-10T19:37:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:28 smithi045 ceph-mon[27794]: Deploying daemon osd.4 on smithi170 2024-05-10T19:37:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:28 smithi045 ceph-mon[27794]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-10T19:37:28.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:28 smithi106 ceph-mon[29766]: Deploying daemon osd.4 on smithi170 2024-05-10T19:37:28.737 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:28 smithi106 ceph-mon[29766]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-10T19:37:30.461 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:30 smithi170 ceph-mon[30099]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:37:30.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:30 smithi045 ceph-mon[27794]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:37:30.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:30 smithi106 ceph-mon[29766]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:37:32.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:32 smithi045 ceph-mon[27794]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:32.610 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:32 smithi170 ceph-mon[30099]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:32 smithi106 ceph-mon[29766]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:33.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:33.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:33 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:34.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:34.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:34.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:34.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:34.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:34.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:34.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:34.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:34.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.134 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:35 smithi170 ceph-mon[30099]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:36.134 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.134 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.135 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:35 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:35 smithi106 ceph-mon[29766]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:36.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.142 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:35 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.203 INFO:teuthology.orchestra.run.smithi170.stdout:Created osd(s) 4 on host 'smithi170' 2024-05-10T19:37:36.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:35 smithi045 ceph-mon[27794]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:36.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:35 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:36.789 DEBUG:teuthology.orchestra.run.smithi170:osd.4> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.4.service 2024-05-10T19:37:36.792 INFO:tasks.cephadm:Deploying osd.5 on smithi170 with /dev/vg_nvme/lv_3... 2024-05-10T19:37:36.792 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-10T19:37:37.064 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.c/config 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: Adjusting osd_memory_target on smithi170 to 20160M 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.423 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-10T19:37:37.424 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:37 smithi170 ceph-mon[30099]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-10T19:37:37.499 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: Adjusting osd_memory_target on smithi170 to 20160M 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-10T19:37:37.500 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:37 smithi106 ceph-mon[29766]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: Adjusting osd_memory_target on smithi170 to 20160M 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:37.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-10T19:37:37.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:37 smithi045 ceph-mon[27794]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-10T19:37:38.303 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:38 smithi106 ceph-mon[29766]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:38.303 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:38 smithi106 ceph-mon[29766]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-10T19:37:38.303 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:38 smithi106 ceph-mon[29766]: from='osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:37:38.303 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:38 smithi106 ceph-mon[29766]: osdmap e31: 5 total, 4 up, 5 in 2024-05-10T19:37:38.303 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:38 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:38.303 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:38 smithi106 ceph-mon[29766]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:37:38.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:38 smithi170 ceph-mon[30099]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:38.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:38 smithi170 ceph-mon[30099]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-10T19:37:38.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:38 smithi170 ceph-mon[30099]: from='osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:37:38.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:38 smithi170 ceph-mon[30099]: osdmap e31: 5 total, 4 up, 5 in 2024-05-10T19:37:38.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:38 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:38.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:38 smithi170 ceph-mon[30099]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:37:38.398 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:37:38 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4[36710]: 2024-05-10T19:37:38.215+0000 7f99878b8700 -1 osd.4 0 waiting for initial osdmap 2024-05-10T19:37:38.399 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:37:38 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4[36710]: 2024-05-10T19:37:38.219+0000 7f99836ab700 -1 osd.4 32 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-10T19:37:38.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:38 smithi045 ceph-mon[27794]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:38.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:38 smithi045 ceph-mon[27794]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-10T19:37:38.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:38 smithi045 ceph-mon[27794]: from='osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:37:38.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:38 smithi045 ceph-mon[27794]: osdmap e31: 5 total, 4 up, 5 in 2024-05-10T19:37:38.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:38 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:38.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:38 smithi045 ceph-mon[27794]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:37:39.018 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-10T19:37:39.018 INFO:teuthology.orchestra.run.smithi170.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-10T19:37:39.018 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10+0 records in 2024-05-10T19:37:39.018 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2024-05-10T19:37:39.018 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00972709 s, 1.1 GB/s 2024-05-10T19:37:39.018 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping successful for: 2024-05-10T19:37:39.340 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:39 smithi170 ceph-mon[30099]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-05-10T19:37:39.340 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:39 smithi170 ceph-mon[30099]: osdmap e32: 5 total, 4 up, 5 in 2024-05-10T19:37:39.340 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:39 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:39.340 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:39 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:39 smithi045 ceph-mon[27794]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-05-10T19:37:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:39 smithi045 ceph-mon[27794]: osdmap e32: 5 total, 4 up, 5 in 2024-05-10T19:37:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:39 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:39.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:39 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:39.652 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi170:vg_nvme/lv_3 2024-05-10T19:37:39.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:39 smithi106 ceph-mon[29766]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-05-10T19:37:39.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:39 smithi106 ceph-mon[29766]: osdmap e32: 5 total, 4 up, 5 in 2024-05-10T19:37:39.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:39 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:39.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:39 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:39.889 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.c/config 2024-05-10T19:37:40.258 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:40 smithi170 ceph-mon[30099]: purged_snaps scrub starts 2024-05-10T19:37:40.258 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:40 smithi170 ceph-mon[30099]: purged_snaps scrub ok 2024-05-10T19:37:40.259 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:40 smithi170 ceph-mon[30099]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:40.259 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:40 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:40.259 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:40 smithi170 ceph-mon[30099]: osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446] boot 2024-05-10T19:37:40.259 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:40 smithi170 ceph-mon[30099]: osdmap e33: 5 total, 5 up, 5 in 2024-05-10T19:37:40.259 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:40 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:40.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:40 smithi045 ceph-mon[27794]: purged_snaps scrub starts 2024-05-10T19:37:40.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:40 smithi045 ceph-mon[27794]: purged_snaps scrub ok 2024-05-10T19:37:40.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:40 smithi045 ceph-mon[27794]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:40.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:40 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:40.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:40 smithi045 ceph-mon[27794]: osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446] boot 2024-05-10T19:37:40.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:40 smithi045 ceph-mon[27794]: osdmap e33: 5 total, 5 up, 5 in 2024-05-10T19:37:40.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:40 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:40.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:40 smithi106 ceph-mon[29766]: purged_snaps scrub starts 2024-05-10T19:37:40.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:40 smithi106 ceph-mon[29766]: purged_snaps scrub ok 2024-05-10T19:37:40.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:40 smithi106 ceph-mon[29766]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:37:40.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:40 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:40.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:40 smithi106 ceph-mon[29766]: osd.4 [v2:172.21.15.170:6800/3270124446,v1:172.21.15.170:6801/3270124446] boot 2024-05-10T19:37:40.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:40 smithi106 ceph-mon[29766]: osdmap e33: 5 total, 5 up, 5 in 2024-05-10T19:37:40.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:40 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-10T19:37:41.308 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:41 smithi170 ceph-mon[30099]: osdmap e34: 5 total, 5 up, 5 in 2024-05-10T19:37:41.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:41 smithi045 ceph-mon[27794]: osdmap e34: 5 total, 5 up, 5 in 2024-05-10T19:37:41.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:41 smithi106 ceph-mon[29766]: osdmap e34: 5 total, 5 up, 5 in 2024-05-10T19:37:42.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:42 smithi170 ceph-mon[30099]: pgmap v127: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:42.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:42 smithi170 ceph-mon[30099]: osdmap e35: 5 total, 5 up, 5 in 2024-05-10T19:37:42.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:42 smithi170 ceph-mon[30099]: osdmap e36: 5 total, 5 up, 5 in 2024-05-10T19:37:42.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:42 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:37:42.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:42 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:37:42.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:42 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:42.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:42 smithi045 ceph-mon[27794]: pgmap v127: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:42.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:42 smithi045 ceph-mon[27794]: osdmap e35: 5 total, 5 up, 5 in 2024-05-10T19:37:42.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:42 smithi045 ceph-mon[27794]: osdmap e36: 5 total, 5 up, 5 in 2024-05-10T19:37:42.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:37:42.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:37:42.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:42.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:42 smithi106 ceph-mon[29766]: pgmap v127: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:42.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:42 smithi106 ceph-mon[29766]: osdmap e35: 5 total, 5 up, 5 in 2024-05-10T19:37:42.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:42 smithi106 ceph-mon[29766]: osdmap e36: 5 total, 5 up, 5 in 2024-05-10T19:37:42.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:42 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-10T19:37:42.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:42 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-10T19:37:42.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:42 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:43 smithi045 ceph-mon[27794]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:37:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:43 smithi045 ceph-mon[27794]: osdmap e37: 5 total, 5 up, 5 in 2024-05-10T19:37:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:43.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:43 smithi170 ceph-mon[30099]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:37:43.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:43 smithi170 ceph-mon[30099]: osdmap e37: 5 total, 5 up, 5 in 2024-05-10T19:37:43.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:43 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:43.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:43 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:43.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:43 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:43 smithi106 ceph-mon[29766]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:37:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:43 smithi106 ceph-mon[29766]: osdmap e37: 5 total, 5 up, 5 in 2024-05-10T19:37:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:44.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:44 smithi170 ceph-mon[30099]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:44.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:44 smithi170 ceph-mon[30099]: Detected new or changed devices on smithi170 2024-05-10T19:37:44.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:44 smithi106 ceph-mon[29766]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:44.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:44 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi170 2024-05-10T19:37:44.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:44 smithi045 ceph-mon[27794]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:44.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:44 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi170 2024-05-10T19:37:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:45 smithi045 ceph-mon[27794]: from='client.? 172.21.15.170:0/4202657776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]: dispatch 2024-05-10T19:37:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:45 smithi045 ceph-mon[27794]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]: dispatch 2024-05-10T19:37:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:45 smithi045 ceph-mon[27794]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]': finished 2024-05-10T19:37:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:45 smithi045 ceph-mon[27794]: osdmap e38: 6 total, 5 up, 6 in 2024-05-10T19:37:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:37:45.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:45 smithi170 ceph-mon[30099]: from='client.? 172.21.15.170:0/4202657776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]: dispatch 2024-05-10T19:37:45.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:45 smithi170 ceph-mon[30099]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]: dispatch 2024-05-10T19:37:45.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:45 smithi170 ceph-mon[30099]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]': finished 2024-05-10T19:37:45.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:45 smithi170 ceph-mon[30099]: osdmap e38: 6 total, 5 up, 6 in 2024-05-10T19:37:45.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:45 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:37:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:45 smithi106 ceph-mon[29766]: from='client.? 172.21.15.170:0/4202657776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]: dispatch 2024-05-10T19:37:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:45 smithi106 ceph-mon[29766]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]: dispatch 2024-05-10T19:37:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:45 smithi106 ceph-mon[29766]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f18a7ed4-2099-43c9-a277-709eab728df9"}]': finished 2024-05-10T19:37:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:45 smithi106 ceph-mon[29766]: osdmap e38: 6 total, 5 up, 6 in 2024-05-10T19:37:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:45 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:37:46.266 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:46 smithi170 ceph-mon[30099]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-05-10T19:37:46.266 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:46 smithi170 ceph-mon[30099]: from='client.? 172.21.15.170:0/3494495293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:37:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:46 smithi045 ceph-mon[27794]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-05-10T19:37:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:46 smithi045 ceph-mon[27794]: from='client.? 172.21.15.170:0/3494495293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:37:46.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:46 smithi106 ceph-mon[29766]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-05-10T19:37:46.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:46 smithi106 ceph-mon[29766]: from='client.? 172.21.15.170:0/3494495293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-10T19:37:48.389 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:48 smithi170 ceph-mon[30099]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-05-10T19:37:48.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:48 smithi045 ceph-mon[27794]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-05-10T19:37:48.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:48 smithi106 ceph-mon[29766]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-05-10T19:37:50.398 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:50 smithi170 ceph-mon[30099]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-05-10T19:37:50.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:50 smithi045 ceph-mon[27794]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-05-10T19:37:50.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:50 smithi106 ceph-mon[29766]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-05-10T19:37:52.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:52 smithi045 ceph-mon[27794]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-10T19:37:52.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-10T19:37:52.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:52 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:52.642 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:52 smithi170 ceph-mon[30099]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-10T19:37:52.642 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-10T19:37:52.642 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:52 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:52.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:52 smithi106 ceph-mon[29766]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-10T19:37:52.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-10T19:37:52.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:52 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:53.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:53 smithi045 ceph-mon[27794]: Deploying daemon osd.5 on smithi170 2024-05-10T19:37:53.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:53.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:53.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:53.630 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:53 smithi170 ceph-mon[30099]: Deploying daemon osd.5 on smithi170 2024-05-10T19:37:53.630 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:53.630 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:53.630 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:53 smithi106 ceph-mon[29766]: Deploying daemon osd.5 on smithi170 2024-05-10T19:37:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:53.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:54.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:54 smithi045 ceph-mon[27794]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:37:54.636 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:54 smithi170 ceph-mon[30099]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:37:54.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:54 smithi106 ceph-mon[29766]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:37:56.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:56 smithi045 ceph-mon[27794]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:56.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:56.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:56.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:56.644 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:56 smithi170 ceph-mon[30099]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:56.644 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:56.644 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:56.645 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:56.651 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:56 smithi106 ceph-mon[29766]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:56.651 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:56.651 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:56.651 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:57.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:57 smithi170 ceph-mon[30099]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:57.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:57 smithi106 ceph-mon[29766]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:57.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:57 smithi045 ceph-mon[27794]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:58.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:58.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:58.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:58.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:58.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:58.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:58 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:58.845 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:58 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:58.845 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:58 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:58.845 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:58 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:58.846 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:58 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:58.846 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:58 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:58.846 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:58 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:58.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:58 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:58.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:58 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:37:58.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:58 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:58.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:58 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:37:58.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:58 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:37:58.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:58 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:37:59.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:37:59 smithi170 ceph-mon[30099]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:59.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:37:59 smithi045 ceph-mon[27794]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:37:59.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:37:59 smithi106 ceph-mon[29766]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:00.632 INFO:teuthology.orchestra.run.smithi170.stdout:Created osd(s) 5 on host 'smithi170' 2024-05-10T19:38:01.274 DEBUG:teuthology.orchestra.run.smithi170:osd.5> sudo journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.5.service 2024-05-10T19:38:01.277 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-10T19:38:01.277 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd stat -f json 2024-05-10T19:38:01.542 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:01.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:01.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: Adjusting osd_memory_target on smithi170 to 10080M 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:01.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:01 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:01.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:01.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:38:01.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-10T19:38:01.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-10T19:38:01.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:38:01.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: Adjusting osd_memory_target on smithi170 to 10080M 2024-05-10T19:38:01.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:01.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:01.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:01 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.927 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:01.927 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.927 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: Adjusting osd_memory_target on smithi170 to 10080M 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:01.928 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:01 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:02.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:02 smithi170 ceph-mon[30099]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-10T19:38:02.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:02 smithi170 ceph-mon[30099]: osdmap e39: 6 total, 5 up, 6 in 2024-05-10T19:38:02.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:02 smithi170 ceph-mon[30099]: from='osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:38:02.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:02 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:02.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:02 smithi170 ceph-mon[30099]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:38:02.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:02 smithi106 ceph-mon[29766]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-10T19:38:02.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:02 smithi106 ceph-mon[29766]: osdmap e39: 6 total, 5 up, 6 in 2024-05-10T19:38:02.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:02 smithi106 ceph-mon[29766]: from='osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:38:02.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:02 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:02.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:02 smithi106 ceph-mon[29766]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:38:02.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:02 smithi045 ceph-mon[27794]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-10T19:38:02.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:02 smithi045 ceph-mon[27794]: osdmap e39: 6 total, 5 up, 6 in 2024-05-10T19:38:02.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:02 smithi045 ceph-mon[27794]: from='osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:38:02.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:02 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:02.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:02 smithi045 ceph-mon[27794]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-05-10T19:38:03.147 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:38:02 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5[40481]: 2024-05-10T19:38:02.895+0000 7ff86d8b9700 -1 osd.5 0 waiting for initial osdmap 2024-05-10T19:38:03.147 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:38:02 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5[40481]: 2024-05-10T19:38:02.899+0000 7ff8656a4700 -1 osd.5 40 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-10T19:38:03.492 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:38:03.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:03.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-05-10T19:38:03.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: osdmap e40: 6 total, 5 up, 6 in 2024-05-10T19:38:03.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:03.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:03.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi170 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='osd.5 ' entity='osd.5' 2024-05-10T19:38:03.789 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:03 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3187501792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-10T19:38:03.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: osdmap e40: 6 total, 5 up, 6 in 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: Detected new or changed devices on smithi170 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:03.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.899 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='osd.5 ' entity='osd.5' 2024-05-10T19:38:03.899 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:03 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3187501792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-10T19:38:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-05-10T19:38:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: osdmap e40: 6 total, 5 up, 6 in 2024-05-10T19:38:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi170 2024-05-10T19:38:03.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:03.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:03.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:03.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:03.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='osd.5 ' entity='osd.5' 2024-05-10T19:38:03.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:03 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3187501792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-10T19:38:04.090 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":40,"num_osds":6,"num_up_osds":5,"osd_up_since":1715369859,"num_in_osds":6,"osd_in_since":1715369864,"num_remapped_pgs":0} 2024-05-10T19:38:04.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: purged_snaps scrub starts 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: purged_snaps scrub ok 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259] boot 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: osdmap e41: 6 total, 6 up, 6 in 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:04.898 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:04.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: purged_snaps scrub starts 2024-05-10T19:38:04.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: purged_snaps scrub ok 2024-05-10T19:38:04.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:04.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259] boot 2024-05-10T19:38:04.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: osdmap e41: 6 total, 6 up, 6 in 2024-05-10T19:38:04.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:04.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:04.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:04.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:04.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:04.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:04.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:04.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:05.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: purged_snaps scrub starts 2024-05-10T19:38:05.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: purged_snaps scrub ok 2024-05-10T19:38:05.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:05.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: osd.5 [v2:172.21.15.170:6808/3213591259,v1:172.21.15.170:6809/3213591259] boot 2024-05-10T19:38:05.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: osdmap e41: 6 total, 6 up, 6 in 2024-05-10T19:38:05.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-10T19:38:05.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:05.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:05.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:05.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:38:05.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:38:05.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:38:05.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:05.092 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd stat -f json 2024-05-10T19:38:05.353 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:05.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:05 smithi045 ceph-mon[27794]: pgmap v146: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:05.726 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:05 smithi045 ceph-mon[27794]: osdmap e42: 6 total, 6 up, 6 in 2024-05-10T19:38:05.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:05 smithi106 ceph-mon[29766]: pgmap v146: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:05.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:05 smithi106 ceph-mon[29766]: osdmap e42: 6 total, 6 up, 6 in 2024-05-10T19:38:06.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:05 smithi170 ceph-mon[30099]: pgmap v146: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:38:06.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:05 smithi170 ceph-mon[30099]: osdmap e42: 6 total, 6 up, 6 in 2024-05-10T19:38:06.780 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:06 smithi045 ceph-mon[27794]: osdmap e43: 6 total, 6 up, 6 in 2024-05-10T19:38:06.781 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:06 smithi045 ceph-mon[27794]: osdmap e44: 6 total, 6 up, 6 in 2024-05-10T19:38:06.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:06 smithi106 ceph-mon[29766]: osdmap e43: 6 total, 6 up, 6 in 2024-05-10T19:38:06.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:06 smithi106 ceph-mon[29766]: osdmap e44: 6 total, 6 up, 6 in 2024-05-10T19:38:07.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:06 smithi170 ceph-mon[30099]: osdmap e43: 6 total, 6 up, 6 in 2024-05-10T19:38:07.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:06 smithi170 ceph-mon[30099]: osdmap e44: 6 total, 6 up, 6 in 2024-05-10T19:38:07.216 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:38:07.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:07 smithi045 ceph-mon[27794]: pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:07.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:07 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3125640429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-10T19:38:07.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:07 smithi045 ceph-mon[27794]: osdmap e45: 6 total, 6 up, 6 in 2024-05-10T19:38:07.843 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":44,"num_osds":6,"num_up_osds":6,"osd_up_since":1715369883,"num_in_osds":6,"osd_in_since":1715369864,"num_remapped_pgs":0} 2024-05-10T19:38:07.843 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-10T19:38:07.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:07 smithi106 ceph-mon[29766]: pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:07.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:07 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3125640429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-10T19:38:07.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:07 smithi106 ceph-mon[29766]: osdmap e45: 6 total, 6 up, 6 in 2024-05-10T19:38:08.007 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:07 smithi170 ceph-mon[30099]: pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:08.007 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:07 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3125640429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-10T19:38:08.007 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:07 smithi170 ceph-mon[30099]: osdmap e45: 6 total, 6 up, 6 in 2024-05-10T19:38:08.092 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:09 smithi045 ceph-mon[27794]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:09.941 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:38:09.942 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":45,"fsid":"fba84de2-0f03-11ef-bc98-c7b262605968","created":"2024-05-10T19:33:21.236410+0000","modified":"2024-05-10T19:38:07.277188+0000","last_up_change":"2024-05-10T19:38:03.633935+0000","last_in_change":"2024-05-10T19:37:44.896498+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-10T19:36:49.982302+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":"034f37b2-e150-41c7-adb2-b6a1c36084a0","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.45:6802","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6803","nonce":3683725536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6805","nonce":3683725536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6809","nonce":3683725536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6807","nonce":3683725536}]},"public_addr":"172.21.15.45:6803/3683725536","cluster_addr":"172.21.15.45:6805/3683725536","heartbeat_back_addr":"172.21.15.45:6809/3683725536","heartbeat_front_addr":"172.21.15.45:6807/3683725536","state":["exists","up"]},{"osd":1,"uuid":"2714cd68-49ab-4cf9-9d7c-4c42753433b5","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.45:6810","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6811","nonce":2289844168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6813","nonce":2289844168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6817","nonce":2289844168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6815","nonce":2289844168}]},"public_addr":"172.21.15.45:6811/2289844168","cluster_addr":"172.21.15.45:6813/2289844168","heartbeat_back_addr":"172.21.15.45:6817/2289844168","heartbeat_front_addr":"172.21.15.45:6815/2289844168","state":["exists","up"]},{"osd":2,"uuid":"a11623a1-b12c-4291-8020-16c14b0cba40","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.106:6800","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6801","nonce":1741299384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6803","nonce":1741299384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6807","nonce":1741299384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6805","nonce":1741299384}]},"public_addr":"172.21.15.106:6801/1741299384","cluster_addr":"172.21.15.106:6803/1741299384","heartbeat_back_addr":"172.21.15.106:6807/1741299384","heartbeat_front_addr":"172.21.15.106:6805/1741299384","state":["exists","up"]},{"osd":3,"uuid":"6220e801-0094-4773-aef0-3cc31549b612","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.106:6808","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6809","nonce":2631448066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6810","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6811","nonce":2631448066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6814","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6815","nonce":2631448066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6812","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6813","nonce":2631448066}]},"public_addr":"172.21.15.106:6809/2631448066","cluster_addr":"172.21.15.106:6811/2631448066","heartbeat_back_addr":"172.21.15.106:6815/2631448066","heartbeat_front_addr":"172.21.15.106:6813/2631448066","state":["exists","up"]},{"osd":4,"uuid":"a4542340-9457-4d6c-ad2c-83242ea3afa0","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.170:6800","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6801","nonce":3270124446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6803","nonce":3270124446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6807","nonce":3270124446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6805","nonce":3270124446}]},"public_addr":"172.21.15.170:6801/3270124446","cluster_addr":"172.21.15.170:6803/3270124446","heartbeat_back_addr":"172.21.15.170:6807/3270124446","heartbeat_front_addr":"172.21.15.170:6805/3270124446","state":["exists","up"]},{"osd":5,"uuid":"f18a7ed4-2099-43c9-a277-709eab728df9","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.170:6808","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6809","nonce":3213591259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6811","nonce":3213591259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6815","nonce":3213591259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6813","nonce":3213591259}]},"public_addr":"172.21.15.170:6809/3213591259","cluster_addr":"172.21.15.170:6811/3213591259","heartbeat_back_addr":"172.21.15.170:6815/3213591259","heartbeat_front_addr":"172.21.15.170:6813/3213591259","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-10T19:35:57.387808+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-10T19:36:22.141603+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-10T19:36:47.456278+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-10T19:37:12.090764+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-10T19:37:37.290028+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-10T19:38:01.691293+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/4002289887":"2024-05-11T19:34:19.456541+0000","172.21.15.45:0/1064463341":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6801/2858195533":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6800/2858195533":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6800/3431481361":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/2512220932":"2024-05-11T19:33:52.485341+0000","172.21.15.45:6801/3431481361":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/2935254043":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/902330262":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/3728972583":"2024-05-11T19:34:19.456541+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-10T19:38:10.124 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:09 smithi170 ceph-mon[30099]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:10.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:09 smithi106 ceph-mon[29766]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:10.585 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-10T19:36:49.982302+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-10T19:38:10.585 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-10T19:38:10.835 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:10.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:10 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/270853499' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:10.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:10 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/270853499' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:11.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:10 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/270853499' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:11.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:11 smithi045 ceph-mon[27794]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-05-10T19:38:12.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:11 smithi170 ceph-mon[30099]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-05-10T19:38:12.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:11 smithi106 ceph-mon[29766]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-05-10T19:38:12.716 INFO:teuthology.orchestra.run.smithi045.stdout:pg_num: 1 2024-05-10T19:38:13.453 INFO:tasks.cephadm:Setting up client nodes... 2024-05-10T19:38:13.453 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-10T19:38:13.453 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-10T19:38:13.453 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph mgr dump --format=json 2024-05-10T19:38:13.724 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:13 smithi045 ceph-mon[27794]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-10T19:38:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:13 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/2909732142' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-10T19:38:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:13.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:13 smithi106 ceph-mon[29766]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-10T19:38:13.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:13 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/2909732142' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-10T19:38:13.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:13.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:13.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:14.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:13 smithi170 ceph-mon[30099]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-10T19:38:14.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:13 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/2909732142' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-10T19:38:14.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:14.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:14.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:13 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:14.665 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:15.892 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:15 smithi045 ceph-mon[27794]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-10T19:38:15.892 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:15 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:15.893 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:15 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:15.893 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:15 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:15.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:15 smithi106 ceph-mon[29766]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-10T19:38:15.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:15.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:15.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:16.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:15 smithi170 ceph-mon[30099]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-10T19:38:16.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:15 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:16.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:15 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:16.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:15 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:17.029 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:38:17.881 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":2648762086},{"type":"v1","addr":"172.21.15.45:6801","nonce":2648762086}]},"active_addr":"172.21.15.45:6801/2648762086","active_change":"2024-05-10T19:34:19.456651+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24113,"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.45: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.45:0","nonce":3355724106}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":1276767019}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":1171136361}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":1531516631}]}]} 2024-05-10T19:38:17.887 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-10T19:38:17.887 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-10T19:38:17.888 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-10T19:38:17.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:17 smithi106 ceph-mon[29766]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:38:17.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:17 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3881932948' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-10T19:38:17.919 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:17 smithi045 ceph-mon[27794]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:38:17.919 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:17 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3881932948' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-10T19:38:18.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:17 smithi170 ceph-mon[30099]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-10T19:38:18.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:17 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3881932948' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-10T19:38:18.478 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:20.002 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:19 smithi045 ceph-mon[27794]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-10T19:38:20.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:19 smithi170 ceph-mon[30099]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-10T19:38:20.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:19 smithi106 ceph-mon[29766]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-10T19:38:20.473 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:38:20.474 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":45,"fsid":"fba84de2-0f03-11ef-bc98-c7b262605968","created":"2024-05-10T19:33:21.236410+0000","modified":"2024-05-10T19:38:07.277188+0000","last_up_change":"2024-05-10T19:38:03.633935+0000","last_in_change":"2024-05-10T19:37:44.896498+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-10T19:36:49.982302+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":"034f37b2-e150-41c7-adb2-b6a1c36084a0","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.45:6802","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6803","nonce":3683725536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6805","nonce":3683725536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6809","nonce":3683725536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6807","nonce":3683725536}]},"public_addr":"172.21.15.45:6803/3683725536","cluster_addr":"172.21.15.45:6805/3683725536","heartbeat_back_addr":"172.21.15.45:6809/3683725536","heartbeat_front_addr":"172.21.15.45:6807/3683725536","state":["exists","up"]},{"osd":1,"uuid":"2714cd68-49ab-4cf9-9d7c-4c42753433b5","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.45:6810","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6811","nonce":2289844168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6813","nonce":2289844168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6817","nonce":2289844168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6815","nonce":2289844168}]},"public_addr":"172.21.15.45:6811/2289844168","cluster_addr":"172.21.15.45:6813/2289844168","heartbeat_back_addr":"172.21.15.45:6817/2289844168","heartbeat_front_addr":"172.21.15.45:6815/2289844168","state":["exists","up"]},{"osd":2,"uuid":"a11623a1-b12c-4291-8020-16c14b0cba40","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.106:6800","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6801","nonce":1741299384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6803","nonce":1741299384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6807","nonce":1741299384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6805","nonce":1741299384}]},"public_addr":"172.21.15.106:6801/1741299384","cluster_addr":"172.21.15.106:6803/1741299384","heartbeat_back_addr":"172.21.15.106:6807/1741299384","heartbeat_front_addr":"172.21.15.106:6805/1741299384","state":["exists","up"]},{"osd":3,"uuid":"6220e801-0094-4773-aef0-3cc31549b612","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.106:6808","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6809","nonce":2631448066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6810","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6811","nonce":2631448066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6814","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6815","nonce":2631448066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6812","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6813","nonce":2631448066}]},"public_addr":"172.21.15.106:6809/2631448066","cluster_addr":"172.21.15.106:6811/2631448066","heartbeat_back_addr":"172.21.15.106:6815/2631448066","heartbeat_front_addr":"172.21.15.106:6813/2631448066","state":["exists","up"]},{"osd":4,"uuid":"a4542340-9457-4d6c-ad2c-83242ea3afa0","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.170:6800","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6801","nonce":3270124446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6803","nonce":3270124446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6807","nonce":3270124446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6805","nonce":3270124446}]},"public_addr":"172.21.15.170:6801/3270124446","cluster_addr":"172.21.15.170:6803/3270124446","heartbeat_back_addr":"172.21.15.170:6807/3270124446","heartbeat_front_addr":"172.21.15.170:6805/3270124446","state":["exists","up"]},{"osd":5,"uuid":"f18a7ed4-2099-43c9-a277-709eab728df9","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.170:6808","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6809","nonce":3213591259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6811","nonce":3213591259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6815","nonce":3213591259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6813","nonce":3213591259}]},"public_addr":"172.21.15.170:6809/3213591259","cluster_addr":"172.21.15.170:6811/3213591259","heartbeat_back_addr":"172.21.15.170:6815/3213591259","heartbeat_front_addr":"172.21.15.170:6813/3213591259","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-10T19:35:57.387808+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-10T19:36:22.141603+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-10T19:36:47.456278+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-10T19:37:12.090764+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-10T19:37:37.290028+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-10T19:38:01.691293+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/4002289887":"2024-05-11T19:34:19.456541+0000","172.21.15.45:0/1064463341":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6801/2858195533":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6800/2858195533":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6800/3431481361":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/2512220932":"2024-05-11T19:33:52.485341+0000","172.21.15.45:6801/3431481361":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/2935254043":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/902330262":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/3728972583":"2024-05-11T19:34:19.456541+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-10T19:38:20.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:20 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/38227570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:21.053 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-10T19:38:21.053 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-10T19:38:21.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:20 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/38227570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:21.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:20 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/38227570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:21.341 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:21.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:21 smithi045 ceph-mon[27794]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-10T19:38:22.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:21 smithi170 ceph-mon[30099]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-10T19:38:22.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:21 smithi106 ceph-mon[29766]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-10T19:38:23.185 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:38:23.186 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":45,"fsid":"fba84de2-0f03-11ef-bc98-c7b262605968","created":"2024-05-10T19:33:21.236410+0000","modified":"2024-05-10T19:38:07.277188+0000","last_up_change":"2024-05-10T19:38:03.633935+0000","last_in_change":"2024-05-10T19:37:44.896498+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-10T19:36:49.982302+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":"034f37b2-e150-41c7-adb2-b6a1c36084a0","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.45:6802","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6803","nonce":3683725536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6805","nonce":3683725536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6809","nonce":3683725536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3683725536},{"type":"v1","addr":"172.21.15.45:6807","nonce":3683725536}]},"public_addr":"172.21.15.45:6803/3683725536","cluster_addr":"172.21.15.45:6805/3683725536","heartbeat_back_addr":"172.21.15.45:6809/3683725536","heartbeat_front_addr":"172.21.15.45:6807/3683725536","state":["exists","up"]},{"osd":1,"uuid":"2714cd68-49ab-4cf9-9d7c-4c42753433b5","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.45:6810","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6811","nonce":2289844168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6813","nonce":2289844168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6817","nonce":2289844168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2289844168},{"type":"v1","addr":"172.21.15.45:6815","nonce":2289844168}]},"public_addr":"172.21.15.45:6811/2289844168","cluster_addr":"172.21.15.45:6813/2289844168","heartbeat_back_addr":"172.21.15.45:6817/2289844168","heartbeat_front_addr":"172.21.15.45:6815/2289844168","state":["exists","up"]},{"osd":2,"uuid":"a11623a1-b12c-4291-8020-16c14b0cba40","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.106:6800","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6801","nonce":1741299384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6803","nonce":1741299384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6807","nonce":1741299384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":1741299384},{"type":"v1","addr":"172.21.15.106:6805","nonce":1741299384}]},"public_addr":"172.21.15.106:6801/1741299384","cluster_addr":"172.21.15.106:6803/1741299384","heartbeat_back_addr":"172.21.15.106:6807/1741299384","heartbeat_front_addr":"172.21.15.106:6805/1741299384","state":["exists","up"]},{"osd":3,"uuid":"6220e801-0094-4773-aef0-3cc31549b612","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.106:6808","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6809","nonce":2631448066}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6810","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6811","nonce":2631448066}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6814","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6815","nonce":2631448066}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6812","nonce":2631448066},{"type":"v1","addr":"172.21.15.106:6813","nonce":2631448066}]},"public_addr":"172.21.15.106:6809/2631448066","cluster_addr":"172.21.15.106:6811/2631448066","heartbeat_back_addr":"172.21.15.106:6815/2631448066","heartbeat_front_addr":"172.21.15.106:6813/2631448066","state":["exists","up"]},{"osd":4,"uuid":"a4542340-9457-4d6c-ad2c-83242ea3afa0","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.170:6800","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6801","nonce":3270124446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6803","nonce":3270124446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6807","nonce":3270124446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":3270124446},{"type":"v1","addr":"172.21.15.170:6805","nonce":3270124446}]},"public_addr":"172.21.15.170:6801/3270124446","cluster_addr":"172.21.15.170:6803/3270124446","heartbeat_back_addr":"172.21.15.170:6807/3270124446","heartbeat_front_addr":"172.21.15.170:6805/3270124446","state":["exists","up"]},{"osd":5,"uuid":"f18a7ed4-2099-43c9-a277-709eab728df9","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.170:6808","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6809","nonce":3213591259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6811","nonce":3213591259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6815","nonce":3213591259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":3213591259},{"type":"v1","addr":"172.21.15.170:6813","nonce":3213591259}]},"public_addr":"172.21.15.170:6809/3213591259","cluster_addr":"172.21.15.170:6811/3213591259","heartbeat_back_addr":"172.21.15.170:6815/3213591259","heartbeat_front_addr":"172.21.15.170:6813/3213591259","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-10T19:35:57.387808+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-10T19:36:22.141603+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-10T19:36:47.456278+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-10T19:37:12.090764+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-10T19:37:37.290028+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-10T19:38:01.691293+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/4002289887":"2024-05-11T19:34:19.456541+0000","172.21.15.45:0/1064463341":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6801/2858195533":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6800/2858195533":"2024-05-11T19:34:19.456541+0000","172.21.15.45:6800/3431481361":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/2512220932":"2024-05-11T19:33:52.485341+0000","172.21.15.45:6801/3431481361":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/2935254043":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/902330262":"2024-05-11T19:33:52.485341+0000","172.21.15.45:0/3728972583":"2024-05-11T19:34:19.456541+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-10T19:38:23.934 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-10T19:38:23.934 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-10T19:38:23.935 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-10T19:38:23.935 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-10T19:38:23.935 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-10T19:38:23.936 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-10T19:38:24.247 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:24.250 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:24.287 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:24 smithi045 ceph-mon[27794]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:24.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:24 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3160144707' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:24.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:24 smithi170 ceph-mon[30099]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:24.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:24 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:24 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3160144707' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:24 smithi106 ceph-mon[29766]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:24 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3160144707' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-10T19:38:25.202 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:25.202 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:25.203 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:25.203 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:26.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:26 smithi045 ceph-mon[27794]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:26.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:26 smithi170 ceph-mon[30099]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:26.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:26 smithi106 ceph-mon[29766]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:28.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:28 smithi170 ceph-mon[30099]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:28.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:28 smithi045 ceph-mon[27794]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:28.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:28 smithi106 ceph-mon[29766]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:29.625 INFO:teuthology.orchestra.run.smithi045.stdout:34359738401 2024-05-10T19:38:29.626 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-10T19:38:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:30 smithi045 ceph-mon[27794]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:30.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:30 smithi170 ceph-mon[30099]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:30.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:30 smithi106 ceph-mon[29766]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:31.367 INFO:teuthology.orchestra.run.smithi045.stdout:107374182418 2024-05-10T19:38:31.367 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-10T19:38:31.745 INFO:teuthology.orchestra.run.smithi045.stdout:141733920782 2024-05-10T19:38:31.745 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-10T19:38:32.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:32 smithi045 ceph-mon[27794]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:32.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:32 smithi170 ceph-mon[30099]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:32.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:32 smithi106 ceph-mon[29766]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:34.108 INFO:teuthology.orchestra.run.smithi045.stdout:176093659145 2024-05-10T19:38:34.108 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-10T19:38:34.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:34 smithi045 ceph-mon[27794]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:34.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.518 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:34 smithi106 ceph-mon[29766]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:34.518 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.518 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.518 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:34 smithi170 ceph-mon[30099]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:34.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:34 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:34.951 INFO:teuthology.orchestra.run.smithi045.stdout:55834574876 2024-05-10T19:38:34.952 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-10T19:38:35.974 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:35.981 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:36.512 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:36 smithi045 ceph-mon[27794]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:36.512 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:36.512 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:36.512 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:36.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:36 smithi170 ceph-mon[30099]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:36.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:36 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:36.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:36 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:36.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:36 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:36 smithi106 ceph-mon[29766]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:38.522 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:38 smithi045 ceph-mon[27794]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:38.636 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:38.636 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:38.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:38 smithi170 ceph-mon[30099]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:38.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:38 smithi106 ceph-mon[29766]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:40.024 INFO:teuthology.orchestra.run.smithi045.stdout:77309411352 2024-05-10T19:38:40.025 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-10T19:38:40.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:40 smithi045 ceph-mon[27794]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:40.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:40 smithi170 ceph-mon[30099]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:40.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:40 smithi106 ceph-mon[29766]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:42.397 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:42 smithi170 ceph-mon[30099]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:42.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:42 smithi045 ceph-mon[27794]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:42.552 INFO:teuthology.orchestra.run.smithi045.stdout:141733920784 2024-05-10T19:38:42.631 INFO:teuthology.orchestra.run.smithi045.stdout:176093659147 2024-05-10T19:38:42.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:42 smithi106 ceph-mon[29766]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:43 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3393246746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-10T19:38:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:43 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1675177814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-10T19:38:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:43.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:43.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:43 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3393246746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-10T19:38:43.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:43 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/1675177814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-10T19:38:43.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:43 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:43.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:43 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:43.648 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:43 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:43 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3393246746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-10T19:38:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:43 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/1675177814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-10T19:38:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:43.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:44.187 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:44.397 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:44 smithi045 ceph-mon[27794]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:44.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:44 smithi170 ceph-mon[30099]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:44.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:44 smithi106 ceph-mon[29766]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:44.709 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659145 got 176093659147 for osd.5 2024-05-10T19:38:44.709 DEBUG:teuthology.parallel:result is None 2024-05-10T19:38:45.589 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920782 got 141733920784 for osd.4 2024-05-10T19:38:45.589 DEBUG:teuthology.parallel:result is None 2024-05-10T19:38:46.016 INFO:teuthology.orchestra.run.smithi045.stdout:34359738404 2024-05-10T19:38:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:46 smithi045 ceph-mon[27794]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:46 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3007881088' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-10T19:38:46.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:46 smithi170 ceph-mon[30099]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:46.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:46 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3007881088' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-10T19:38:46.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:46 smithi106 ceph-mon[29766]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:46.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:46 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3007881088' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-10T19:38:47.524 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:47 smithi170 ceph-mon[30099]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:47.525 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:47 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3449704532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-10T19:38:47.526 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:47 smithi045 ceph-mon[27794]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:47.526 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:47 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3449704532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-10T19:38:47.554 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738404 for osd.0 2024-05-10T19:38:47.554 DEBUG:teuthology.parallel:result is None 2024-05-10T19:38:47.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:47 smithi106 ceph-mon[29766]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:47.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:47 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3449704532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-10T19:38:48.004 INFO:teuthology.orchestra.run.smithi045.stdout:107374182421 2024-05-10T19:38:48.593 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182418 got 107374182421 for osd.3 2024-05-10T19:38:48.593 DEBUG:teuthology.parallel:result is None 2024-05-10T19:38:49.058 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:49.269 INFO:teuthology.orchestra.run.smithi045.stdout:55834574879 2024-05-10T19:38:49.709 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:49 smithi170 ceph-mon[30099]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:49.709 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:49 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/401927629' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-10T19:38:49.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:49 smithi106 ceph-mon[29766]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:49.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:49 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/401927629' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-10T19:38:50.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:49 smithi045 ceph-mon[27794]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:50.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:49 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/401927629' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-10T19:38:51.194 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574876 got 55834574879 for osd.1 2024-05-10T19:38:51.195 DEBUG:teuthology.parallel:result is None 2024-05-10T19:38:51.662 INFO:teuthology.orchestra.run.smithi045.stdout:77309411355 2024-05-10T19:38:51.676 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:51 smithi045 ceph-mon[27794]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:51.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:51 smithi170 ceph-mon[30099]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:51.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:51 smithi106 ceph-mon[29766]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:52.278 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411352 got 77309411355 for osd.2 2024-05-10T19:38:52.278 DEBUG:teuthology.parallel:result is None 2024-05-10T19:38:52.278 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-10T19:38:52.278 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph pg dump --format=json 2024-05-10T19:38:52.529 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:52.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:52 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/1130849020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-10T19:38:52.898 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:52 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/1130849020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-10T19:38:52.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:52 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/1130849020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-10T19:38:53.728 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:53 smithi045 ceph-mon[27794]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:53.728 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:53.728 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:53.728 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:53.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:53 smithi170 ceph-mon[30099]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:53.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:53.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:53.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:53 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:53.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:53 smithi106 ceph-mon[29766]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:53.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:53.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:53.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:54.504 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:38:54.507 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2024-05-10T19:38:55.222 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":174,"stamp":"2024-05-10T19:38:52.542299+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":170432,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300480,"statfs":{"total":575970213888,"available":575795691520,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":170187424},"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.002142"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":264,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-05-10T19:38:07.285652+0000","last_change":"2024-05-10T19:38:07.285652+0000","last_active":"2024-05-10T19:38:07.285652+0000","last_peered":"2024-05-10T19:38:07.285652+0000","last_clean":"2024-05-10T19:38:07.285652+0000","last_became_active":"2024-05-10T19:38:07.285267+0000","last_became_peered":"2024-05-10T19:38:07.285267+0000","last_unstale":"2024-05-10T19:38:07.285652+0000","last_undegraded":"2024-05-10T19:38:07.285652+0000","last_fullsized":"2024-05-10T19:38:07.285652+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-10T19:36:50.461967+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-10T19:36:50.461967+0000","last_clean_scrub_stamp":"2024-05-10T19:36:50.461967+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-12T01:27:45.802067+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":176093659149,"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":1595,"internal_metadata":31914437},"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":141733920786,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"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":107374182422,"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":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411355,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"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,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":34359738406,"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":[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":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"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,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-10T19:38:55.223 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph pg dump --format=json 2024-05-10T19:38:55.471 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:55.872 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:55 smithi045 ceph-mon[27794]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:38:55.872 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:55 smithi045 ceph-mon[27794]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:55.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:55 smithi170 ceph-mon[30099]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:38:55.897 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:55 smithi170 ceph-mon[30099]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:55.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:55 smithi106 ceph-mon[29766]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:38:55.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:55 smithi106 ceph-mon[29766]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:56.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:56.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:56.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:56 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:57.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:57.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:57.143 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:56 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:57.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:57.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:57.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:56 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:38:57.350 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:38:57.354 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2024-05-10T19:38:58.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:57 smithi045 ceph-mon[27794]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:58.037 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":176,"stamp":"2024-05-10T19:38:56.542997+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":170432,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300480,"statfs":{"total":575970213888,"available":575795691520,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":170187424},"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.002169"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":264,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-05-10T19:38:07.285652+0000","last_change":"2024-05-10T19:38:07.285652+0000","last_active":"2024-05-10T19:38:07.285652+0000","last_peered":"2024-05-10T19:38:07.285652+0000","last_clean":"2024-05-10T19:38:07.285652+0000","last_became_active":"2024-05-10T19:38:07.285267+0000","last_became_peered":"2024-05-10T19:38:07.285267+0000","last_unstale":"2024-05-10T19:38:07.285652+0000","last_undegraded":"2024-05-10T19:38:07.285652+0000","last_fullsized":"2024-05-10T19:38:07.285652+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-10T19:36:50.461967+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-10T19:36:50.461967+0000","last_clean_scrub_stamp":"2024-05-10T19:36:50.461967+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-12T01:27:45.802067+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":176093659150,"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":1595,"internal_metadata":31914437},"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":141733920787,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"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":107374182423,"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":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411356,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"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,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":34359738407,"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":[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":55834574881,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"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,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-10T19:38:58.038 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-10T19:38:58.038 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-10T19:38:58.038 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-10T19:38:58.038 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- ceph health --format=json 2024-05-10T19:38:58.048 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:57 smithi170 ceph-mon[30099]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:58.091 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:57 smithi106 ceph-mon[29766]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:38:58.318 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:38:59.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:58 smithi045 ceph-mon[27794]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:38:59.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:58 smithi170 ceph-mon[30099]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:38:59.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:58 smithi106 ceph-mon[29766]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:39:00.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:38:59 smithi045 ceph-mon[27794]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:00.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:38:59 smithi170 ceph-mon[30099]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:00.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:38:59 smithi106 ceph-mon[29766]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:00.280 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-10T19:39:00.280 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-10T19:39:01.100 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:00 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3474863210' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-10T19:39:01.132 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-10T19:39:01.132 INFO:tasks.cephadm:Setup complete, yielding 2024-05-10T19:39:01.132 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-10T19:39:01.144 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2024-05-10T19:39:01.144 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fba84de2-0f03-11ef-bc98-c7b262605968 -- bash -c 'set -ex 2024-05-10T19:39:01.144 DEBUG:teuthology.orchestra.run.smithi045:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-10T19:39:01.144 DEBUG:teuthology.orchestra.run.smithi045:> for host in $HOSTNAMES; do 2024-05-10T19:39:01.144 DEBUG:teuthology.orchestra.run.smithi045:> # find the hostname for "host.c" which will have no mgr 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> HOST_C="${host}" 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> fi 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> done 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> # One last thing to worry about before draining the host 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> # is that the teuthology test tends to put the explicit 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> # hostnames in the placement for the mon service. 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> # We want to make sure we can drain without providing 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> # --force and there is a check for the host being removed 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> # being listed explicitly in the placements. Therefore, 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> # we should remove it from the mon placement. 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch ls mon --export > mon.yaml 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-10T19:39:01.145 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch apply -i mon_adjusted.yaml 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> # now drain that host 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> # wait for drain to complete 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> sleep 15 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> done 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> # we want to check the ability to remove the host from 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> # the CRUSH map, so we should first verify the host is in 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> # the CRUSH map. 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> ceph osd getcrushmap -o compiled-crushmap 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-10T19:39:01.146 DEBUG:teuthology.orchestra.run.smithi045:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> exit 1 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> fi 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> # If the drain was successful, we should be able to remove the 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> # host without force with no issues. If there are still daemons 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> # we will get a response telling us to drain the host and a 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> # non-zero return code 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> sleep 30 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> ceph osd getcrushmap -o compiled-crushmap 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> exit 1 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> fi 2024-05-10T19:39:01.147 DEBUG:teuthology.orchestra.run.smithi045:> ' 2024-05-10T19:39:01.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:00 smithi170 ceph-mon[30099]: from='client.? 172.21.15.45:0/3474863210' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-10T19:39:01.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:00 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3474863210' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-10T19:39:02.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:01 smithi045 ceph-mon[27794]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:02.054 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:01 smithi106 ceph-mon[29766]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:02.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:01 smithi170 ceph-mon[30099]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:02.520 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/mon.a/config 2024-05-10T19:39:04.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:03 smithi045 ceph-mon[27794]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:04.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:03 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:03 smithi170 ceph-mon[30099]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:04.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:03 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:03 smithi106 ceph-mon[29766]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:04.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:03 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:04.722 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch host ls --format json 2024-05-10T19:39:04.722 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r '.[] | .hostname' 2024-05-10T19:39:05.007 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOSTNAMES='smithi045 2024-05-10T19:39:05.007 INFO:teuthology.orchestra.run.smithi045.stderr:smithi106 2024-05-10T19:39:05.007 INFO:teuthology.orchestra.run.smithi045.stderr:smithi170' 2024-05-10T19:39:05.007 INFO:teuthology.orchestra.run.smithi045.stderr:+ for host in $HOSTNAMES 2024-05-10T19:39:05.007 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi045 --format json 2024-05-10T19:39:05.007 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-10T19:39:05.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:05.147 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:05.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:05.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:04 smithi170 ceph-mon[30099]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:05.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:05.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:05.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:05.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:04 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:05.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:05.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:05.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:05.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:04 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:05.350 INFO:teuthology.orchestra.run.smithi045.stderr:+ HAS_MGRS=true 2024-05-10T19:39:05.350 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' true == false ']' 2024-05-10T19:39:05.351 INFO:teuthology.orchestra.run.smithi045.stderr:+ for host in $HOSTNAMES 2024-05-10T19:39:05.351 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi106 --format json 2024-05-10T19:39:05.351 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-10T19:39:05.694 INFO:teuthology.orchestra.run.smithi045.stderr:+ HAS_MGRS=true 2024-05-10T19:39:05.694 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' true == false ']' 2024-05-10T19:39:05.694 INFO:teuthology.orchestra.run.smithi045.stderr:+ for host in $HOSTNAMES 2024-05-10T19:39:05.694 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi170 --format json 2024-05-10T19:39:05.694 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-10T19:39:06.031 INFO:teuthology.orchestra.run.smithi045.stderr:+ HAS_MGRS=false 2024-05-10T19:39:06.032 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' false == false ']' 2024-05-10T19:39:06.032 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOST_C=smithi170 2024-05-10T19:39:06.032 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch ls mon --export 2024-05-10T19:39:06.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:06 smithi045 ceph-mon[27794]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:06.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:06 smithi045 ceph-mon[27794]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:39:06.372 INFO:teuthology.orchestra.run.smithi045.stderr:+ sed /smithi170/d mon.yaml 2024-05-10T19:39:06.373 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-10T19:39:06.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:06 smithi170 ceph-mon[30099]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:06.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:06 smithi170 ceph-mon[30099]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:39:06.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:06 smithi106 ceph-mon[29766]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:06.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:06 smithi106 ceph-mon[29766]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-10T19:39:06.706 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled mon update... 2024-05-10T19:39:06.720 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch host drain smithi170 --zap-osd-devices 2024-05-10T19:39:07.095 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:06 smithi170 podman[42432]: 2024-05-10 19:39:06.760472063 +0000 UTC m=+0.021327115 container died 86c299138979ed00c803db568802f52fa161a2c980fb09abc0ce9c3026f9b922 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-c, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, CEPH_POINT_RELEASE=, RELEASE=squid-bf77c77, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5) 2024-05-10T19:39:07.647 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:07 smithi170 podman[42432]: 2024-05-10 19:39:07.385303893 +0000 UTC m=+0.646158938 container remove 86c299138979ed00c803db568802f52fa161a2c980fb09abc0ce9c3026f9b922 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-c, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77) 2024-05-10T19:39:08.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:08 smithi170 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-10T19:39:08.148 INFO:journalctl@ceph.mon.c.smithi170.stdout:May 10 19:39:08 smithi170 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.c.service: Consumed 3.642s CPU time. 2024-05-10T19:39:09.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:09.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:09.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:09.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;count:3 2024-05-10T19:39:09.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: Removing monitor c from monmap... 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: mon.b calling monitor election 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: mon.a calling monitor election 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: monmap epoch 4 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: last_changed 2024-05-10T19:39:06.724059+0000 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: min_mon_release 19 (squid) 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: election_strategy: 1 2024-05-10T19:39:09.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:39:09.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: 1: [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon.b 2024-05-10T19:39:09.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: fsmap 2024-05-10T19:39:09.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: osdmap e45: 6 total, 6 up, 6 in 2024-05-10T19:39:09.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: mgrmap e15: a(active, since 4m), standbys: b 2024-05-10T19:39:09.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:08 smithi045 ceph-mon[27794]: overall HEALTH_OK 2024-05-10T19:39:09.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi106:172.21.15.106=b;count:3 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: Removing monitor c from monmap... 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: mon.b calling monitor election 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: mon.a calling monitor election 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: monmap epoch 4 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: fsid fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:39:09.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: last_changed 2024-05-10T19:39:06.724059+0000 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: created 2024-05-10T19:33:18.268676+0000 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: min_mon_release 19 (squid) 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: election_strategy: 1 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: 1: [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon.b 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: fsmap 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: osdmap e45: 6 total, 6 up, 6 in 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: mgrmap e15: a(active, since 4m), standbys: b 2024-05-10T19:39:09.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:08 smithi106 ceph-mon[29766]: overall HEALTH_OK 2024-05-10T19:39:10.060 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled to remove the following daemons from host 'smithi170' 2024-05-10T19:39:10.060 INFO:teuthology.orchestra.run.smithi045.stdout:type id 2024-05-10T19:39:10.061 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------- --------------- 2024-05-10T19:39:10.061 INFO:teuthology.orchestra.run.smithi045.stdout:agent smithi170 2024-05-10T19:39:10.061 INFO:teuthology.orchestra.run.smithi045.stdout:mon c 2024-05-10T19:39:10.061 INFO:teuthology.orchestra.run.smithi045.stdout:osd 4 2024-05-10T19:39:10.061 INFO:teuthology.orchestra.run.smithi045.stdout:osd 5 2024-05-10T19:39:10.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:09 smithi045 ceph-mon[27794]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:10.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:09 smithi045 ceph-mon[27794]: Removing daemon mon.c from smithi170 -- ports [] 2024-05-10T19:39:10.073 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi170 2024-05-10T19:39:10.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:09 smithi106 ceph-mon[29766]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:10.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:09 smithi106 ceph-mon[29766]: Removing daemon mon.c from smithi170 -- ports [] 2024-05-10T19:39:10.417 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-10T19:39:10.417 INFO:teuthology.orchestra.run.smithi045.stderr:agent.smithi170 smithi170 running 7s ago 4m - - 2024-05-10T19:39:10.417 INFO:teuthology.orchestra.run.smithi045.stderr:mon.c smithi170 running (4m) 7s ago 4m 34.4M 2048M 19.0.0-2529-gbf77c77e 8359af681d85 86c299138979 2024-05-10T19:39:10.417 INFO:teuthology.orchestra.run.smithi045.stderr:osd.4 smithi170 running (97s) 7s ago 97s 36.1M 9.84G 19.0.0-2529-gbf77c77e 8359af681d85 cd7e82506d26 2024-05-10T19:39:10.417 INFO:teuthology.orchestra.run.smithi045.stderr:osd.5 smithi170 running (73s) 7s ago 72s 42.9M 9.84G 19.0.0-2529-gbf77c77e 8359af681d85 18198a59a997 ' 2024-05-10T19:39:10.418 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-10T19:39:10.418 INFO:teuthology.orchestra.run.smithi045.stderr:agent.smithi170 smithi170 running 7s ago 4m - - 2024-05-10T19:39:10.418 INFO:teuthology.orchestra.run.smithi045.stderr:mon.c smithi170 running (4m) 7s ago 4m 34.4M 2048M 19.0.0-2529-gbf77c77e 8359af681d85 86c299138979 2024-05-10T19:39:10.418 INFO:teuthology.orchestra.run.smithi045.stderr:osd.4 smithi170 running (97s) 7s ago 97s 36.1M 9.84G 19.0.0-2529-gbf77c77e 8359af681d85 cd7e82506d26 2024-05-10T19:39:10.418 INFO:teuthology.orchestra.run.smithi045.stderr:osd.5 smithi170 running (73s) 7s ago 72s 42.9M 9.84G 19.0.0-2529-gbf77c77e 8359af681d85 18198a59a997 ' '!=' 'No daemons reported' ']' 2024-05-10T19:39:10.418 INFO:teuthology.orchestra.run.smithi045.stderr:+ sleep 15 2024-05-10T19:39:11.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi170", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:11.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:11.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: Added label _no_schedule to host smithi170 2024-05-10T19:39:11.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:11.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: Added label _no_conf_keyring to host smithi170 2024-05-10T19:39:11.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-10T19:39:11.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: osd.4 crush weight is 0.0872955322265625 2024-05-10T19:39:11.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-10T19:39:11.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: osd.5 crush weight is 0.0872955322265625 2024-05-10T19:39:11.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:11.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:11.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:11 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:11.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi170", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:11.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:11.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: Added label _no_schedule to host smithi170 2024-05-10T19:39:11.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:11.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: Added label _no_conf_keyring to host smithi170 2024-05-10T19:39:11.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-10T19:39:11.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: osd.4 crush weight is 0.0872955322265625 2024-05-10T19:39:11.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-10T19:39:11.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: osd.5 crush weight is 0.0872955322265625 2024-05-10T19:39:11.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:11.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:11.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:11 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:12.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:12 smithi106 ceph-mon[29766]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:12.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:12 smithi106 ceph-mon[29766]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:12.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:12 smithi045 ceph-mon[27794]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:12.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:12 smithi045 ceph-mon[27794]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:13.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:13.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:13.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:13 smithi106 ceph-mon[29766]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:13.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:13.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:13 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:13 smithi045 ceph-mon[27794]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:13.725 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:13 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:14.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:14 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:14.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:14 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:14.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:14 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:14.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:14 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:14.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:14 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:14.800 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:14 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:15.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:15 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:15.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:15 smithi106 ceph-mon[29766]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:16.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:15 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:16.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:15 smithi045 ceph-mon[27794]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:17.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi170 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: Updating smithi106:/etc/ceph/ceph.conf 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: Removing smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: Removing smithi170:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: Removing smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:17.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:17.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-10T19:39:17.155 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:16 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-10T19:39:17.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi170 2024-05-10T19:39:17.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: Updating smithi045:/etc/ceph/ceph.conf 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: Updating smithi106:/etc/ceph/ceph.conf 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: Removing smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: Removing smithi170:/etc/ceph/ceph.client.admin.keyring 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: Removing smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:17.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-10T19:39:17.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:16 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-10T19:39:17.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:17 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a[27771]: 2024-05-10T19:39:17.585+0000 7f8605d08700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-05-10T19:39:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: Updating smithi045:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:39:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: Updating smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:39:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-10T19:39:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-10T19:39:18.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: osdmap e46: 6 total, 6 up, 6 in 2024-05-10T19:39:18.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:18.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-10T19:39:18.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:18 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-10T19:39:18.596 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: Updating smithi045:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: Updating smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: osdmap e46: 6 total, 6 up, 6 in 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-10T19:39:18.597 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:18 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-10T19:39:19.304 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:19 smithi170 systemd[1]: Stopping Ceph osd.4 for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:39:19.422 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:19 smithi045 ceph-mon[27794]: osd.5 weight is now 0.0 2024-05-10T19:39:19.422 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:19 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:19.422 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:19 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-10T19:39:19.422 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:19 smithi045 ceph-mon[27794]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-10T19:39:19.422 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:19 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-10T19:39:19.423 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:19 smithi045 ceph-mon[27794]: osdmap e47: 6 total, 5 up, 6 in 2024-05-10T19:39:19.647 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:19 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4[36710]: 2024-05-10T19:39:19.302+0000 7f99888ba700 -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-10T19:39:19.647 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:19 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4[36710]: 2024-05-10T19:39:19.302+0000 7f99888ba700 -1 osd.4 46 *** Got signal Terminated *** 2024-05-10T19:39:19.647 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:19 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4[36710]: 2024-05-10T19:39:19.302+0000 7f99888ba700 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-10T19:39:19.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:19 smithi106 ceph-mon[29766]: osd.5 weight is now 0.0 2024-05-10T19:39:19.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:19 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:19.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:19 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-10T19:39:19.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:19 smithi106 ceph-mon[29766]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-10T19:39:19.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:19 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-10T19:39:19.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:19 smithi106 ceph-mon[29766]: osdmap e47: 6 total, 5 up, 6 in 2024-05-10T19:39:20.117 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:19 smithi170 podman[45621]: 2024-05-10 19:39:19.833875886 +0000 UTC m=+0.641143596 container died cd7e82506d26377ec540800d9b151d4b8a759f91b4ba88b7b7335ac13bce31c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-bf77c77, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-05-10T19:39:20.397 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:20 smithi170 podman[45621]: 2024-05-10 19:39:20.216201532 +0000 UTC m=+1.023469244 container cleanup cd7e82506d26377ec540800d9b151d4b8a759f91b4ba88b7b7335ac13bce31c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-bf77c77, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240507, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-10T19:39:20.397 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:20 smithi170 bash[45621]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4 2024-05-10T19:39:20.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:20 smithi045 ceph-mon[27794]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:20.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:20 smithi045 ceph-mon[27794]: osd.4 now down 2024-05-10T19:39:20.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:20 smithi045 ceph-mon[27794]: Removing daemon osd.4 from smithi170 -- ports [] 2024-05-10T19:39:20.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:20 smithi045 ceph-mon[27794]: osdmap e48: 6 total, 5 up, 6 in 2024-05-10T19:39:20.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:20 smithi106 ceph-mon[29766]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:20.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:20 smithi106 ceph-mon[29766]: osd.4 now down 2024-05-10T19:39:20.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:20 smithi106 ceph-mon[29766]: Removing daemon osd.4 from smithi170 -- ports [] 2024-05-10T19:39:20.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:20 smithi106 ceph-mon[29766]: osdmap e48: 6 total, 5 up, 6 in 2024-05-10T19:39:20.749 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:20 smithi170 podman[45644]: 2024-05-10 19:39:20.4420965 +0000 UTC m=+0.612378379 container remove cd7e82506d26377ec540800d9b151d4b8a759f91b4ba88b7b7335ac13bce31c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-05-10T19:39:21.005 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:20 smithi170 podman[45738]: 2024-05-10 19:39:20.652064681 +0000 UTC m=+0.017866140 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:39:21.005 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:20 smithi170 podman[45738]: 2024-05-10 19:39:20.751481119 +0000 UTC m=+0.117282599 container create 6973eadd0908bef2b72677626de2a28a2b5299082481ab1c2bf7b7e489d694c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, RELEASE=squid-bf77c77, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-05-10T19:39:21.005 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:20 smithi170 podman[45738]: 2024-05-10 19:39:20.920350727 +0000 UTC m=+0.286152164 container init 6973eadd0908bef2b72677626de2a28a2b5299082481ab1c2bf7b7e489d694c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240507, RELEASE=squid-bf77c77, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-05-10T19:39:21.005 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:20 smithi170 podman[45738]: 2024-05-10 19:39:20.926014158 +0000 UTC m=+0.291815597 container start 6973eadd0908bef2b72677626de2a28a2b5299082481ab1c2bf7b7e489d694c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=squid-bf77c77, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240507, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-05-10T19:39:21.005 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:21 smithi170 podman[45738]: 2024-05-10 19:39:21.003671872 +0000 UTC m=+0.369473320 container attach 6973eadd0908bef2b72677626de2a28a2b5299082481ab1c2bf7b7e489d694c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, RELEASE=squid-bf77c77, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240507, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-05-10T19:39:21.397 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:21 smithi170 podman[45738]: 2024-05-10 19:39:21.222636026 +0000 UTC m=+0.588437456 container died 6973eadd0908bef2b72677626de2a28a2b5299082481ab1c2bf7b7e489d694c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=squid-bf77c77, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-05-10T19:39:21.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:21 smithi106 ceph-mon[29766]: pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:21.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:21 smithi106 ceph-mon[29766]: osdmap e49: 6 total, 5 up, 6 in 2024-05-10T19:39:22.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:21 smithi045 ceph-mon[27794]: pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-05-10T19:39:22.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:21 smithi045 ceph-mon[27794]: osdmap e49: 6 total, 5 up, 6 in 2024-05-10T19:39:22.147 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:21 smithi170 podman[45784]: 2024-05-10 19:39:21.790167521 +0000 UTC m=+0.561977103 container remove 6973eadd0908bef2b72677626de2a28a2b5299082481ab1c2bf7b7e489d694c5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-05-10T19:39:22.147 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:21 smithi170 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-10T19:39:22.147 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:21 smithi170 systemd[1]: Stopped Ceph osd.4 for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:39:22.147 INFO:journalctl@ceph.osd.4.smithi170.stdout:May 10 19:39:21 smithi170 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.4.service: Consumed 1.762s CPU time. 2024-05-10T19:39:22.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: Removing key for osd.4 2024-05-10T19:39:22.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-10T19:39:22.903 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-10T19:39:22.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: Successfully removed osd.4 on smithi170 2024-05-10T19:39:22.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-10T19:39:22.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-10T19:39:22.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: Cluster is now healthy 2024-05-10T19:39:22.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-10T19:39:22.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: osdmap e50: 5 total, 5 up, 5 in 2024-05-10T19:39:22.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: Successfully purged osd.4 on smithi170 2024-05-10T19:39:22.904 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:22 smithi106 ceph-mon[29766]: Zapping devices for osd.4 on smithi170 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: Removing key for osd.4 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: Successfully removed osd.4 on smithi170 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: Cluster is now healthy 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-10T19:39:23.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: osdmap e50: 5 total, 5 up, 5 in 2024-05-10T19:39:23.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: Successfully purged osd.4 on smithi170 2024-05-10T19:39:23.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:22 smithi045 ceph-mon[27794]: Zapping devices for osd.4 on smithi170 2024-05-10T19:39:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:24 smithi106 ceph-mon[29766]: pgmap v194: 1 pgs: 1 unknown; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:39:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:24 smithi106 ceph-mon[29766]: osdmap e51: 5 total, 5 up, 5 in 2024-05-10T19:39:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:24.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:24 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:24 smithi045 ceph-mon[27794]: pgmap v194: 1 pgs: 1 unknown; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:39:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:24 smithi045 ceph-mon[27794]: osdmap e51: 5 total, 5 up, 5 in 2024-05-10T19:39:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:24.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:24 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:25.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:25 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi170 2024-05-10T19:39:25.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:25 smithi106 ceph-mon[29766]: osdmap e52: 5 total, 5 up, 5 in 2024-05-10T19:39:25.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:25.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:25.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:25 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:25.421 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:25 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi170 2024-05-10T19:39:25.421 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:25 smithi045 ceph-mon[27794]: osdmap e52: 5 total, 5 up, 5 in 2024-05-10T19:39:25.421 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:25.421 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:25.421 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:25 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:25.421 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi170 2024-05-10T19:39:25.775 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-10T19:39:25.776 INFO:teuthology.orchestra.run.smithi045.stderr:agent.smithi170 smithi170 running 1s ago 4m - - 2024-05-10T19:39:25.776 INFO:teuthology.orchestra.run.smithi045.stderr:osd.5 smithi170 running (88s) 1s ago 88s 44.8M 9.84G 19.0.0-2529-gbf77c77e 8359af681d85 18198a59a997 ' 2024-05-10T19:39:25.776 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-10T19:39:25.776 INFO:teuthology.orchestra.run.smithi045.stderr:agent.smithi170 smithi170 running 1s ago 4m - - 2024-05-10T19:39:25.776 INFO:teuthology.orchestra.run.smithi045.stderr:osd.5 smithi170 running (88s) 1s ago 88s 44.8M 9.84G 19.0.0-2529-gbf77c77e 8359af681d85 18198a59a997 ' '!=' 'No daemons reported' ']' 2024-05-10T19:39:25.776 INFO:teuthology.orchestra.run.smithi045.stderr:+ sleep 15 2024-05-10T19:39:26.038 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:39:25 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:39:25.894+0000 7fb55e82b700 -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-10T19:39:26.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:26 smithi106 ceph-mon[29766]: pgmap v197: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:39:26.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:26 smithi106 ceph-mon[29766]: osdmap e53: 5 total, 5 up, 5 in 2024-05-10T19:39:26.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:26 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:26.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:26 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-10T19:39:26.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:26 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:26 smithi045 ceph-mon[27794]: pgmap v197: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:39:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:26 smithi045 ceph-mon[27794]: osdmap e53: 5 total, 5 up, 5 in 2024-05-10T19:39:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:26 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:26 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-10T19:39:26.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:26 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:27.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:27.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: Successfully zapped devices for osd.4 on smithi170 2024-05-10T19:39:27.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:27.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-10T19:39:27.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: Removing daemon agent.smithi170 from smithi170 -- ports [] 2024-05-10T19:39:27.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: osdmap e54: 5 total, 5 up, 5 in 2024-05-10T19:39:27.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi170"}]: dispatch 2024-05-10T19:39:27.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi170"}]': finished 2024-05-10T19:39:27.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:27.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:27.404 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:27 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: Successfully zapped devices for osd.4 on smithi170 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: Removing daemon agent.smithi170 from smithi170 -- ports [] 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: osdmap e54: 5 total, 5 up, 5 in 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi170"}]: dispatch 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi170"}]': finished 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:27.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:27 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:28.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:28 smithi106 ceph-mon[29766]: pgmap v200: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:39:28.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:28 smithi106 ceph-mon[29766]: Removing key for client.agent.smithi170 2024-05-10T19:39:28.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:28.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:28 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:28 smithi045 ceph-mon[27794]: pgmap v200: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:39:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:28 smithi045 ceph-mon[27794]: Removing key for client.agent.smithi170 2024-05-10T19:39:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:28.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:28 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:30.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:30 smithi106 ceph-mon[29766]: pgmap v201: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:39:30.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:30 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:30.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:30 smithi045 ceph-mon[27794]: pgmap v201: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-10T19:39:30.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:30 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:31.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:31 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a[27771]: 2024-05-10T19:39:31.285+0000 7f8605d08700 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-05-10T19:39:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-05-10T19:39:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: Detected new or changed devices on smithi170 2024-05-10T19:39:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:32.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-10T19:39:32.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:32 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-10T19:39:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-05-10T19:39:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: Detected new or changed devices on smithi170 2024-05-10T19:39:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:32.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-10T19:39:32.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:32 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-10T19:39:33.005 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:32 smithi170 systemd[1]: Stopping Ceph osd.5 for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:39:33.398 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:33 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5[40481]: 2024-05-10T19:39:33.003+0000 7ff86e8bb700 -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-10T19:39:33.398 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:33 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5[40481]: 2024-05-10T19:39:33.003+0000 7ff86e8bb700 -1 osd.5 54 *** Got signal Terminated *** 2024-05-10T19:39:33.398 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:33 smithi170 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5[40481]: 2024-05-10T19:39:33.003+0000 7ff86e8bb700 -1 osd.5 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-10T19:39:33.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:33 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:33.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:33 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:33.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:33 smithi045 ceph-mon[27794]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-10T19:39:33.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:33 smithi045 ceph-mon[27794]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-10T19:39:33.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:33 smithi045 ceph-mon[27794]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-10T19:39:33.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:33 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-10T19:39:33.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:33 smithi045 ceph-mon[27794]: osdmap e55: 5 total, 4 up, 5 in 2024-05-10T19:39:33.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:33 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:33.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:33 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-10T19:39:33.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:33 smithi106 ceph-mon[29766]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-10T19:39:33.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:33 smithi106 ceph-mon[29766]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-10T19:39:33.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:33 smithi106 ceph-mon[29766]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-10T19:39:33.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:33 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-10T19:39:33.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:33 smithi106 ceph-mon[29766]: osdmap e55: 5 total, 4 up, 5 in 2024-05-10T19:39:33.776 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:33 smithi170 podman[49043]: 2024-05-10 19:39:33.524355871 +0000 UTC m=+0.637404493 container died 18198a59a99706316ed4a52e23ab44f7f8409a9258fca054b050a39cff3bf6a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240507, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=squid-bf77c77, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-05-10T19:39:34.147 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:33 smithi170 podman[49043]: 2024-05-10 19:39:33.824682918 +0000 UTC m=+0.937731530 container cleanup 18198a59a99706316ed4a52e23ab44f7f8409a9258fca054b050a39cff3bf6a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5, RELEASE=squid-bf77c77, GIT_CLEAN=True, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-05-10T19:39:34.147 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:33 smithi170 bash[49043]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5 2024-05-10T19:39:34.147 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:33 smithi170 podman[49068]: 2024-05-10 19:39:33.992589744 +0000 UTC m=+0.460527624 container remove 18198a59a99706316ed4a52e23ab44f7f8409a9258fca054b050a39cff3bf6a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=squid-bf77c77, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-05-10T19:39:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:34 smithi045 ceph-mon[27794]: osd.5 now down 2024-05-10T19:39:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:34 smithi045 ceph-mon[27794]: Removing daemon osd.5 from smithi170 -- ports [] 2024-05-10T19:39:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:34 smithi045 ceph-mon[27794]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-05-10T19:39:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:34 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:34.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:34 smithi106 ceph-mon[29766]: osd.5 now down 2024-05-10T19:39:34.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:34 smithi106 ceph-mon[29766]: Removing daemon osd.5 from smithi170 -- ports [] 2024-05-10T19:39:34.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:34 smithi106 ceph-mon[29766]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-05-10T19:39:34.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:34.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:34.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:34 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:34.729 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:34 smithi170 podman[49162]: 2024-05-10 19:39:34.3370098 +0000 UTC m=+0.017787343 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:39:34.729 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:34 smithi170 podman[49162]: 2024-05-10 19:39:34.434962392 +0000 UTC m=+0.115739927 container create d386288d1787d6c0168be999e5e8b78e2dc58c222f574efed0a1896c99a24dbe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=squid-bf77c77) 2024-05-10T19:39:34.729 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:34 smithi170 podman[49162]: 2024-05-10 19:39:34.637147662 +0000 UTC m=+0.317925196 container init d386288d1787d6c0168be999e5e8b78e2dc58c222f574efed0a1896c99a24dbe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, RELEASE=squid-bf77c77, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-05-10T19:39:34.729 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:34 smithi170 podman[49162]: 2024-05-10 19:39:34.642627496 +0000 UTC m=+0.323405033 container start d386288d1787d6c0168be999e5e8b78e2dc58c222f574efed0a1896c99a24dbe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True) 2024-05-10T19:39:34.729 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:34 smithi170 podman[49162]: 2024-05-10 19:39:34.728606973 +0000 UTC m=+0.409384515 container attach d386288d1787d6c0168be999e5e8b78e2dc58c222f574efed0a1896c99a24dbe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, RELEASE=squid-bf77c77, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-05-10T19:39:35.147 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:34 smithi170 podman[49162]: 2024-05-10 19:39:34.929781598 +0000 UTC m=+0.610559125 container died d386288d1787d6c0168be999e5e8b78e2dc58c222f574efed0a1896c99a24dbe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0) 2024-05-10T19:39:35.505 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:35 smithi170 podman[49208]: 2024-05-10 19:39:35.464683875 +0000 UTC m=+0.529779105 container remove d386288d1787d6c0168be999e5e8b78e2dc58c222f574efed0a1896c99a24dbe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, RELEASE=squid-bf77c77, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True) 2024-05-10T19:39:35.505 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:35 smithi170 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-10T19:39:35.505 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:35 smithi170 systemd[1]: Stopped Ceph osd.5 for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:39:35.506 INFO:journalctl@ceph.osd.5.smithi170.stdout:May 10 19:39:35 smithi170 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.5.service: Consumed 2.106s CPU time. 2024-05-10T19:39:35.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:35 smithi045 ceph-mon[27794]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-10T19:39:35.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:35 smithi106 ceph-mon[29766]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: Removing key for osd.5 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: Successfully removed osd.5 on smithi170 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: Cluster is now healthy 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: osdmap e56: 4 total, 4 up, 4 in 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: Successfully purged osd.5 on smithi170 2024-05-10T19:39:36.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: Zapping devices for osd.5 on smithi170 2024-05-10T19:39:36.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:36.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:36.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:36 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: Removing key for osd.5 2024-05-10T19:39:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-10T19:39:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-10T19:39:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: Successfully removed osd.5 on smithi170 2024-05-10T19:39:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-10T19:39:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-10T19:39:36.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-10T19:39:36.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: Cluster is now healthy 2024-05-10T19:39:36.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-10T19:39:36.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: osdmap e56: 4 total, 4 up, 4 in 2024-05-10T19:39:36.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: Successfully purged osd.5 on smithi170 2024-05-10T19:39:36.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: Zapping devices for osd.5 on smithi170 2024-05-10T19:39:36.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:36.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:36.654 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:36 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:37.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:37 smithi045 ceph-mon[27794]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-10T19:39:37.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:37 smithi106 ceph-mon[29766]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-10T19:39:40.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:40 smithi045 ceph-mon[27794]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:40.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:40 smithi045 ceph-mon[27794]: Successfully zapped devices for osd.5 on smithi170 2024-05-10T19:39:40.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:40 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:40.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:40 smithi045 ceph-mon[27794]: Reconfiguring mon.a (monmap changed)... 2024-05-10T19:39:40.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:40 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:39:40.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:40 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:39:40.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:40 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:40.091 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:40 smithi045 ceph-mon[27794]: Reconfiguring daemon mon.a on smithi045 2024-05-10T19:39:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:40 smithi106 ceph-mon[29766]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:40 smithi106 ceph-mon[29766]: Successfully zapped devices for osd.5 on smithi170 2024-05-10T19:39:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:40 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:40 smithi106 ceph-mon[29766]: Reconfiguring mon.a (monmap changed)... 2024-05-10T19:39:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:40 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:39:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:40 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:39:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:40 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:40.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:40 smithi106 ceph-mon[29766]: Reconfiguring daemon mon.a on smithi045 2024-05-10T19:39:40.778 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --hostname smithi170 2024-05-10T19:39:41.127 INFO:teuthology.orchestra.run.smithi045.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-10T19:39:41.127 INFO:teuthology.orchestra.run.smithi045.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-10T19:39:41.127 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-10T19:39:41.466 INFO:teuthology.orchestra.run.smithi045.stderr:17 2024-05-10T19:39:41.478 INFO:teuthology.orchestra.run.smithi045.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-10T19:39:41.492 INFO:teuthology.orchestra.run.smithi045.stderr:++ cat crushmap.txt 2024-05-10T19:39:41.493 INFO:teuthology.orchestra.run.smithi045.stderr:+ CRUSH_MAP='# begin crush map 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_local_tries 0 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_local_fallback_tries 0 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_total_tries 50 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_descend_once 1 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_vary_r 1 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_stable 1 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:tunable straw_calc_version 1 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:tunable allowed_bucket_algs 54 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:# devices 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:device 0 osd.0 class ssd 2024-05-10T19:39:41.494 INFO:teuthology.orchestra.run.smithi045.stderr:device 1 osd.1 class ssd 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:device 2 osd.2 class ssd 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:device 3 osd.3 class ssd 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:# types 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 0 osd 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 1 host 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 2 chassis 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 3 rack 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 4 row 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 5 pdu 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 6 pod 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 7 room 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 8 datacenter 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 9 zone 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 10 region 2024-05-10T19:39:41.495 INFO:teuthology.orchestra.run.smithi045.stderr:type 11 root 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr:# buckets 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi045 { 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: id -3 # do not change unnecessarily 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: id -4 class ssd # do not change unnecessarily 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.17459 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.0 weight 0.08730 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.1 weight 0.08730 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi106 { 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: id -5 # do not change unnecessarily 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: id -6 class ssd # do not change unnecessarily 2024-05-10T19:39:41.496 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.17459 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.2 weight 0.08730 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.3 weight 0.08730 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi170 { 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: id -7 # do not change unnecessarily 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: id -8 class ssd # do not change unnecessarily 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.00000 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr:root default { 2024-05-10T19:39:41.497 INFO:teuthology.orchestra.run.smithi045.stderr: id -1 # do not change unnecessarily 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: id -2 class ssd # do not change unnecessarily 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.34918 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi045 weight 0.17459 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi106 weight 0.17459 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi170 weight 0.00000 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr:# rules 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr:rule replicated_rule { 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: id 0 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: type replicated 2024-05-10T19:39:41.498 INFO:teuthology.orchestra.run.smithi045.stderr: step take default 2024-05-10T19:39:41.499 INFO:teuthology.orchestra.run.smithi045.stderr: step choose firstn 0 type osd 2024-05-10T19:39:41.499 INFO:teuthology.orchestra.run.smithi045.stderr: step emit 2024-05-10T19:39:41.499 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:39:41.499 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:39:41.499 INFO:teuthology.orchestra.run.smithi045.stderr:# end crush map' 2024-05-10T19:39:41.499 INFO:teuthology.orchestra.run.smithi045.stderr:+ grep -q smithi170 2024-05-10T19:39:41.499 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch host rm smithi170 --rm-crush-entry 2024-05-10T19:39:42.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: Reconfiguring mgr.a (monmap changed)... 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: Reconfiguring daemon mgr.a on smithi045 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:42.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:41 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3370481738' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-10T19:39:42.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:42.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:42.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:42.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: Reconfiguring mgr.a (monmap changed)... 2024-05-10T19:39:42.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:39:42.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:39:42.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:42.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: Reconfiguring daemon mgr.a on smithi045 2024-05-10T19:39:42.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:42.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:41 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3370481738' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-10T19:39:42.822 INFO:teuthology.orchestra.run.smithi045.stdout:Removed host 'smithi170' 2024-05-10T19:39:42.836 INFO:teuthology.orchestra.run.smithi045.stderr:+ sleep 30 2024-05-10T19:39:43.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:42 smithi045 ceph-mon[27794]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi170", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:43.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi170"}]: dispatch 2024-05-10T19:39:43.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:43.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:43.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-10T19:39:43.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:42 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:43.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:42 smithi106 ceph-mon[29766]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi170", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-10T19:39:43.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:42 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi170"}]: dispatch 2024-05-10T19:39:43.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:42 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:43.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:42 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:43.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:42 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-10T19:39:43.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:42 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:44.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: Reconfiguring osd.0 (monmap changed)... 2024-05-10T19:39:44.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: Reconfiguring daemon osd.0 on smithi045 2024-05-10T19:39:44.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:44.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi170"}]': finished 2024-05-10T19:39:44.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: osdmap e57: 4 total, 4 up, 4 in 2024-05-10T19:39:44.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:44.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi170"}]: dispatch 2024-05-10T19:39:44.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi170"}]': finished 2024-05-10T19:39:44.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:43 smithi045 ceph-mon[27794]: Removed host smithi170 2024-05-10T19:39:44.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: Reconfiguring osd.0 (monmap changed)... 2024-05-10T19:39:44.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: Reconfiguring daemon osd.0 on smithi045 2024-05-10T19:39:44.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:44.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi170"}]': finished 2024-05-10T19:39:44.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: osdmap e57: 4 total, 4 up, 4 in 2024-05-10T19:39:44.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:44.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi170"}]: dispatch 2024-05-10T19:39:44.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi170"}]': finished 2024-05-10T19:39:44.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:43 smithi106 ceph-mon[29766]: Removed host smithi170 2024-05-10T19:39:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-10T19:39:45.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:45 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:45 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:45 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:45 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-10T19:39:45.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:45 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:46 smithi045 ceph-mon[27794]: Reconfiguring osd.1 (monmap changed)... 2024-05-10T19:39:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:46 smithi045 ceph-mon[27794]: Reconfiguring daemon osd.1 on smithi045 2024-05-10T19:39:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:46 smithi045 ceph-mon[27794]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:46.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:46.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:39:46.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:39:46.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:46 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:46 smithi106 ceph-mon[29766]: Reconfiguring osd.1 (monmap changed)... 2024-05-10T19:39:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:46 smithi106 ceph-mon[29766]: Reconfiguring daemon osd.1 on smithi045 2024-05-10T19:39:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:46 smithi106 ceph-mon[29766]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-10T19:39:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-10T19:39:46.644 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:46 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:47.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:47 smithi045 ceph-mon[27794]: Reconfiguring mon.b (monmap changed)... 2024-05-10T19:39:47.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:47 smithi045 ceph-mon[27794]: Reconfiguring daemon mon.b on smithi106 2024-05-10T19:39:47.572 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:47 smithi106 ceph-mon[29766]: Reconfiguring mon.b (monmap changed)... 2024-05-10T19:39:47.572 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:47 smithi106 ceph-mon[29766]: Reconfiguring daemon mon.b on smithi106 2024-05-10T19:39:48.508 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:48 smithi106 ceph-mon[29766]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:48.508 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:48 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:48.509 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:48 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:48.509 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:48 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:39:48.509 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:48 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:39:48.509 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:48 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:48.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:48 smithi045 ceph-mon[27794]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:48.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:48 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:48.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:48 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:48.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:48 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-10T19:39:48.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:48 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-10T19:39:48.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:48 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:49.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:49 smithi045 ceph-mon[27794]: Reconfiguring mgr.b (monmap changed)... 2024-05-10T19:39:49.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:49 smithi045 ceph-mon[27794]: Reconfiguring daemon mgr.b on smithi106 2024-05-10T19:39:49.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:49 smithi106 ceph-mon[29766]: Reconfiguring mgr.b (monmap changed)... 2024-05-10T19:39:49.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:49 smithi106 ceph-mon[29766]: Reconfiguring daemon mgr.b on smithi106 2024-05-10T19:39:50.365 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:50 smithi106 ceph-mon[29766]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:50.365 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:50 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:50.365 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:50 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:50.365 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:50 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-10T19:39:50.365 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:50 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:50.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:50 smithi045 ceph-mon[27794]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:50.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:50 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:50.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:50 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:50.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:50 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-10T19:39:50.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:50 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:51.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:51 smithi106 ceph-mon[29766]: Reconfiguring osd.2 (monmap changed)... 2024-05-10T19:39:51.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:51 smithi106 ceph-mon[29766]: Reconfiguring daemon osd.2 on smithi106 2024-05-10T19:39:51.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:51 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:51.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:51 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:51.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:51 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-10T19:39:51.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:51 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:51.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:51 smithi045 ceph-mon[27794]: Reconfiguring osd.2 (monmap changed)... 2024-05-10T19:39:51.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:51 smithi045 ceph-mon[27794]: Reconfiguring daemon osd.2 on smithi106 2024-05-10T19:39:51.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:51 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:51.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:51 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:51.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:51 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-10T19:39:51.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:51 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:52.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:52 smithi106 ceph-mon[29766]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:52.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:52 smithi106 ceph-mon[29766]: Reconfiguring osd.3 (monmap changed)... 2024-05-10T19:39:52.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:52 smithi106 ceph-mon[29766]: Reconfiguring daemon osd.3 on smithi106 2024-05-10T19:39:52.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:52 smithi045 ceph-mon[27794]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:52.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:52 smithi045 ceph-mon[27794]: Reconfiguring osd.3 (monmap changed)... 2024-05-10T19:39:52.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:52 smithi045 ceph-mon[27794]: Reconfiguring daemon osd.3 on smithi106 2024-05-10T19:39:54.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:54.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:54.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:54.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:54.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:54.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-10T19:39:54.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.154 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:53 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:54.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-10T19:39:54.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-10T19:39:54.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-10T19:39:54.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:54.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-10T19:39:54.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:54.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:53 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:56.159 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:55 smithi045 ceph-mon[27794]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:56.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:55 smithi106 ceph-mon[29766]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:57.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:57.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:57.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:57 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:57.423 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:57.423 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:57.423 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:57 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:39:58.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:39:58 smithi045 ceph-mon[27794]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:39:58.584 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:39:58 smithi106 ceph-mon[29766]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:00 smithi045 ceph-mon[27794]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:00 smithi045 ceph-mon[27794]: Health detail: HEALTH_WARN 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-05-10T19:40:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:00 smithi045 ceph-mon[27794]: [WRN] CEPHADM_STRAY_HOST: 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-05-10T19:40:00.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:00 smithi045 ceph-mon[27794]: stray host smithi170 has 1 stray daemons: ['mon.b'] 2024-05-10T19:40:00.637 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:00 smithi106 ceph-mon[29766]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:00.637 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:00 smithi106 ceph-mon[29766]: Health detail: HEALTH_WARN 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-05-10T19:40:00.637 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:00 smithi106 ceph-mon[29766]: [WRN] CEPHADM_STRAY_HOST: 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-05-10T19:40:00.637 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:00 smithi106 ceph-mon[29766]: stray host smithi170 has 1 stray daemons: ['mon.b'] 2024-05-10T19:40:02.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:02 smithi045 ceph-mon[27794]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:02.569 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:02 smithi106 ceph-mon[29766]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:04.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:04 smithi045 ceph-mon[27794]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:04.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:04 smithi106 ceph-mon[29766]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:06.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:06 smithi045 ceph-mon[27794]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:06.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:06 smithi106 ceph-mon[29766]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:08.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:08 smithi045 ceph-mon[27794]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:08.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:08 smithi106 ceph-mon[29766]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:10.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:10 smithi045 ceph-mon[27794]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:10.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:10 smithi106 ceph-mon[29766]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:12.538 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:12 smithi045 ceph-mon[27794]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:12.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:12 smithi106 ceph-mon[29766]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:12.840 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-10T19:40:13.168 INFO:teuthology.orchestra.run.smithi045.stderr:18 2024-05-10T19:40:13.179 INFO:teuthology.orchestra.run.smithi045.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-10T19:40:13.194 INFO:teuthology.orchestra.run.smithi045.stderr:++ cat crushmap.txt 2024-05-10T19:40:13.196 INFO:teuthology.orchestra.run.smithi045.stderr:+ CRUSH_MAP='# begin crush map 2024-05-10T19:40:13.196 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_local_tries 0 2024-05-10T19:40:13.196 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_local_fallback_tries 0 2024-05-10T19:40:13.196 INFO:teuthology.orchestra.run.smithi045.stderr:tunable choose_total_tries 50 2024-05-10T19:40:13.196 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_descend_once 1 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_vary_r 1 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:tunable chooseleaf_stable 1 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:tunable straw_calc_version 1 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:tunable allowed_bucket_algs 54 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:# devices 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:device 0 osd.0 class ssd 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:device 1 osd.1 class ssd 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:device 2 osd.2 class ssd 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:device 3 osd.3 class ssd 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:# types 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:type 0 osd 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:type 1 host 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:type 2 chassis 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:type 3 rack 2024-05-10T19:40:13.197 INFO:teuthology.orchestra.run.smithi045.stderr:type 4 row 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:type 5 pdu 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:type 6 pod 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:type 7 room 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:type 8 datacenter 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:type 9 zone 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:type 10 region 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:type 11 root 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:# buckets 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi045 { 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr: id -3 # do not change unnecessarily 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr: id -4 class ssd # do not change unnecessarily 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.17459 2024-05-10T19:40:13.198 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.0 weight 0.08730 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.1 weight 0.08730 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr:host smithi106 { 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: id -5 # do not change unnecessarily 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: id -6 class ssd # do not change unnecessarily 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.17459 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.2 weight 0.08730 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: item osd.3 weight 0.08730 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr:root default { 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: id -1 # do not change unnecessarily 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: id -2 class ssd # do not change unnecessarily 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: # weight 0.34918 2024-05-10T19:40:13.199 INFO:teuthology.orchestra.run.smithi045.stderr: alg straw2 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: hash 0 # rjenkins1 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi045 weight 0.17459 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: item smithi106 weight 0.17459 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr:# rules 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr:rule replicated_rule { 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: id 0 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: type replicated 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: step take default 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: step choose firstn 0 type osd 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: step emit 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr:} 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr:# end crush map' 2024-05-10T19:40:13.200 INFO:teuthology.orchestra.run.smithi045.stderr:+ grep -q smithi170 2024-05-10T19:40:13.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:13 smithi106 ceph-mon[29766]: from='client.? 172.21.15.45:0/3930743375' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-10T19:40:13.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:13 smithi045 ceph-mon[27794]: from='client.? 172.21.15.45:0/3930743375' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-10T19:40:13.951 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-10T19:40:13.961 INFO:tasks.cephadm:Teardown begin 2024-05-10T19:40:13.962 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:40:13.991 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:40:14.027 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:40:14.061 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-10T19:40:14.061 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-10T19:40:14.077 DEBUG:teuthology.orchestra.run.smithi106:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-10T19:40:14.094 DEBUG:teuthology.orchestra.run.smithi170:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-10T19:40:14.119 INFO:tasks.cephadm:Stopping all daemons... 2024-05-10T19:40:14.119 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-10T19:40:14.119 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.a 2024-05-10T19:40:14.188 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 systemd[1]: Stopping Ceph mon.a for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:40:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:14 smithi106 ceph-mon[29766]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:14 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:40:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:14 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:40:14.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:14 smithi106 ceph-mon[29766]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:40:14.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 ceph-mon[27794]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-10T19:40:14.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:40:14.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:40:14.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 ceph-mon[27794]: from='mgr.14150 172.21.15.45:0/226941423' entity='mgr.a' 2024-05-10T19:40:14.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a[27771]: 2024-05-10T19:40:14.424+0000 7f860b513700 -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-10T19:40:14.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a[27771]: 2024-05-10T19:40:14.424+0000 7f860b513700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-10T19:40:14.766 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 podman[54508]: 2024-05-10 19:40:14.457012455 +0000 UTC m=+0.129219259 container died 686b066bcca8e76bd5e337878f0722bca646effc18fed38bf3ed6e91dde0132f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, RELEASE=squid-bf77c77, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-05-10T19:40:15.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 podman[54508]: 2024-05-10 19:40:14.864418293 +0000 UTC m=+0.536625096 container cleanup 686b066bcca8e76bd5e337878f0722bca646effc18fed38bf3ed6e91dde0132f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=squid-bf77c77, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240507, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-05-10T19:40:15.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:14 smithi045 bash[54508]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a 2024-05-10T19:40:15.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:May 10 19:40:15 smithi045 podman[54527]: 2024-05-10 19:40:15.082510629 +0000 UTC m=+0.619667620 container remove 686b066bcca8e76bd5e337878f0722bca646effc18fed38bf3ed6e91dde0132f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-a, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2) 2024-05-10T19:40:15.352 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.a.service' 2024-05-10T19:40:15.396 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:15.396 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-10T19:40:15.396 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-10T19:40:15.396 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.b 2024-05-10T19:40:15.653 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:15 smithi106 systemd[1]: Stopping Ceph mon.b for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:40:16.098 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:15 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-b[29743]: 2024-05-10T19:40:15.706+0000 7faa28ebc700 -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-10T19:40:16.098 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:15 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-b[29743]: 2024-05-10T19:40:15.706+0000 7faa28ebc700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-10T19:40:16.098 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:15 smithi106 podman[44147]: 2024-05-10 19:40:15.830794195 +0000 UTC m=+0.248434818 container died 273e7ac965a14ecd07de352edd112a110a910e818ae49d9ad4841e4f254c6746 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-b, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, RELEASE=squid-bf77c77, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507) 2024-05-10T19:40:16.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:16 smithi106 podman[44147]: 2024-05-10 19:40:16.280148552 +0000 UTC m=+0.697789171 container cleanup 273e7ac965a14ecd07de352edd112a110a910e818ae49d9ad4841e4f254c6746 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240507, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-bf77c77, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True) 2024-05-10T19:40:16.403 INFO:journalctl@ceph.mon.b.smithi106.stdout:May 10 19:40:16 smithi106 bash[44147]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mon-b 2024-05-10T19:40:16.705 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.b.service' 2024-05-10T19:40:16.778 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:16.779 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-10T19:40:16.779 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-10T19:40:16.779 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.c 2024-05-10T19:40:16.825 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mon.c.service' 2024-05-10T19:40:16.954 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:16.954 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-10T19:40:16.954 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-10T19:40:16.955 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.a 2024-05-10T19:40:17.069 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:40:17 smithi045 systemd[1]: Stopping Ceph mgr.a for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:40:18.197 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:40:17 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:40:17.938+0000 7fb595dda700 -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-10T19:40:18.197 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:40:17 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a[28053]: 2024-05-10T19:40:17.938+0000 7fb595dda700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-10T19:40:18.538 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:40:18 smithi045 podman[54713]: 2024-05-10 19:40:18.399184543 +0000 UTC m=+0.580018629 container died 6695025d47360720a6246ad1dea519f36c5c42d64cd5f4a493e0bc258c813968 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-bf77c77, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240507) 2024-05-10T19:40:18.990 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:40:18 smithi045 podman[54713]: 2024-05-10 19:40:18.795975323 +0000 UTC m=+0.976809422 container cleanup 6695025d47360720a6246ad1dea519f36c5c42d64cd5f4a493e0bc258c813968 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=squid-bf77c77, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-05-10T19:40:18.990 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:40:18 smithi045 bash[54713]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a 2024-05-10T19:40:18.990 INFO:journalctl@ceph.mgr.a.smithi045.stdout:May 10 19:40:18 smithi045 podman[54764]: 2024-05-10 19:40:18.957938142 +0000 UTC m=+0.982992375 container remove 6695025d47360720a6246ad1dea519f36c5c42d64cd5f4a493e0bc258c813968 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf77c77e13287c5f844356e82ad19f486f6e6823, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-a, RELEASE=squid-bf77c77, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD) 2024-05-10T19:40:19.729 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.a.service' 2024-05-10T19:40:19.768 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:19.769 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-10T19:40:19.769 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-10T19:40:19.769 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.b 2024-05-10T19:40:19.897 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:40:19 smithi106 systemd[1]: Stopping Ceph mgr.b for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:40:20.773 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:40:20 smithi106 podman[44408]: 2024-05-10 19:40:20.479316842 +0000 UTC m=+0.126420337 container died 014d5592055bb9edfa6632d5fd0816bc67363facf5cb6f07eb2679a08e810860 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-bf77c77, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507) 2024-05-10T19:40:21.153 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:40:20 smithi106 podman[44408]: 2024-05-10 19:40:20.910131874 +0000 UTC m=+0.557235375 container cleanup 014d5592055bb9edfa6632d5fd0816bc67363facf5cb6f07eb2679a08e810860 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b, io.buildah.version=1.33.5, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=squid-bf77c77, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-05-10T19:40:21.153 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:40:20 smithi106 bash[44408]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b 2024-05-10T19:40:21.798 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:40:21 smithi106 podman[44431]: 2024-05-10 19:40:21.40412632 +0000 UTC m=+0.927466359 container remove 014d5592055bb9edfa6632d5fd0816bc67363facf5cb6f07eb2679a08e810860 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, RELEASE=squid-bf77c77, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507) 2024-05-10T19:40:21.798 INFO:journalctl@ceph.mgr.b.smithi106.stdout:May 10 19:40:21 smithi106 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-05-10T19:40:22.015 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@mgr.b.service' 2024-05-10T19:40:22.052 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:22.052 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-10T19:40:22.052 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-10T19:40:22.052 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.0 2024-05-10T19:40:22.363 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:22 smithi045 systemd[1]: Stopping Ceph osd.0 for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:40:22.788 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:22 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0[40178]: 2024-05-10T19:40:22.361+0000 7f134a460700 -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-10T19:40:22.788 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:22 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0[40178]: 2024-05-10T19:40:22.361+0000 7f134a460700 -1 osd.0 57 *** Got signal Terminated *** 2024-05-10T19:40:22.788 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:22 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0[40178]: 2024-05-10T19:40:22.361+0000 7f134a460700 -1 osd.0 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-10T19:40:28.176 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:27 smithi045 podman[55219]: 2024-05-10 19:40:27.879762242 +0000 UTC m=+5.628671630 container died a2e42c1dea7be4d561f777dfef38e6485e2cde33692a78ed80db7e4331432ad2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0, RELEASE=squid-bf77c77, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.build-date=20240507, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-10T19:40:28.527 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:28 smithi045 podman[55219]: 2024-05-10 19:40:28.333946695 +0000 UTC m=+6.082856126 container cleanup a2e42c1dea7be4d561f777dfef38e6485e2cde33692a78ed80db7e4331432ad2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , RELEASE=squid-bf77c77, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS) 2024-05-10T19:40:28.527 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:28 smithi045 bash[55219]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0 2024-05-10T19:40:28.788 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:28 smithi045 podman[55242]: 2024-05-10 19:40:28.526971555 +0000 UTC m=+0.637727342 container remove a2e42c1dea7be4d561f777dfef38e6485e2cde33692a78ed80db7e4331432ad2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-bf77c77, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-05-10T19:40:29.255 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:28 smithi045 podman[55339]: 2024-05-10 19:40:28.871068278 +0000 UTC m=+0.018578097 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:40:29.255 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:28 smithi045 podman[55339]: 2024-05-10 19:40:28.977750642 +0000 UTC m=+0.125260500 container create dd463bdce58fc431e7a1ed564cc24374a07ed131adf1d0ca6c7fc3e4ba8ea2ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, org.label-schema.vendor=CentOS) 2024-05-10T19:40:29.256 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:29 smithi045 podman[55339]: 2024-05-10 19:40:29.17207197 +0000 UTC m=+0.319581780 container init dd463bdce58fc431e7a1ed564cc24374a07ed131adf1d0ca6c7fc3e4ba8ea2ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=squid-bf77c77, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-05-10T19:40:29.256 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:29 smithi045 podman[55339]: 2024-05-10 19:40:29.178046473 +0000 UTC m=+0.325556273 container start dd463bdce58fc431e7a1ed564cc24374a07ed131adf1d0ca6c7fc3e4ba8ea2ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, 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.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, RELEASE=squid-bf77c77, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2) 2024-05-10T19:40:29.256 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:29 smithi045 podman[55339]: 2024-05-10 19:40:29.254745999 +0000 UTC m=+0.402255799 container attach dd463bdce58fc431e7a1ed564cc24374a07ed131adf1d0ca6c7fc3e4ba8ea2ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240507, RELEASE=squid-bf77c77, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-10T19:40:29.538 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:29 smithi045 podman[55339]: 2024-05-10 19:40:29.481965414 +0000 UTC m=+0.629475229 container died dd463bdce58fc431e7a1ed564cc24374a07ed131adf1d0ca6c7fc3e4ba8ea2ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=squid-bf77c77, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-10T19:40:30.049 INFO:journalctl@ceph.osd.0.smithi045.stdout:May 10 19:40:30 smithi045 podman[55385]: 2024-05-10 19:40:30.024889416 +0000 UTC m=+0.537395015 container remove dd463bdce58fc431e7a1ed564cc24374a07ed131adf1d0ca6c7fc3e4ba8ea2ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5, RELEASE=squid-bf77c77, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, CEPH_POINT_RELEASE=) 2024-05-10T19:40:30.055 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.0.service' 2024-05-10T19:40:30.095 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:30.096 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-10T19:40:30.096 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-10T19:40:30.096 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.1 2024-05-10T19:40:30.407 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:30 smithi045 systemd[1]: Stopping Ceph osd.1 for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:40:30.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:30 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1[43860]: 2024-05-10T19:40:30.405+0000 7ff366c83700 -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-10T19:40:30.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:30 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1[43860]: 2024-05-10T19:40:30.405+0000 7ff366c83700 -1 osd.1 57 *** Got signal Terminated *** 2024-05-10T19:40:30.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:30 smithi045 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1[43860]: 2024-05-10T19:40:30.405+0000 7ff366c83700 -1 osd.1 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-10T19:40:36.288 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:35 smithi045 podman[55471]: 2024-05-10 19:40:35.897526404 +0000 UTC m=+5.580334259 container died 4530c3a852f6277caab86cea45e29c63782de35481285d52acda0790d3672fbc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, RELEASE=squid-bf77c77, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-05-10T19:40:36.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:36 smithi045 podman[55471]: 2024-05-10 19:40:36.293884954 +0000 UTC m=+5.976692813 container cleanup 4530c3a852f6277caab86cea45e29c63782de35481285d52acda0790d3672fbc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1, RELEASE=squid-bf77c77, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-10T19:40:36.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:36 smithi045 bash[55471]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1 2024-05-10T19:40:36.788 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:36 smithi045 podman[55493]: 2024-05-10 19:40:36.503264083 +0000 UTC m=+0.604812041 container remove 4530c3a852f6277caab86cea45e29c63782de35481285d52acda0790d3672fbc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=squid-bf77c77, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240507, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-10T19:40:37.132 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:36 smithi045 podman[55588]: 2024-05-10 19:40:36.837361054 +0000 UTC m=+0.113301110 container create 98739d30f916802dcc555fb6fc648640ec950a4b40861aa5fe9733dcef4d3f9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240507, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=squid-bf77c77, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-10T19:40:37.132 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:36 smithi045 podman[55588]: 2024-05-10 19:40:36.74264755 +0000 UTC m=+0.018587607 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:40:37.132 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:37 smithi045 podman[55588]: 2024-05-10 19:40:37.048286464 +0000 UTC m=+0.324226521 container init 98739d30f916802dcc555fb6fc648640ec950a4b40861aa5fe9733dcef4d3f9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=squid-bf77c77, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507) 2024-05-10T19:40:37.132 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:37 smithi045 podman[55588]: 2024-05-10 19:40:37.054569498 +0000 UTC m=+0.330509555 container start 98739d30f916802dcc555fb6fc648640ec950a4b40861aa5fe9733dcef4d3f9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, RELEASE=squid-bf77c77, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-05-10T19:40:37.132 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:37 smithi045 podman[55588]: 2024-05-10 19:40:37.13133925 +0000 UTC m=+0.407279307 container attach 98739d30f916802dcc555fb6fc648640ec950a4b40861aa5fe9733dcef4d3f9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-bf77c77, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-05-10T19:40:37.538 INFO:journalctl@ceph.osd.1.smithi045.stdout:May 10 19:40:37 smithi045 podman[55588]: 2024-05-10 19:40:37.353341499 +0000 UTC m=+0.629281555 container died 98739d30f916802dcc555fb6fc648640ec950a4b40861aa5fe9733dcef4d3f9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=squid-bf77c77, io.buildah.version=1.33.5, org.label-schema.build-date=20240507, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD) 2024-05-10T19:40:38.091 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.1.service' 2024-05-10T19:40:38.129 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:38.129 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-10T19:40:38.129 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-10T19:40:38.130 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.2 2024-05-10T19:40:38.424 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:38 smithi106 systemd[1]: Stopping Ceph osd.2 for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:40:38.903 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:38 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2[35516]: 2024-05-10T19:40:38.422+0000 7f7b49ab9700 -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-10T19:40:38.903 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:38 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2[35516]: 2024-05-10T19:40:38.422+0000 7f7b49ab9700 -1 osd.2 57 *** Got signal Terminated *** 2024-05-10T19:40:38.903 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:38 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2[35516]: 2024-05-10T19:40:38.422+0000 7f7b49ab9700 -1 osd.2 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-10T19:40:44.224 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:43 smithi106 podman[44896]: 2024-05-10 19:40:43.945538467 +0000 UTC m=+5.618579023 container died bec1798eda51d004e9bdc448ab22b5b1802ee59dd35e3d02623fb4936c94055b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, RELEASE=squid-bf77c77, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, ceph=True) 2024-05-10T19:40:44.224 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:44 smithi106 podman[44896]: 2024-05-10 19:40:44.223253879 +0000 UTC m=+5.896294440 container cleanup bec1798eda51d004e9bdc448ab22b5b1802ee59dd35e3d02623fb4936c94055b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, RELEASE=squid-bf77c77, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240507) 2024-05-10T19:40:44.653 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:44 smithi106 bash[44896]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2 2024-05-10T19:40:44.653 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:44 smithi106 podman[45079]: 2024-05-10 19:40:44.449268278 +0000 UTC m=+0.496437197 container remove bec1798eda51d004e9bdc448ab22b5b1802ee59dd35e3d02623fb4936c94055b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, RELEASE=squid-bf77c77, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, GIT_CLEAN=True) 2024-05-10T19:40:45.044 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:44 smithi106 podman[45177]: 2024-05-10 19:40:44.6697844 +0000 UTC m=+0.018200397 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:40:45.044 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:44 smithi106 podman[45177]: 2024-05-10 19:40:44.766724286 +0000 UTC m=+0.115140258 container create 510770a40337292ff9b512c0c0e3b7ab3296f8edaca31e94f2cb39c87ff21f0a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240507, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, ceph=True, RELEASE=squid-bf77c77) 2024-05-10T19:40:45.045 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:44 smithi106 podman[45177]: 2024-05-10 19:40:44.968835152 +0000 UTC m=+0.317251128 container init 510770a40337292ff9b512c0c0e3b7ab3296f8edaca31e94f2cb39c87ff21f0a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=squid-bf77c77, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-05-10T19:40:45.045 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:44 smithi106 podman[45177]: 2024-05-10 19:40:44.974236838 +0000 UTC m=+0.322652808 container start 510770a40337292ff9b512c0c0e3b7ab3296f8edaca31e94f2cb39c87ff21f0a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-bf77c77, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-10T19:40:45.045 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:45 smithi106 podman[45177]: 2024-05-10 19:40:45.043866517 +0000 UTC m=+0.392282502 container attach 510770a40337292ff9b512c0c0e3b7ab3296f8edaca31e94f2cb39c87ff21f0a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, RELEASE=squid-bf77c77, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-05-10T19:40:45.403 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:45 smithi106 podman[45177]: 2024-05-10 19:40:45.263691858 +0000 UTC m=+0.612107848 container died 510770a40337292ff9b512c0c0e3b7ab3296f8edaca31e94f2cb39c87ff21f0a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2-deactivate, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240507, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=squid-bf77c77, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-05-10T19:40:45.783 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.2.service' 2024-05-10T19:40:45.807 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:45 smithi106 podman[45221]: 2024-05-10 19:40:45.763896953 +0000 UTC m=+0.495025048 container remove 510770a40337292ff9b512c0c0e3b7ab3296f8edaca31e94f2cb39c87ff21f0a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-bf77c77, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS, ceph=True) 2024-05-10T19:40:45.807 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:45 smithi106 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.2.service: Deactivated successfully. 2024-05-10T19:40:45.807 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:45 smithi106 systemd[1]: Stopped Ceph osd.2 for fba84de2-0f03-11ef-bc98-c7b262605968. 2024-05-10T19:40:45.807 INFO:journalctl@ceph.osd.2.smithi106.stdout:May 10 19:40:45 smithi106 systemd[1]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.2.service: Consumed 2.924s CPU time. 2024-05-10T19:40:45.821 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:45.821 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-10T19:40:45.821 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-10T19:40:45.821 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.3 2024-05-10T19:40:46.139 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:45 smithi106 systemd[1]: Stopping Ceph osd.3 for fba84de2-0f03-11ef-bc98-c7b262605968... 2024-05-10T19:40:46.403 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:46 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3[39398]: 2024-05-10T19:40:46.138+0000 7f8d076bb700 -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-10T19:40:46.403 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:46 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3[39398]: 2024-05-10T19:40:46.138+0000 7f8d076bb700 -1 osd.3 57 *** Got signal Terminated *** 2024-05-10T19:40:46.403 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:46 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3[39398]: 2024-05-10T19:40:46.138+0000 7f8d076bb700 -1 osd.3 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-10T19:40:50.403 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:49 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3[39398]: 2024-05-10T19:40:49.971+0000 7f8cffca7700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2024-05-10T19:40:25.023350+0000 front 2024-05-10T19:40:25.023362+0000 (oldest deadline 2024-05-10T19:40:49.723243+0000) 2024-05-10T19:40:51.403 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:50 smithi106 ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3[39398]: 2024-05-10T19:40:50.944+0000 7f8cffca7700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2024-05-10T19:40:25.023350+0000 front 2024-05-10T19:40:25.023362+0000 (oldest deadline 2024-05-10T19:40:49.723243+0000) 2024-05-10T19:40:51.784 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:51 smithi106 podman[45306]: 2024-05-10 19:40:51.516500064 +0000 UTC m=+5.481069282 container died 36e192f4e9e0b829376e0b78c294281849d401544a82b5fb5a622970d6226486 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=squid-bf77c77, CEPH_POINT_RELEASE=, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-05-10T19:40:52.125 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:51 smithi106 podman[45306]: 2024-05-10 19:40:51.874568039 +0000 UTC m=+5.839137299 container cleanup 36e192f4e9e0b829376e0b78c294281849d401544a82b5fb5a622970d6226486 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3, org.label-schema.schema-version=1.0, RELEASE=squid-bf77c77, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-05-10T19:40:52.126 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:51 smithi106 bash[45306]: ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3 2024-05-10T19:40:52.403 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:52 smithi106 podman[45328]: 2024-05-10 19:40:52.125310397 +0000 UTC m=+0.605005010 container remove 36e192f4e9e0b829376e0b78c294281849d401544a82b5fb5a622970d6226486 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, maintainer=Guillaume Abrioux , RELEASE=squid-bf77c77) 2024-05-10T19:40:52.678 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:52 smithi106 podman[45422]: 2024-05-10 19:40:52.42625676 +0000 UTC m=+0.099062069 container create 9370ba6ea998a9681d78a19e859e5f981c8860ae7bc54b418bb7dbc951dcd345 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , RELEASE=squid-bf77c77, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-05-10T19:40:52.679 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:52 smithi106 podman[45422]: 2024-05-10 19:40:52.345378463 +0000 UTC m=+0.018183755 image pull 8359af681d8574cbbdec5e8438599e4a787df6f6eaff6057db3b2bc9505a6654 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369 2024-05-10T19:40:52.679 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:52 smithi106 podman[45422]: 2024-05-10 19:40:52.611914924 +0000 UTC m=+0.284720203 container init 9370ba6ea998a9681d78a19e859e5f981c8860ae7bc54b418bb7dbc951dcd345 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, RELEASE=squid-bf77c77, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504) 2024-05-10T19:40:52.679 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:52 smithi106 podman[45422]: 2024-05-10 19:40:52.617586262 +0000 UTC m=+0.290391533 container start 9370ba6ea998a9681d78a19e859e5f981c8860ae7bc54b418bb7dbc951dcd345 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=squid-bf77c77, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-10T19:40:52.679 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:52 smithi106 podman[45422]: 2024-05-10 19:40:52.67806449 +0000 UTC m=+0.350869774 container attach 9370ba6ea998a9681d78a19e859e5f981c8860ae7bc54b418bb7dbc951dcd345 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=squid-bf77c77, GIT_CLEAN=True, org.label-schema.build-date=20240507) 2024-05-10T19:40:53.153 INFO:journalctl@ceph.osd.3.smithi106.stdout:May 10 19:40:52 smithi106 podman[45422]: 2024-05-10 19:40:52.912389722 +0000 UTC m=+0.585195005 container died 9370ba6ea998a9681d78a19e859e5f981c8860ae7bc54b418bb7dbc951dcd345 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c5d3aceef47516b8c7b4a3363a94f8abd1f22dae0241fef0a8e8a4d5e8a6c369, name=ceph-fba84de2-0f03-11ef-bc98-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS, RELEASE=squid-bf77c77, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=627304247bdbcb1f80af6cad8aac9a1ee2979504, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-05-10T19:40:53.507 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.3.service' 2024-05-10T19:40:53.543 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:53.543 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-10T19:40:53.543 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-10T19:40:53.543 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.4 2024-05-10T19:40:53.588 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.4.service' 2024-05-10T19:40:53.666 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:53.666 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-10T19:40:53.666 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-10T19:40:53.666 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.5 2024-05-10T19:40:53.749 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fba84de2-0f03-11ef-bc98-c7b262605968@osd.5.service' 2024-05-10T19:40:53.830 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-10T19:40:53.830 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-10T19:40:53.830 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fba84de2-0f03-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-10T19:40:54.037 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:40:55.589 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fba84de2-0f03-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-10T19:40:55.782 INFO:teuthology.orchestra.run.smithi106.stdout:Deleting cluster with fsid: fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:40:57.184 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fba84de2-0f03-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-10T19:40:57.375 INFO:teuthology.orchestra.run.smithi170.stdout:Deleting cluster with fsid: fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:40:57.838 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:40:57.872 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:40:57.902 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-10T19:40:57.928 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-10T19:40:57.929 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi045/crash 2024-05-10T19:40:57.930 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash -- . 2024-05-10T19:40:57.965 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T19:40:57.965 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2024-05-10T19:40:57.967 DEBUG:teuthology.misc:Transferring archived files from smithi106:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi106/crash 2024-05-10T19:40:57.968 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash -- . 2024-05-10T19:40:58.003 INFO:teuthology.orchestra.run.smithi106.stderr:tar: /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T19:40:58.003 INFO:teuthology.orchestra.run.smithi106.stderr:tar: Error is not recoverable: exiting now 2024-05-10T19:40:58.005 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi170/crash 2024-05-10T19:40:58.006 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash -- . 2024-05-10T19:40:58.040 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T19:40:58.041 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2024-05-10T19:40:58.042 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-10T19:40:58.042 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fba84de2-0f03-11ef-bc98-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-10T19:40:58.075 INFO:teuthology.orchestra.run.smithi045.stdout:2024-05-10T19:40:00.000155+0000 mon.a (mon.0) 965 : cluster 3 [WRN] CEPHADM_STRAY_HOST: 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-05-10T19:40:58.075 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-10T19:40:58.075 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[SEC\]' /var/log/ceph/fba84de2-0f03-11ef-bc98-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-10T19:40:58.148 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]' /var/log/ceph/fba84de2-0f03-11ef-bc98-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-10T19:40:58.220 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[WRN\]' /var/log/ceph/fba84de2-0f03-11ef-bc98-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-10T19:40:58.291 INFO:teuthology.orchestra.run.smithi045.stdout:2024-05-10T19:40:00.000155+0000 mon.a (mon.0) 965 : cluster 3 [WRN] CEPHADM_STRAY_HOST: 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-05-10T19:40:58.291 INFO:tasks.cephadm:Compressing logs... 2024-05-10T19:40:58.291 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:40:58.334 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:40:58.336 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:40:58.359 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log: No such file or directory 2024-05-10T19:40:58.359 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:40:58.359 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log 2024-05-10T19:40:58.360 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log 2024-05-10T19:40:58.360 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.1.log 2024-05-10T19:40:58.360 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.0.log 2024-05-10T19:40:58.364 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.a.log 2024-05-10T19:40:58.364 INFO:teuthology.orchestra.run.smithi045.stderr: 85.7% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log.gz 2024-05-10T19:40:58.364 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log 2024-05-10T19:40:58.365 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mgr.a.log 2024-05-10T19:40:58.365 INFO:teuthology.orchestra.run.smithi045.stderr: 90.1% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log.gz 2024-05-10T19:40:58.365 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log 2024-05-10T19:40:58.365 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mgr.a.log: 82.4% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log.gz 2024-05-10T19:40:58.365 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log: 86.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.5.log 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.4.log 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr: 85.1% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log.gz 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.c.log 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.5.log: /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr: 90.3% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log.gz 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr: 83.7%/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log: -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T19:40:58.366 INFO:teuthology.orchestra.run.smithi170.stderr: 78.9% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log.gz 2024-05-10T19:40:58.368 INFO:teuthology.orchestra.run.smithi106.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-10T19:40:58.368 INFO:teuthology.orchestra.run.smithi106.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-10T19:40:58.368 INFO:teuthology.orchestra.run.smithi106.stderr:gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log 2024-05-10T19:40:58.368 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.2.log 2024-05-10T19:40:58.368 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.3.log 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr: 85.5% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.log.gz 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr: 83.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr:gzip -5 --verbose --/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.3.log: /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mgr.b.log 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr: 81.5% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.cephadm.log.gz 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.b.log 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr: 90.3% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph.audit.log.gz 2024-05-10T19:40:58.370 INFO:teuthology.orchestra.run.smithi106.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log: /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.b.log: 91.0% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mgr.b.log.gz 2024-05-10T19:40:58.376 INFO:teuthology.orchestra.run.smithi045.stderr: 91.5% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log.gz 2024-05-10T19:40:58.379 INFO:teuthology.orchestra.run.smithi106.stderr: 91.6% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log.gz 2024-05-10T19:40:58.382 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log: 91.6% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-volume.log.gz 2024-05-10T19:40:58.384 INFO:teuthology.orchestra.run.smithi170.stderr: 92.8% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.4.log.gz 2024-05-10T19:40:58.385 INFO:teuthology.orchestra.run.smithi170.stderr: 92.6% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.5.log.gz 2024-05-10T19:40:58.401 INFO:teuthology.orchestra.run.smithi045.stderr: 93.3% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.1.log.gz 2024-05-10T19:40:58.408 INFO:teuthology.orchestra.run.smithi045.stderr: 93.1% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.0.log.gz 2024-05-10T19:40:58.425 INFO:teuthology.orchestra.run.smithi106.stderr: 92.9% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.3.log.gz 2024-05-10T19:40:58.427 INFO:teuthology.orchestra.run.smithi170.stderr: 92.7% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.c.log.gz 2024-05-10T19:40:58.429 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-05-10T19:40:58.429 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m0.078s 2024-05-10T19:40:58.429 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m0.134s 2024-05-10T19:40:58.430 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m0.025s 2024-05-10T19:40:58.441 INFO:teuthology.orchestra.run.smithi106.stderr: 93.4% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-osd.2.log.gz 2024-05-10T19:40:58.457 INFO:teuthology.orchestra.run.smithi106.stderr: 92.3% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.b.log.gz 2024-05-10T19:40:58.459 INFO:teuthology.orchestra.run.smithi106.stderr: 2024-05-10T19:40:58.459 INFO:teuthology.orchestra.run.smithi106.stderr:real 0m0.108s 2024-05-10T19:40:58.459 INFO:teuthology.orchestra.run.smithi106.stderr:user 0m0.251s 2024-05-10T19:40:58.459 INFO:teuthology.orchestra.run.smithi106.stderr:sys 0m0.028s 2024-05-10T19:40:58.469 INFO:teuthology.orchestra.run.smithi045.stderr: 87.8% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mgr.a.log.gz 2024-05-10T19:40:58.633 INFO:teuthology.orchestra.run.smithi045.stderr: 91.2% -- replaced with /var/log/ceph/fba84de2-0f03-11ef-bc98-c7b262605968/ceph-mon.a.log.gz 2024-05-10T19:40:58.635 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-10T19:40:58.635 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.287s 2024-05-10T19:40:58.635 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.479s 2024-05-10T19:40:58.635 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.036s 2024-05-10T19:40:58.635 INFO:tasks.cephadm:Archiving logs... 2024-05-10T19:40:58.636 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi045/log 2024-05-10T19:40:58.636 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T19:40:58.790 DEBUG:teuthology.misc:Transferring archived files from smithi106:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi106/log 2024-05-10T19:40:58.791 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T19:40:58.897 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi170/log 2024-05-10T19:40:58.899 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T19:40:58.949 INFO:tasks.cephadm:Removing cluster... 2024-05-10T19:40:58.949 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fba84de2-0f03-11ef-bc98-c7b262605968 --force 2024-05-10T19:40:59.139 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:40:59.402 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fba84de2-0f03-11ef-bc98-c7b262605968 --force 2024-05-10T19:40:59.594 INFO:teuthology.orchestra.run.smithi106.stdout:Deleting cluster with fsid: fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:40:59.850 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fba84de2-0f03-11ef-bc98-c7b262605968 --force 2024-05-10T19:41:00.040 INFO:teuthology.orchestra.run.smithi170.stdout:Deleting cluster with fsid: fba84de2-0f03-11ef-bc98-c7b262605968 2024-05-10T19:41:00.282 INFO:tasks.cephadm:Removing cephadm ... 2024-05-10T19:41:00.283 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T19:41:00.303 DEBUG:teuthology.orchestra.run.smithi106:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T19:41:00.320 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T19:41:00.336 INFO:tasks.cephadm:Teardown complete 2024-05-10T19:41:00.337 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-10T19:41:00.350 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-10T19:41:00.351 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-10T19:41:00.353 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-10T19:41:00.362 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-10T19:41:00.473 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-10T19:41:00.484 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-10T19:41:00.485 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T19:41:00.487 DEBUG:teuthology.orchestra.run.smithi106:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T19:41:00.490 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T19:41:00.502 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-05-10T19:41:00.503 INFO:teuthology.orchestra.run.smithi106.stderr:bash: line 1: ntpq: command not found 2024-05-10T19:41:00.505 INFO:teuthology.orchestra.run.smithi170.stderr:bash: line 1: ntpq: command not found 2024-05-10T19:41:00.507 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T19:41:00.507 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-05-10T19:41:00.507 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv01.front.sepia.ceph.com 3 6 377 45 +1150us[+1146us] +/- 53ms 2024-05-10T19:41:00.507 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 43 -2033us[-2033us] +/- 59ms 2024-05-10T19:41:00.507 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +1024us[+1024us] +/- 75ms 2024-05-10T19:41:00.507 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:41:00.508 INFO:teuthology.orchestra.run.smithi106.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T19:41:00.509 INFO:teuthology.orchestra.run.smithi106.stdout:=============================================================================== 2024-05-10T19:41:00.509 INFO:teuthology.orchestra.run.smithi106.stdout:^* hv01.front.sepia.ceph.com 3 6 377 43 +1158us[+1143us] +/- 53ms 2024-05-10T19:41:00.509 INFO:teuthology.orchestra.run.smithi106.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 44 -2030us[-2045us] +/- 59ms 2024-05-10T19:41:00.509 INFO:teuthology.orchestra.run.smithi106.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +1026us[+1011us] +/- 75ms 2024-05-10T19:41:00.509 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:41:00.510 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T19:41:00.510 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2024-05-10T19:41:00.510 INFO:teuthology.orchestra.run.smithi170.stdout:^* hv01.front.sepia.ceph.com 3 6 377 44 +1125us[+1140us] +/- 53ms 2024-05-10T19:41:00.510 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 44 -2070us[-2054us] +/- 59ms 2024-05-10T19:41:00.510 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 +998us[+1013us] +/- 75ms 2024-05-10T19:41:00.510 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T19:41:00.510 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-10T19:41:00.521 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-10T19:41:00.522 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-10T19:41:00.576 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:41:00.653 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:41:00.722 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:41:00.786 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:41:00.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:41:00.818 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:41:00.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:41:00.847 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:41:00.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:41:00.875 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-10T19:41:00.889 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-10T19:41:00.939 INFO:teuthology.task.internal:Duration was 1064.484790 seconds 2024-05-10T19:41:00.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-10T19:41:00.980 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-10T19:41:00.980 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T19:41:00.983 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T19:41:00.986 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T19:41:01.024 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T19:41:01.025 INFO:teuthology.orchestra.run.smithi106.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T19:41:01.028 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T19:41:01.446 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-10T19:41:01.446 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-05-10T19:41:01.446 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:41:01.469 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi106.front.sepia.ceph.com 2024-05-10T19:41:01.470 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:41:01.512 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2024-05-10T19:41:01.512 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:41:01.533 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-10T19:41:01.533 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T19:41:01.536 DEBUG:teuthology.orchestra.run.smithi106:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T19:41:01.555 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T19:41:01.600 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-10T19:41:01.600 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T19:41:01.605 DEBUG:teuthology.orchestra.run.smithi106:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T19:41:01.624 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T19:41:01.798 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-10T19:41:01.808 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-10T19:41:01.808 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T19:41:01.834 DEBUG:teuthology.orchestra.run.smithi106:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T19:41:01.858 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T19:41:01.883 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-10T19:41:01.895 DEBUG:teuthology.orchestra.run.smithi045:> 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-10T19:41:01.898 DEBUG:teuthology.orchestra.run.smithi106:> 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-10T19:41:01.901 DEBUG:teuthology.orchestra.run.smithi170:> 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-10T19:41:01.920 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-05-10T19:41:01.921 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern = core 2024-05-10T19:41:01.946 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2024-05-10T19:41:01.981 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T19:41:01.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:41:01.997 DEBUG:teuthology.orchestra.run.smithi106:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T19:41:02.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:41:02.011 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T19:41:02.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T19:41:02.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-10T19:41:02.045 INFO:teuthology.task.internal:Transferring archived files... 2024-05-10T19:41:02.046 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi045 2024-05-10T19:41:02.046 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T19:41:02.084 DEBUG:teuthology.misc:Transferring archived files from smithi106:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi106 2024-05-10T19:41:02.085 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T19:41:02.120 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994/remote/smithi170 2024-05-10T19:41:02.120 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T19:41:02.155 INFO:teuthology.task.internal:Removing archive directory... 2024-05-10T19:41:02.155 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T19:41:02.157 DEBUG:teuthology.orchestra.run.smithi106:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T19:41:02.159 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T19:41:02.204 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-10T19:41:02.214 INFO:teuthology.task.internal:Not uploading archives. 2024-05-10T19:41:02.214 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-10T19:41:02.247 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-10T19:41:02.247 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T19:41:02.249 DEBUG:teuthology.orchestra.run.smithi106:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T19:41:02.252 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T19:41:02.263 INFO:teuthology.orchestra.run.smithi045.stdout: 265825 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 19:41 /home/ubuntu/cephtest 2024-05-10T19:41:02.264 INFO:teuthology.orchestra.run.smithi106.stdout: 265296 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 19:41 /home/ubuntu/cephtest 2024-05-10T19:41:02.267 INFO:teuthology.orchestra.run.smithi170.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 19:41 /home/ubuntu/cephtest 2024-05-10T19:41:02.268 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-10T19:41:02.287 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-10T19:41:02.373 INFO:teuthology.nuke:Checking targets against current locks 2024-05-10T19:41:02.396 DEBUG:teuthology.nuke:shortname: smithi045 2024-05-10T19:41:02.396 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T19:41:02.419 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994', '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-10 19:14:09.383042', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFZ9GnDSNqr71zfTpRKpAhK5RwlX+kBWXO1TjdfGpTNldakLNsKlFG7do1dGntQpZQaqkG09I8yqVpFR2wDXbGM='} 2024-05-10T19:41:02.423 DEBUG:teuthology.nuke:shortname: smithi106 2024-05-10T19:41:02.423 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T19:41:02.450 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi106.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994', '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-10 19:14:09.384392', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHlYdV9pWZWTzVVNoUvqXgi9P197jygrcaPz5X/dXTdfGjxk74bPUd0E5hasUi4QKMAGqj5kIyOB+AzH74NU7tY='} 2024-05-10T19:41:02.451 DEBUG:teuthology.nuke:shortname: smithi170 2024-05-10T19:41:02.451 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T19:41:02.473 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-09_21:00:02-rados-squid-distro-default-smithi/7699994', '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-10 19:14:09.381459', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGPOO5+fZ71XN2uNk7dOvzVm+BA2+lguPmD39lrc7m31RB1BXxRwfL0l5CpsWvMDTjPKrF6Mq9NbwZijKArKguo='} 2024-05-10T19:41:02.479 INFO:teuthology.orchestra.console.smithi045:Power off 2024-05-10T19:41:02.479 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T19:41:02.502 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2024-05-10T19:41:02.503 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:02.518 INFO:teuthology.orchestra.console.smithi106:Power off 2024-05-10T19:41:02.518 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T19:41:02.531 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-05-10T19:41:02.541 DEBUG:teuthology.orchestra.console.smithi106:power off output: Chassis Power Control: Down/Off 2024-05-10T19:41:02.541 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:02.559 INFO:teuthology.orchestra.console.smithi170:Power off 2024-05-10T19:41:02.559 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T19:41:02.570 DEBUG:teuthology.orchestra.console.smithi106:check power output: Chassis Power is on 2024-05-10T19:41:02.583 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2024-05-10T19:41:02.584 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:02.605 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-05-10T19:41:06.532 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:06.571 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:06.606 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:06.643 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-05-10T19:41:06.681 DEBUG:teuthology.orchestra.console.smithi106:check power output: Chassis Power is on 2024-05-10T19:41:06.714 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-05-10T19:41:10.648 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:10.682 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:10.714 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:10.759 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2024-05-10T19:41:10.792 DEBUG:teuthology.orchestra.console.smithi106:check power output: Chassis Power is on 2024-05-10T19:41:10.825 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2024-05-10T19:41:10.859 INFO:teuthology.orchestra.console.smithi045:Power off completed 2024-05-10T19:41:10.926 INFO:teuthology.orchestra.console.smithi170:Power off completed 2024-05-10T19:41:14.797 DEBUG:teuthology.orchestra.console.smithi106:pexpect command: ipmitool -H smithi106.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T19:41:14.908 DEBUG:teuthology.orchestra.console.smithi106:check power output: Chassis Power is off 2024-05-10T19:41:15.009 INFO:teuthology.orchestra.console.smithi106:Power off completed 2024-05-10T19:41:15.113 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 1064.4847903251648 failure_reason: '"2024-05-10T19:40:00.000155+0000 mon.a (mon.0) 965 : cluster 3 [WRN] CEPHADM_STRAY_HOST: 1 stray host(s) with 1 daemon(s) not managed by cephadm" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-05-10T19:41:15.113 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-10T19:41:15.204 INFO:teuthology.run:FAIL